Help for this page

Select Code to Download


  1. or download this
    >perl Makefile.PL
    Note (probably harmless): No library found for -lexpat
    Do you want to alter ParserDetails.ini? [Y]
    Writing Makefile for XML::SAX::ExpatXS
    
  2. or download this
    > make
    gcc -c   -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=
    +64 -O   -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/mypath/pro
    +duct/perl-5.8.2/lib/5.8.2/sun4-solaris/CORE"   ExpatXS.c
    ...
    ExpatXS.xs:51: warning: no semicolon at end of struct or union
    …
    make: *** [ExpatXS.o] Error 1
    
  3. or download this
    PERL_DL_NONLAZY=1 /mypath/product/bin/perl "-MExtUtils::Command::MM" "
    +-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/00basic.............Can't load '/mypath/test/XML-SAX-ExpatXS-1.08/bl
    +ib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so' for module XML::SAX::ExpatXS
    +: ld.so.1: /mypath/product/bin/perl: fatal: relocation error: file /m
    +ypath/test/XML-SAX-ExpatXS-1.08/blib/arch/auto/XML/SAX/ExpatXS/ExpatX
    +S.so: symbol XML_GetErrorCode: referenced symbol not found at /mypath
    +/product/perl-5.8.2/lib/5.8.2/sun4-solaris/DynaLoader.pm line 229.
     at t/00basic.t line 4
    ...
    t/00basic.............dubious
            Test returned status 255 (wstat 65280, 0xff00)
    DIED. FAILED test 1