Cgi Problems

[root@server root]# rpm -qa | grep "perl"
perl-Filter-1.29-3
perl-5.8.0-88.3
perl-CPAN-1.61-88.3

how to reinstall the lacks library?
 
you should have it then... sounds like a possible bad install

To remove the current perl RPM

rpm -e --nodeps perl

Then find another perl RPM (rpmfind is probably your best bet)

rpm -ivh _____.rpm

(with the rpm you get of course!)

Chris
 
Back
Top