Wednesday, April 9, 2014

Perl: Install Perl 5.18.2

Download source code from http://www.perl.org/get.html#unix_like

# ./Configure -des -Dprefix=/opt/perl-5.18.2 -Dnoextensions=ODBM_File

or you can add extra modules

# ./Configure -des -Dprefix=/opt/perl-5.18.2 -Dnoextensions=ODBM_File -Dextras="Bundle::LWP DBI AppConfig"

#export LD_LIBRARY_PATH=/opt/perl-5.18.0/lib/5.18.0:$LD_LIBRARY_PATH
# make test
# make install

No comments:

Post a Comment