[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Investigating "can't resolve symbol"?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Tue, 25 Jan 2011 23:54:07 +0100
On Wed, 26 Jan 2011 01:28:07 +0300, Alexander Gladysh
<agladysh@gmail.com> wrote:
>http://www.lua.org/manual/5.1/manual.html#pdf-package.path
Thanks for the tip. I currently have this defined:
LUA_CPATH=/usr/local/lib/lua/5.1.4/?.so;?.so
LUA_PATH=/usr/local/share/lua/5.1.4/?.lua;?.lua
Does Lua look into sub-directories, or must it be told of every
sub-directory where scripts and shared libraries might be found?
Thank you.