|
I think I have libxml2 installed correctly. I am mystified by the reference to +tls=dynamic part.
[osiris:jaw2]$ gmake test
PERL_DL_NONLAZY=1 /sw/System/perl/5.10.0/exe/perl510.hp11 "-Iblib/lib" "-Iblib/arch" test.pl
1..8
# Running under perl version 5.010000 for hpux
# Current time local: Fri Jan 23 16:23:02 2009
# Current time GMT: Fri Jan 23 22:23:02 2009
# Using Test.pm version 1.25
/usr/lib/pa20_64/dld.sl: '/lib/pa20_64/libpthread.1' contains a static TLS reference to '__thread_s
+pecific_seg' defined in a dynamically loaded library '/lib/pa20_64/libpthread.1'. Use +tls=dynamic
+ to re-compile '/lib/pa20_64/libpthread.1'.
/usr/lib/pa20_64/dld.sl: '/lib/pa20_64/libpthread.1' contains a static TLS reference to '__thread_s
+pecific_seg' defined in a dynamically loaded library '/lib/pa20_64/libpthread.1'. Use +tls=dynamic
+ to re-compile '/lib/pa20_64/libpthread.1'.
Can't load 'blib/arch/auto/XML/LibXML/Common/Common.sl' for module XML::LibXML::Common: Invalid arg
+ument at /sw/System/perl/5.10.0/hp11/lib/5.10.0/PA-RISC2.0-LP64/DynaLoader.pm line 203.
at test.pl line 10
Compilation failed in require at test.pl line 10.
BEGIN failed--compilation aborted at test.pl line 10.
gmake.hp11.pa2: *** [test_dynamic] Error 22
|