I'm trying to get hplip-2.7.12 installed, and I'm reasonably sure that I had it installed on this box before my problems last month. Anyway, it will not build at the moment. It stops the Configure with "configure: error: "cannot find libjpeg support". However,
Package libjpeg - 6b-37.i386 is already installed.
Similarly, attempting to install hplip-3.9.2 stops with
warning: Missing REQUIRED dependency: libusb
but
Package libusb - 0.1.12-5.1.i386 is already installed.
Version 2.7.12 is the earliest version to support my printer. I'm fairly sure I had it installed on this box before my problems last month, and I'm fairly sure that it also was installed on FC6 some time back. Either of these versions would be fine.
Any ideas?
Anne
From: Anne Wilson cannewilson@googlemail.com
I'm trying to get hplip-2.7.12 installed, and I'm reasonably sure that I had it installed on this box before my problems last month. Anyway, it will not build at the moment. It stops the Configure with "configure: error: "cannot find libjpeg support". However, warning: Missing REQUIRED dependency: libusb Any ideas?
Maybe you need libjpeg-devel and libusb-devel?
JD
On Friday 06 March 2009 16:39, John Doe wrote:
From: Anne Wilson cannewilson@googlemail.com
I'm trying to get hplip-2.7.12 installed, and I'm reasonably sure that I had it installed on this box before my problems last month. Anyway, it will not build at the moment. It stops the Configure with "configure: error: "cannot find libjpeg support". However, warning: Missing REQUIRED dependency: libusb Any ideas?
Maybe you need libjpeg-devel and libusb-devel?
Thanks, John and Robert. I installed both, and sure enough 3.9.2 ran and apparently completed, but when I tried to run hp-setup it said that python-dbus is not installed. My attempts with yum have not succeeded in tracking this down, so do you know how/where I get python-dbus? Thanks
Anne
From: Anne Wilson cannewilson@googlemail.com
Thanks, John and Robert. I installed both, and sure enough 3.9.2 ran and apparently completed, but when I tried to run hp-setup it said that python-dbus is not installed. My attempts with yum have not succeeded in tracking this down, so do you know how/where I get python-dbus? Thanks
Try dbus-python maybe...
JD
Anne Wilson wrote:
On Friday 06 March 2009 16:39, John Doe wrote:
From: Anne Wilson cannewilson@googlemail.com
I'm trying to get hplip-2.7.12 installed, and I'm reasonably sure that I had it installed on this box before my problems last month. Anyway, it will not build at the moment. It stops the Configure with "configure: error: "cannot find libjpeg support". However, warning: Missing REQUIRED dependency: libusb Any ideas?
Maybe you need libjpeg-devel and libusb-devel?
Thanks, John and Robert. I installed both, and sure enough 3.9.2 ran and apparently completed, but when I tried to run hp-setup it said that python-dbus is not installed. My attempts with yum have not succeeded in tracking this down, so do you know how/where I get python-dbus? Thanks
Anne, You are now where I am. It seems that maybe the python-dbus that is needed requires python 2.5 whereas 2.4 is what is installed. roger
Anne _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Monday 09 March 2009 11:53:35 Roger Wells wrote:
Anne Wilson wrote:
On Friday 06 March 2009 16:39, John Doe wrote:
From: Anne Wilson cannewilson@googlemail.com
I'm trying to get hplip-2.7.12 installed, and I'm reasonably sure that I had it installed on this box before my problems last month. Anyway, it will not build at the moment. It stops the Configure with "configure: error: "cannot find libjpeg support". However, warning: Missing REQUIRED dependency: libusb Any ideas?
Maybe you need libjpeg-devel and libusb-devel?
Thanks, John and Robert. I installed both, and sure enough 3.9.2 ran and apparently completed, but when I tried to run hp-setup it said that python-dbus is not installed. My attempts with yum have not succeeded in tracking this down, so do you know how/where I get python-dbus? Thanks
Anne, You are now where I am. It seems that maybe the python-dbus that is needed requires python 2.5 whereas 2.4 is what is installed.
If it turns out that that is the case, I'll have to try to uninstall 3.9.2 and put the older one one. Keep watching the thread and I'll keep you informed.
Anne
Anne Wilson wrote:
I'm trying to get hplip-2.7.12 installed, and I'm reasonably sure that I had it installed on this box before my problems last month. Anyway, it will not build at the moment. It stops the Configure with "configure: error: "cannot find libjpeg support". However,
Package libjpeg - 6b-37.i386 is already installed.
Similarly, attempting to install hplip-3.9.2 stops with
warning: Missing REQUIRED dependency: libusb
but
Package libusb - 0.1.12-5.1.i386 is already installed.
Version 2.7.12 is the earliest version to support my printer. I'm fairly sure I had it installed on this box before my problems last month, and I'm fairly sure that it also was installed on FC6 some time back. Either of these versions would be fine.
Any ideas?
Anne
I confess to not following this thread closely and this is not a direct answer to your question but this combination works for me:
# yum list hplip libusb libjpeg libusb-devel libjpeg-devel
<snip>
Installed Packages hplip.i386 1.6.7-4.1.el5.4 installed libjpeg.i386 6b-37 installed libjpeg-devel.i386 6b-37 installed libusb.i386 0.1.12-5.1 installed libusb-devel.i386 0.1.12-5.1 installed
All from CentOS repos. Good luck in getting your machine back to the point that it "feels" like yours!