lua-users home
lua-l archive

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


On Tue, Dec 7, 2010 at 4:43 AM, aditya siram <aditya.siram@gmail.com> wrote:
> set my LUA_PATH variable [2]. But when I try to run an example [3] I
> [...]
>        no file
> '/usr/local/lib/lua/5.1/iuplua.so:/home/deech/Programming/Lua/IUP33/iuplua.so'

According to http://www.lua.org/manual/5.1/manual.html#pdf-package.loaders...
  "A path is a sequence of templates separated by semicolons."
...so it seems even on Linux you shouldn't use ':' (as you seem to)
but ';' to separate entires in your LUA_PATH.

hope this helps.
greetz
Mateusz Czapliński