[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] ILuaJIT - Readline powered shell for LuaJIT
- From: Julien Desgats <julien.desgats@...>
- Date: Fri, 23 Dec 2011 14:03:40 +0100
2011/12/23 Cheyi <superlight@cheyi.net>:
> Nice job, thanks Julien.
>
> But I got error messages in my machine,
> CentOS 5.7 x86_64, readline.x86_64 5.1-3.el5 installed.
>
> $ luajit-2.0.0-beta9 iluajit.lua
> luajit-2.0.0-beta9: ./readline.lua:30: /usr/lib64/libreadline.so: undefined
> symbol: PC
>
> Don't know how to fix it.
I don't know for sure either but I found [1]. For what I understood,
it's come from is a dependency resolved at runtime, try to force
loading of libtermcap (with `LD_PRELOAD=/usr/lib64/libtermcap.so
luajit iluajit.lua` or something like that).
>
> Cheyi
>
>
[1] http://osdir.com/ml/pgsql-novice/2009-07/msg00052.html