Skip to content

Instantly share code, notes, and snippets.

@dginev
Last active August 29, 2015 14:02
Show Gist options
  • Save dginev/1eb090588ad78aa8e0c7 to your computer and use it in GitHub Desktop.
Save dginev/1eb090588ad78aa8e0c7 to your computer and use it in GitHub Desktop.
HULK setup
  1. Build a perl 5.16 via perlbrew

  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment