in reply to Problems with ExpatXS in Solaris 9

Hi, I've successfully installed expat & XML::Parser in non-standard locations on a few different systems (including solaris 8) by using this command:
perl Makefile.PL EXPATLIBPATH=/usr/my_dir/expat/lib EXPATINCPATH=/usr/ +my_dir/expat/include
-Joe