S secretman Verified User Joined Nov 10, 2003 Messages 19 Feb 6, 2004 #21 How to make this command? Sorry i don't know this procedure
ProWebUK Verified User Joined Jun 9, 2003 Messages 1,963 Location UK Feb 6, 2004 #22 ProWebUK said: rpm -qa | grep "perl" Click to expand... in ssh as root. Chris
S secretman Verified User Joined Nov 10, 2003 Messages 19 Feb 6, 2004 #23 [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?
[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?
ProWebUK Verified User Joined Jun 9, 2003 Messages 1,963 Location UK Feb 6, 2004 #24 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
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
S secretman Verified User Joined Nov 10, 2003 Messages 19 Feb 6, 2004 #25 Where is possible download a just rpm? Have a link?
ProWebUK Verified User Joined Jun 9, 2003 Messages 1,963 Location UK Feb 6, 2004 #26 ProWebUK said: (rpmfind is probably your best bet) Click to expand... rpmfind.net enter perl in the search box and go...! Chris
ProWebUK said: (rpmfind is probably your best bet) Click to expand... rpmfind.net enter perl in the search box and go...! Chris