Friday, July 12, 2013

I've had to compile and old version of perl 5.8.8 from source and found it to be picky if the OS is x64.  To resolve this, you need to specify the lib directory during the configure step

Configure -des -Dplibpth='/lib64 /usr/lib64' -Dprefix=/path/to/install/perl

No comments:

Post a Comment