[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: modules containing both C and Lua parts
- From: Mike Pall <mikelu-0702@...>
- Date: Tue, 27 Feb 2007 02:05:10 +0100
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