[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] nixio 0.3 - System, Networking and I/O library
- From: Phoenix Sol <phoenix@...>
- Date: Thu, 25 Feb 2010 15:13:09 -0600
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.