in reply to Re^3: XML::LibXML::Common 0.13 on linux - undefined symbol
in thread XML::LibXML::Common 0.13 on linux - undefined symbol

Ok...

How would i go about fixing it then? ... i'm new to all of this...

Thanks

-----

Eschew obfuscation, espouse elucidation!

  • Comment on Re^4: XML::LibXML::Common 0.13 on linux - undefined symbol

Replies are listed 'Best First'.
Re^5: XML::LibXML::Common 0.13 on linux - undefined symbol
by almut (Canon) on May 12, 2009 at 17:20 UTC

    Normally, you'd try to find a library version that has/defines the symbol (maybe get a newer version).  OTOH, "xmlFree" seems to be a rather straightforward name for basic functionality, so I'd be kinda surprised if that symbol was one of the latest additions...

    Anyhow, maybe the problem is that an entirely wrong library (or none) has been linked against.  Have you figured out yet which one was found during build configuration?