lua-users home
lua-l archive

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


Hi Phoenix,

On Thu, Feb 25, 2010 at 4:13 PM, Phoenix Sol <phoenix@burninglabs.com> wrote:
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.
 
I did more debugging and it is actually the 
    fs.copyr("/tmp", "/tmp/tmp2") -- Recursive copying
line that is failing. Then I had an idea to run as sudo and it works. So what does that mean?
-- 
Regards,
Ryan