in reply to expat.h / XML::Parser 2.36 / CentOS 5.2 non-root installation

Weird ... try editing Makefile.PL manually, set
$expat_libpath = ''; $expat_incpath = '';
or try adding
WriteMakefile( .... 'INC' => '-Ipath/to/expat', 'LIBS' => '-Lpath/to/expat -lexpat', );
one of them should work

Replies are listed 'Best First'.
Re^2: expat.h / XML::Parser 2.36 / CentOS 5.2 non-root installation
by Anonymous Monk on Mar 28, 2009 at 16:03 UTC
    try : yum install expat-devel