Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
If you look to the version nrs in your paths, xubuntu updated from perl 5.14.2 in your former xubuntu 13.10 to the more modern perl 5.16.3 in xubuntu 14.04.

I would bet the your lib directory now also refs to /usr/local/share/perl5.16.3 instead of the former link to /usr/local/share/perl5.14.2.

That's why allthough perlbrew is installed (for perl5.14.2), the newer perl version has the newer link to the new lib directory.

Solutions to bypass it would be to create a symlink to the former path, to add it in -I directive when calling perl, add it to the $LIB (not $PATH variable) in your bashrc or to reinstall perlbrew in new perl environment or w/e I might have forgot now.

Personal, I'd let xubuntu just like it is, so other programs that rely via rpm package management or so do it, but just install locally my preferred perl version(s) and work with them. So you can't broke any 3rd program and still can control your own development/production environment and also work with the most modern Perl if you intend so (5.18 or 5.20).

Greetings,
Janek Schleicher


In reply to Re: perlbrew is broken by bigj
in thread perlbrew is broken by lcarter

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-25 04:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found