Skip to content

Instantly share code, notes, and snippets.

@ksauzz
Created April 14, 2014 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksauzz/10637199 to your computer and use it in GitHub Desktop.
Save ksauzz/10637199 to your computer and use it in GitHub Desktop.
Installing jmx4perl
wget http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-2.01080605.tar.gz
wget http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/pari-2.3.5.tar.gz
tar -zxvf Math-Pari-2.01080605.tar.gz
tar -zxvf pari-2.3.5.tgz
cd Math-Pari-2.01080605
vim Makefile.PL
##Line 9: Change to $paridir = "../pari-2.3.5";
perl Makefile.PL
cpanm .
wget http://search.cpan.org/CPAN/authors/id/C/CH/CHANSEN/Mac-SystemDirectory-0.06.tar.gz
tar zxfv Mac-SystemDirectory-0.06.tar.gz
cd Mac-SystemDirectory-0.06
wget https://rt.cpan.org/Public/Ticket/Attachment/1015681/529527/Mac-SystemDirectory-0.06-m.patch
patch < Mac-SystemDirectory-0.06-m.patch
perl Makefile.PL
cpanm .
cpanm Crypt::OpenPGP --notest
cpanm cpanm JMX::Jmx4Perl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment