Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: pbowers on February 02, 2010, 09:10:26 PM
-
when I try to ssh into a server I get the following
perl: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
It would seem perl is broken :-(
Is it possible to remove the existing package?
rpm -e --allmatches --nodeps perl
and perform a yum install perl
Thanks
-
hi, welcome here
before you do anything, you should tell us what you did before.. just for curiosity, what's the result of
rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1
?
-
rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1
returns me to a command prompt with no output
-
rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1
returns me to a command prompt with no output
mmmhh..
[root@srvsrv ~]# rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1
perl-5.8.5-49.el4
[root@srvsrv ~]#
on a sme 7.4 fully updated
-
when I try to ssh into a server I get the following
perl: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
It would seem perl is broken :-(
So what did you, or someone else, do to break perl? Software doesn't usually just evaporate.
-
So what did you, or someone else, do to break perl? Software doesn't usually just evaporate.
it depends, some time could happen with/in windows :-D