Re: I'm having trouble with libraries
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: I'm having trouble with libraries
- From: Tomas <tomas@...>
- Date: 2005年3月30日 15:02:06 -0300 (BRST)
Hi,
> I have to go through the source to make some changes. (I have
> installed compat-5.1, btw.)
Maybe I'm completelly wrong, but are you certain you have
installed Compat-5.1 correctly? You must load it first. A very
effective way is to set environment variable LUA_INIT:
(Bourne shell):
export LUA_INIT="@/usr/local/share/lua/5.0/compat-5.1.lua"
(C shell):
setenv LUA_INIT "@/usr/local/share/lua/5.0/compat-5.1.lua"
Hope this helps,
Tomas