lua-users home
lua-l archive

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


> Linux uses the LD_LIBRARY_PATH var to store library search paths. But
> anyway, i will add a key in lua named _LUALIBPATH to specify 
> for example, a
> custom path to look up for the lua libraries.

v4.1 has LUA_PATH defined for require. Why dont you use this?

Nick