Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Perl version issue?

by tobyink (Canon)
on Oct 26, 2014 at 03:11 UTC ( [id://1105010]=note: print w/replies, xml ) Need Help??


in reply to Perl version issue?

Locale::gettext is not a pure Perl module (parts of it are written in C) so is not portable between different versions of Perl. Perl 5.18 (which you are using) can't load a copy of the module that was compiled for Perl 5.16. In general, it's not usually a good idea to share a library directory between multiple versions of Perl.

Take the 5.16-specific path out of PERL5LIB. (And you probably want to look at why /Library/Perl/5.12 is there too!) Then install this module afresh into one of Perl 5.18's library directories.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found