Bug 1425015
| Summary: | Cwd.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jibecfed <jean-baptiste> |
| Component: | perl | Assignee: | Jitka Plesnikova <jplesnik> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | Axel.Thimm, bex, cweyl, dan, emmanuel, iarnell, jplesnik, kasal, perl-devel, ppisar, psabata, rc040203, sergio, tcallawa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-22 08:33:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jibecfed
2017-02-20 11:32:08 UTC
Hi, Thanks for the report . This problem is in rawhide or in F25 or both ? it works for me , It is a generic error on perl if you google for "Cwd.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080)" you will see same problem with other packages. Redirecting to perl packagers maintainers I talked it out with jibecfed on IRC and it appears this was due to Perl libraries present in /usr/local/{lib64|share}/perl5.
Jibecfed, are you still having issues?
The error message states your Cwd Perl module was built against different perl than you use now. This happens if you install modules manually out of Fedora RPM package management control. It's usually caused by using "cpan" or "cpanm" or similar tools to install modules directly from CPAN. I recommend you delete the manually installed files. Especially in case of Cwd module that's delivered by Fedora's perl-PathTools RPM package (you can also refer it by a module name, e.g. 'perl(Cwd)'. And install them from Fedora repository. Or you can try to rebuild them with "cpan -r". |