Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: June 26 2007,11:10 |
|
So, compiling hplip-0.9.5 over the top of the deb installation didn't work, but I seem to have had more success leaving hplip-data and hplip out of the deb installation and then compiling hplip-0.9.5 - this required the following "header debs" before the compile would configure:
libc6-dev, libjpeg62-dev, libtiffxx0, zlib1g-dev, libtiff4-dev, libpng12-dev, libopencdk8-dev, libtasn1-2-dev, libgpg-error0, libgpg-error-dev, libgcrypt11-dev, libgnutls11-dev, libcupsys2-dev, libcupsimage2-dev, libsnmp-perl, libwrap0, libwrap0-dev, libssl-dev, libsnmp5-dev, python2.3 & python-dev
"./configure" and "make" completed without errors but "make install" halted with this error:Code Sample | if [ "no" = "no" ]; then \ /usr/src/hplip-0.9.5/install-sh -d /etc/hp; \ /usr/bin/install -c -m 644 /usr/share/hplip/hplip.conf /etc/hp; \ if [ -d /etc/init.d ]; then \ /usr/bin/install -c /usr/share/hplip/hplip /etc/init.d; \ if [ "" = "" ]; then \ if [ -x /install_initd ]; then \ /install_initd hplip; \ else \ /chkconfig hplip reset; \ fi \ fi \ fi \ fi /bin/sh: line 1: /chkconfig: No such file or directory make[3]: *** [install-data-hook] Error 127 make[3]: Leaving directory `/ramdisk/usr/src/hplip-0.9.5' make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/ramdisk/usr/src/hplip-0.9.5' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/ramdisk/usr/src/hplip-0.9.5' make: *** [install-recursive] Error 1 |
The error notwithstanding, using an HP OfficeJetK80 connected via usb I was able to print a test page - both from cups and using hp-testpage - and, finally, was able to print the cups-admin page and a 2MB jpeg from Firefox.
I guess more investigation is needed to understand why the compile failed and then build an extension/figure out which files need to be added to my backup (I saw Roberts listed these for cups in a post, but I believe more/different ones may be needed with hplip).
Anyway - thanks for the pointers, I seem to be on the right track.
|