in reply to LibXSLT fails while running "make test"
Can't load '/opt/perl5/abc/XML-LibXSLT-1.81/blib/arch/auto/XML/LibXSLT +/LibXSLT.so' for module XML::LibXSLT: ld.so.1: perl: fatal: relocatio +n error: file /opt/perl5/abc/XML-LibXSLT-1.81/blib/arch/auto/XML/LibX +SLT/LibXSLT.so: symbol xsltInit: referenced symbol not found
This basically means that your version of the C libraries does not match what XML::LibXSLT expects. Forcing the install will only make things worse.
I suggest you look at the build process and whether it really works, and potentially install the XSLT libraries fresh.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LibXSLT fails while running "make test"
by jes (Novice) on Aug 21, 2013 at 08:08 UTC | |
by Corion (Patriarch) on Aug 21, 2013 at 08:38 UTC | |
by jes (Novice) on Aug 21, 2013 at 09:27 UTC | |
by Anonymous Monk on Aug 21, 2013 at 09:45 UTC | |
by runrig (Abbot) on Aug 21, 2013 at 15:16 UTC | |
by Anonymous Monk on Aug 21, 2013 at 15:31 UTC | |
by runrig (Abbot) on Aug 21, 2013 at 16:15 UTC | |
by jes (Novice) on Aug 23, 2013 at 09:33 UTC |