Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
The file in question (Expat.so) exists in the proper directory

However, the file that's not being found is libperl.so.5.26 (though it, too, will presumably still be where it always was).

Which perl are you wanting to execute - the system perl-5.28.2 ? ... or the perl-5.26 that's in /home/john/perl5/ ?
I would recommend staying with the perl in /home/john/perl5, but it seems you are currently using a mixture of both - which is not going to work.

Could you provide full output of perl -V (that's an uppercase V).

Update: Also the output of echo $PATH might be helpful.
I suspect that all you really needed to do was to first run:
export PATH=/home/john/perl5/bin:$PATH
and everything would have still worked.
However, there's now the issue of which XML::Parser was removed. (Nothing that can't be fixed.)

Cheers,
Rob

In reply to Re: Fedora 29 upgrade by syphilis
in thread Fedora 29 upgrade by JRBJhawk

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 admiring the Monastery: (3)
As of 2024-04-25 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found