![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^2: Installing XML::Parser (with expat)by Corion (Patriarch) |
on Dec 11, 2013 at 12:12 UTC ( [id://1066610]=note: print w/replies, xml ) | Need Help?? |
Weirdly enough, the --enable-static trick did not work out for me, but for completeness (and off-site backup :) ), here is what I need to do to build expat and XML::Parser on Solaris x86 with the SUN C compiler: First build expat:
After installation, remember to update LD_LIBRARY_PATH in an appropriate location:
Then, the installation of XML::Parser works, although the SUN C compiler did not like having the library directories listed after the -lexpat command. So I had to fudge that by patching the Makefile.PL:
Then, configuring and testing Just Works:
In Section
Seekers of Perl Wisdom
|
|