-
Build a perl 5.16 via perlbrew
-
Building
XML::LibXML
- cpanm XML::LibXML
- if fails, cd to the work directory
-
perl Makefile.PL LIBS='-L/home/dginev/usr/lib64 -L/usr/lib -lm -lz -lxml2' INC='-I/home/dginev/usr/include/libxml2 -I/home/dginev/usr/include -I/usr/include'
- During make, delete offending assert files to run cleanly (???)
- Make sure the PERL5LIB env path points to the perlbrew installation
- Similarly for XML::LibXSLT