lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


RJP Computing <rjpcomputing@gmail.com> [2010-01-06 13:49:49]:

> I just tested it and the only .so I needed was the luars232.so. It worked
> great. I looked at the example and it looks great. So far so good.

Yes it works, because it finds librs232. Try to use ldd on luars232, it will
show you dependency on librs232 and it's path.

-- ynezz