My server has CentOS 5.4. I had hplip-2.7.12 installed and running, as earlier versions didn't work with my printers, and was able to print to a networked printer. As far as I'm aware, that's the version that was still running last time I printed. Recently I decided to add a local USB printer, and at that point discovered that I can no longer print. I've no idea how long this has been so. Rightly or wrongly, I decided that something must have seriously upset hplip, so I removed it and re-installed it. Unfortunately it hasn't cured anything.
I have the correct ppd files for both printers, and CUPS lists them. If I step through the CUPS Modify Printer pages everything looks correct, but when I try to send a test page I see "usr/lib/cups/filter/foomatic-rip failed".
Running 'hp-check -t' tells me that libcrypto is a required dependency and I don't have it. 'rpm --redhatprovides libcrypto' says that no package provides it, and no package of that name is listed. Where can I get it?
Similarly, ppdev and ReportLab are essential but missing.
I have printed from this server in the past, but I can't get it sorted this time. I can't even find any uninstall file for hplip, and it doesn't appear in the rpm database. Is there any way I can get this working again?
Thanks
Anne
On Fri, Apr 23, 2010 at 9:19 AM, Anne Wilson cannewilson@googlemail.com wrote: :
Running 'hp-check -t' tells me that libcrypto is a required dependency and I don't have it. 'rpm --redhatprovides libcrypto' says that no package provides it, and no package of that name is listed. Where can I get it?
Have you checked any of the hits in Google? There are many of them....
HTH.
mhr
Reply to All / Reply to List On Friday 23 April 2010 18:30:40 MHR wrote:
On Fri, Apr 23, 2010 at 9:19 AM, Anne Wilson cannewilson@googlemail.com
wrote:
Running 'hp-check -t' tells me that libcrypto is a required dependency and I don't have it. 'rpm --redhatprovides libcrypto' says that no package provides it, and no package of that name is listed. Where can I get it?
Have you checked any of the hits in Google? There are many of them....
I've checked quite a few. None of them I've found so far were about these missing dependencies, but I'll read some more.
Anne
On Apr 23, 2010, at 10:45 AM, Anne Wilson wrote:
Reply to All / Reply to List On Friday 23 April 2010 18:30:40 MHR wrote:
On Fri, Apr 23, 2010 at 9:19 AM, Anne Wilson cannewilson@googlemail.com
wrote:
Running 'hp-check -t' tells me that libcrypto is a required dependency and I don't have it. 'rpm --redhatprovides libcrypto' says that no package provides it, and no package of that name is listed. Where can I get it?
Have you checked any of the hits in Google? There are many of them....
I've checked quite a few. None of them I've found so far were about these missing dependencies, but I'll read some more.
Anne
libcrypto is part of openssl.
Weird that whatprovides is useless on this..
[root@cartman ~]# rpm -qf /lib/libcrypto.so.6 openssl-0.9.8e-12.el5_4.6 [root@cartman ~]# rpm --redhatprovides libcrypto no package provides libcrypto [root@cartman ~]#
-- Don Krause Head Systems Geek, Waver of Deceased Chickens. Optivus Proton Therapy, Inc. P.O. Box 608 Loma Linda, California 92354 909.799.8327 Tel 909.799.8366 Fax dkrause@optivus.com www.optivus.com "This message represents the official view of the voices in my head."
Don Krause wrote:
[root@cartman ~]# rpm -qf /lib/libcrypto.so.6 openssl-0.9.8e-12.el5_4.6 [root@cartman ~]# rpm --redhatprovides libcrypto no package provides libcrypto [root@cartman ~]#
fwiw,
yum provides libcrypto.so.6
does tell you what RPMs.
ditto...
$ rpm -q --whatprovides libcrypto.so.6 openssl-0.9.8e-12.el5
(but only if its already installed)
On Fri, Apr 23, 2010 at 10:53:00AM -0700, Don Krause wrote:
libcrypto is part of openssl.
Weird that whatprovides is useless on this..
[root@cartman ~]# rpm -qf /lib/libcrypto.so.6 openssl-0.9.8e-12.el5_4.6 [root@cartman ~]# rpm --redhatprovides libcrypto no package provides libcrypto [root@cartman ~]#
Use yum: yum whatprovides '*libcrypto*'