The "make install" is failing because configure did not find chkconfig or install_initd at ./configure time. Chkconfig or install_initd is required to install the "hplip" startup script (ie: hplip.sh) into the /etc/rc[0-6].d directories.
-dave > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Luca > Sent: Monday, December 11, 2006 10:38 AM > To: [email protected] > Subject: [Hplip-help] Installation problem > > > Hello to all! > > I've downloaded hplip-1.6.10 and it broke during install. > > I don't use vendor distro but my own built from scratch. > > I configured hplip in this way: > > ./configure --prefix=/usr --sysconfdir=/etc > --localstatedir=/var --disable-network-build > > After make I patched hplip.sh and Makefile to reflect the > fact that I have installed Xorg-7.1 under /usr/X11R7 > hierarchy and have init files in /etc/rc.d/init.d. > > When I finally pass make install it broke with: > > 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 > /hplip-1.6.10/install-sh -d /etc/rc.d/init.d /usr/bin/install > -c /usr/share/hplip/hplip /etc/rc.d/init.d if [ "" = "" ]; then \ > if [ "" != "" ]; then \ > hplip; \ > else \ > hplip reset; \ > fi \ > fi > /bin/sh: line 4: hplip: command not found > make[3]: *** [install-data-hook] Error 127 > make[3]: Leaving directory `/hplip-1.6.10' > make[2]: *** [install-data-am] Error 2 > make[2]: Leaving directory `/hplip-1.6.10' > make[1]: *** [install-am] Error 2 > make[1]: Leaving directory `/hplip-1.6.10' > make: *** [install-recursive] Error 1 > > Is it because it doesn't find hplip in /usr/bin? > > Any help appreciated, > Thanks in advance, > > Luca > > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the > chance to share your opinions on IT & business topics through > brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge &CID=DEVDEV _______________________________________________ HPLIP-Help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hplip-help ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ HPLIP-Help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hplip-help
