Eberhard, Make sure you have libsnmp9, libsnmp9-dev and build-essential installed.
go to: /home/eroloff/download/software/hp_laserjet/hplip-0.9.11 enter these commands as root: make uninstall make clean enter as user: "./configure --prefix=/usr > configure.txt" (takes a few min) then, "make > make.txt" then sudo "make install > make_install.txt" This will create three files, configure.txt, make.txt and make_install.txt. Please send those as attachments so we can look at the logs. Just as a side note..I've compiled 0.9.11 on Ubuntu dapper with no problems..soon there will be updated instructions on the website, but the correct deps install step for dapper is: sudo apt-get install build-essential python2.4-dev python2.4-qt3 libcupsys2-dev libjpeg62-dev lsb libtool automake libusb-dev libsnmp9 libsnmp9-dev Thanks! Aaron Eberhard Roloff wrote: > Hi, > > I changed from Suse 10 to KUbuntu 6.06 (dapper drake) and found > that ubuntu comes with hplip 0.9.7 preinstalled. > > As this version > does not support fax for my Laserjet 3392 (connceted via > Ethernet), I removed the hplip and hpijs packages from the > installation. > > Then I used hplip 0.9.11 patch2. After much > struggle and a long lasting installation torture from gcc ;-)) > to net-snmp, and libjpeg, my "configure --prefix=/usr" went > nicely. After this, "make" flooded me with messages, but did not > complain. Finally I was happy to use "make install", where I got > a multitude of "install -c..."messages. > > Unfortunately the install fails with these lines at the sad end: > > .... > echo -e "# Following values are determined at configure time > and cannot be changed.\n[configure]" >>> /usr/share/hplip/hplip.conf if [ "no" = "yes" ]; then \ echo >>> -e "rpm-install=1" >> /usr/share/hplip/hplip.conf; \ > else \ > echo -e "rpm-install=0" >>> /usr/share/hplip/hplip.conf; \ fi > if [ "yes" = "yes" ]; then \ > echo -e "network-build=1" >>> /usr/share/hplip/hplip.conf; \ else \ > echo -e "network-build=0" >>> /usr/share/hplip/hplip.conf; \ fi > if [ "yes" = "yes" ]; then \ > echo -e "pp-build=1" >> /usr/share/hplip/hplip.conf; \ > else \ > echo -e "pp-build=0" >> /usr/share/hplip/hplip.conf; \ > fi > echo -e "internal-tag=0.9.11.11" >> /usr/share/hplip/hplip.conf; > sed 's:HPIODDIR=:HPIODDIR=/usr/sbin:' > < /usr/share/hplip/hplip.sh > /usr/share/hplip/hplip.tmp; \ sed > 's:HPSSDDIR=:HPSSDDIR=/usr/share/hplip:' > < /usr/share/hplip/hplip.tmp > /usr/share/hplip/hplip; \ rm > -f /usr/share/hplip/hplip.tmp if [ "no" = "no" ]; then > \ /home/eroloff/download/software/hp_laserjet/hplip-0.9.11/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 [ "" != "" ]; then \ hplip; \ > else \ > hplip reset; \ > fi \ > fi \ > fi \ > fi > /bin/sh: line 9: hplip: command not found > make[3]: *** [install-data-hook] Error 127 > make[3]: Leaving directory > `/home/eroloff/download/software/hp_laserjet/hplip-0.9.11' > make[2]: *** [install-data-am] Error 2 make[2]: Leaving > directory > `/home/eroloff/download/software/hp_laserjet/hplip-0.9.11' > make[1]: *** [install-am] Error 2 make[1]: Leaving directory > `/home/eroloff/download/software/hp_laserjet/hplip-0.9.11' make: > *** [install-recursive] Error 1 > > I have no clue what is going on here. I appreciate any help on > this. > > Thanks and kind regards > Eberhard _______________________________________________ HPLIP-Help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hplip-help
