Koozali.org: home of the SME Server

perl is broken

Offline pbowers

  • 1
  • +0/-0
perl is broken
« 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

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: perl is broken
« Reply #1 on: February 02, 2010, 09:23:39 PM »
hi, welcome here

before you do anything, you should tell us what you did before.. just for curiosity, what's the result of
Code: [Select]
rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1
?

Offline akay

  • 1
  • +0/-0
Re: perl is broken
« Reply #2 on: February 02, 2010, 09:33:46 PM »
rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1

returns me to a command prompt with no output

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: perl is broken
« Reply #3 on: February 02, 2010, 09:50:05 PM »
rpm -qa 2> /dev/null | grep perl-5 | sort | head -n 1

returns me to a command prompt with no output

mmmhh..

Code: [Select]
[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

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: perl is broken
« Reply #4 on: February 02, 2010, 09:54:38 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 :-(

So what did you, or someone else, do to break perl? Software doesn't usually just evaporate.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: perl is broken
« Reply #5 on: February 02, 2010, 10:19:54 PM »
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