Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Weird perl issue, installed packages not being recognized

by hippo (Bishop)
on Apr 08, 2021 at 08:20 UTC ( [id://11131001]=note: print w/replies, xml ) Need Help??


in reply to Weird perl issue, installed packages not being recognized

The paths in @INC do not look good. If the modules have been installed in /root/perl5/lib/perl5/ and you are not root then you won't be able to use them. They certainly should not have been installed in /usr/local/bin/perl - I cannot imagine why that might be in @INC in the first place. The other paths all relate to perl 5.32 which isn't the system perl in any RHEL release AFAIK (although there may be an SCL for it).

Since I'm not the one who installed perl onto this system, nor can I contact them, what is the best possible solution to resolve this issue?

Perhaps uninstall this perl 5.32 and just use the system perl? Either that or install your own perl via perlbrew and start that one from scratch. If someone has installed a non-system perl and done it badly then who knows what other problems they have left behind.


🦛

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-16 17:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found