glasswalk3r has asked for the wisdom of the Perl Monks concerning the following question:
Hello fellow monks
I did some researching but I'm not being able to find how to add new modules from CPAN to a "packaged" (compiled and distributed, like DEB or RPM packages) but couldn't find anything.
If I want to install mod_perl2 from scratch that's easy, because I can do it from the perl installed from source code. But for package mod_perl2, I believe the interpreter won't be available. Or I'm guessing it wrong?
Or I can assume is the same perl that is available system wide (and controlled by root) and could try to install those new modules to a different location (and configure mod_perl2 to search for those modules there)?
Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: adding modules from CPAN to "packaged" mod_perl2
by hippo (Archbishop) on Dec 05, 2016 at 09:31 UTC | |
by glasswalk3r (Friar) on Dec 05, 2016 at 11:43 UTC | |
by hippo (Archbishop) on Dec 05, 2016 at 14:01 UTC |