Summary: | www-apache/mod_perl-2.0.1-r2 cannot load perl modules due to an incorrect @INC | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | falcon |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jakub |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
A patch which updates the @INC in the aforementioned perl script
The signature to the patch I proposed. |
Description
falcon
2006-06-20 22:53:42 UTC
Created attachment 89685 [details, diff]
A patch which updates the @INC in the aforementioned perl script
A GPG signature is attached.
Created attachment 89686 [details]
The signature to the patch I proposed.
Well no, this fix is wrong, you cannot hardcode versions there, and you cannot hardcode threaded/non-threaded there... Wouldn't work on my system, e.g. Also, mod_perl works just fine here, I' say your problem is somewhere else. Tried reemerging mod_perl? If you upgrade perl, you have to rebuild mod_perl. It links and builds based on the system libperl, so if that changes you need to reinstall. FWIW, you also must rebuild if you change from using ithreads to not (or vice versa). After remerging mod_perl, everything works again. |