Bug 213285
| Summary: | perl INC path is missing locations on ppc64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kumar Gala <galak> |
| Component: | perl | Assignee: | Robin Norwood <robin.norwood> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | powerpc | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-21 15:09:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Kumar Gala
2006-10-31 16:43:50 UTC
The other solution maybe that perl modules may also need ppc64 builds. When I hacked in perl script to explicilty include /usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/ I got the following message: Can't load '/usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/auto/HTML/Parser/Parser.so' for module HTML::Parser: /usr/lib/perl5/vendor_perl/5.8.8/ppc-linux-thread-multi/auto/HTML/Parser/Parser.so: wrong ELF class: ELFCLASS32 Doing a rebuild of perl-HTML-Parser-3.55-1.fc6.src.rpm on a ppc64 host ends up generating perl-HTML-Parser-3.55-1.fc6.ppc64.rpm which when installed resolves the issue with my specific script. |