[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: .so location dependent error - OSX, lua 5.1w4
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 18 May 2005 10:24:18 -0300
> LUA_PATH="./foo/temp1/?.so" -- as appropriate
LUA_PATH is where Lua looks for Lua modules. For C modules you must
set LUA_CPATH...
-- Roberto