[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Installing luafilesystem on Mac OS X 10.6
- From: Alexander Gladysh <agladysh@...>
- Date: Thu, 8 Apr 2010 14:33:53 +0400
On Thu, Apr 8, 2010 at 11:05, steve donovan <steve.j.donovan@gmail.com> wrote:
> I read up a bit, installed luarocks and tried doing "luarocks install
> luafilesystem". Now Lua doesn't find lfs at all. I tried copying the
> lfs.so file generated by luarocks into /usr/local/lib/lua/5.1/ but
> then I get the same old "file is not a bundle" error.
All I may say is that lfs rock works fine on my Snow Leopard box.
If Lua does not find it, then, perhaps, Lua is launched without
-lluarocks.require?
Alexander.