Help for this page

Select Code to Download


  1. or download this
    # make test
    PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.
    +pl
    1..8
    ...
    Compilation failed in require at test.pl line 10.
    BEGIN failed--compilation aborted at test.pl line 10.
    make: *** [test_dynamic] Error 255
    
  2. or download this
    # echo $LD_RUN_PATH
    /usr/local/lib
    # echo $LD_LIBRARY_PATH
    /usr/guest/XML-LibXML-Common-0.13
    
  3. or download this
    # ls -l /usr/local/lib/libxml2.so.2
    lrwxrwxrwx   1 root     sys            17 Jul 16 12:47 /usr/local/lib/
    +libxml2.so.2 -> libxml2.so.8.6.11
    # perl -v
    
    This is perl, v5.8.4 built for i386-sco
    
  4. or download this
    # make test
    make -f Makefile.aperl perl
    make[1]: Entering directory `/usr/guest/XML-LibXML-Common-0.13'
    ...
    dynamic linker : ./perl : error opening libxml2.so.2
    /bin/sh: 25211 Killed
    make: *** [test_static] Error 137