Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: CPAN problem in F22

by Corion (Patriarch)
on Jun 18, 2015 at 13:00 UTC ( [id://1130998]=note: print w/replies, xml ) Need Help??


in reply to CPAN problem in F22

You mixed different Perl versions and installed/overwrote C modules from one version of Perl with C modules from another version of Perl. This often happens if you "upgrade" Perl by compiling your own and then overwriting the vendor supplied Perl, or when installing modules using CPAN into the vendor provided Perl instead of using the vendor package manager.

The best approach to this problem is to reinstall the vendor supplied Perl using the vendor packages and then to compile your own Perl for your own application, where you can then install packages from CPAN into. Use the vendor tools for the vendor Perl and the Perl tools for your own Perl.

Replies are listed 'Best First'.
Re^2: CPAN problem in F22
by Anonymous Monk on Jun 19, 2015 at 16:55 UTC
    Even after removing all version of perl and reinstalling them from fedora repo. I am still getting CAPN segmentation fault. this is strange.. Some module are working but only those need http like LWP producing seg. fault.

      The only advice I can give you is to not combine CPAN and the vendor Perl. Use the vendor tools for the vendor Perl.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1130998]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found