Re: .so location dependent error - OSX, lua 5.1w4
[
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: 2005年5月18日 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