lua-users home
lua-l archive

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


On Feb 25, 2010, at 2:56 PM, Ryan Pusztai <rpusztai@gmail.com> wrote:
It is in my Lua C path because. I am using a bunch of other nixio functions, like sockets and working directory type stuff. I did use "make install" to install the library onto my system. Should I do do something different?

I dunno, Ryan; "make install" should work fine, if Lua can see your shared libs under "/usr/local".

IIRC, with a Lua installed from the Debian/Ubuntu repos, that won't be the case.

You could drop nixio.so into your working dir to assert whether this is the problem.