>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
####
> 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/product/perl-5.8.2/lib/5.8.2/sun4-solaris/CORE" ExpatXS.c
ExpatXS.xs:21:19: expat.h: No such file or directory
ExpatXS.xs:51: parse error before "XML_Parser"
ExpatXS.xs:51: warning: no semicolon at end of struct or union
…
make: *** [ExpatXS.o] Error 1
####
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/blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so' for module XML::SAX::ExpatXS: ld.so.1: /mypath/product/bin/perl: fatal: relocation error: file /mypath/test/XML-SAX-ExpatXS-1.08/blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.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
Compilation failed in require at t/00basic.t line 4.
BEGIN failed--compilation aborted at t/00basic.t line 4.
# Failed test 1 in t/00basic.t at line 3
# t/00basic.t line 3 is: END { ok($loaded) }
t/00basic.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1