in reply to expat.h / XML::Parser 2.36 / CentOS 5.2 non-root installation
or try adding$expat_libpath = ''; $expat_incpath = '';
one of them should workWriteMakefile( .... 'INC' => '-Ipath/to/expat', 'LIBS' => '-Lpath/to/expat -lexpat', );
|
|---|
| 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 |