in reply to Example of building/deploying perl program like StrawberryPerl

Generally, you can install Perl from source without clashing with the system one. We used to have to do this on Redhat after they decided to include a release of Perl with their distribution that had performance issues (see Bitten By the Red Hat Perl Bug)

Redhat's Perl is installed under /usr/bin with libraries under /usr/lib while the default location if you compile from source will be under /usr/local/bin and /usr/local/lib. I'm guessing that other distributions are the same. But if you just want Perl for yourself, appbrew will fit the bill

  • Comment on Re: Example of building/deploying perl program like StrawberryPerl

Replies are listed 'Best First'.
Re^2: Example of building/deploying perl program like StrawberryPerl
by xiaoyafeng (Deacon) on Dec 11, 2018 at 01:34 UTC
    Thanks for your reply, After discussion with Corion, I realize that the real difficulty is not compiling/installing my own perl, but how to make XS module to find the external libraries which I installed on my home directory. It seems that I either set environment variables or manually change every makefile.pl of modules(both one would be a tedious job)




    I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction