Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Perl segfaults and wont run. Something to do with libperl.so

by shmem (Chancellor)
on Jul 11, 2017 at 15:41 UTC ( [id://1194828]=note: print w/replies, xml ) Need Help??


in reply to Perl segfaults and wont run. Something to do with libperl.so

Read man rpm. Via rpm, identify the rpm package /usr/bin/perl belongs to (rpm -qf /usr/bin/perl). Run rpm -ql $package to get at the location of libperl.so and check whether it is where expected. Run rpm -verify (or such, consult the manual page of rpm) to verify the integrity of libperl.so found in the output of the package list. If things are wrong (as I suppose they are) re-install the perl core package.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^2: Perl segfaults and wont run. Something to do with libperl.so
by holpot (Initiate) on Jul 11, 2017 at 17:43 UTC

    Thank you. I removed then reinstalled perl and that seem to fix it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1194828]
help
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: (7)
As of 2024-04-16 11:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found