lua-users home
lua-l archive

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


Hi,

Norman Ramsey wrote:
> I've thought of a snag.  I want to deploy a package in my home
> directory that will run both on the mail server (x86-bsd) and on my
> desktop (x86-linux).  These two systems cannot share .so files.

export LUA_CPATH = "./?-${OSTYPE}.so;/usr/local/lib/lua/5.1/?.so"

Bye,
     Mike