lua-users home
lua-l archive

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


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?
--
Regards,
Ryan

On Feb 25, 2010 3:48 PM, "Phoenix Sol" <phoenix@burninglabs.com> wrote:

On Thu, Feb 25, 2010 at 1:58 PM, RJP Computing <rjpcomputing@gmail.com> wrote: > > > lua: /usr/local...

nixio/lua/nixio/fs.lua:140 looks like this: "for e in nixio.fs.dir(src) do"...
and nixio.fs.dir is a C function from nixio/src/fs.c...

So it looks like you don't have the module loaded properly. Make sure nixio.so is on your Lua C path.