lua-users home
lua-l archive

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


Hallo,

On 24/10/05, Walter Cruz <walter.php@gmail.com> wrote:
>
>  I've compiled it with libexpat 1.95.8-3, from Debian unstable.
>

     You can test if this version of the library has XML_ParseFree with

$ nm -B libexpat.so.1.95.8 | grep XML_ParseFree

     If the symbol is present in the library, then maybe the Makefiles
don't link the Lua module with the library. Kepler's mod_lua has the
same problem and I had to edit the Makefiles.

--
-alex
http://www.ventonegro.org/