[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: trouble installing luaexpat on debian
- From: Walter Cruz <walter.php@...>
- Date: Mon, 24 Oct 2005 14:59:23 -0300
Hi all.
I'm downloading some extensions for lua. I've already installed lusql, luazip, luaFileSystem and luasockets.
But i'm getting a error when using luaexpat.
I've downloaded, compiled with make and installed with make install. But when I run the test script, I get the following error.
MCid299a:~/lua/luaexpat-1.0.1/tests$ lua test.lua
lua:
/home/walter.cruz/lua/compat-5.1.lua:138: error loading package `lxp'
(/usr/local/lib/lua/5.0/lxp.so: undefined symbol: XML_ParserFree)
I have that files:
MCid299a:/usr/local/lib/lua/5.0$ file lxp.so liblxp-1.0.1.so
lxp.so: symbolic link to `/usr/local/lib/lua/5.0/liblxp-1.0.1.so'
liblxp-1.0.1.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
Can someone help me ?
I've compiled it with libexpat 1.95.8-3, from Debian unstable.