in the tar ball dir you could run:

make uninstall

then remove the /usr/share/hplip directory:

rm -rf /usr/share/hplip

although you may want to try a reinstall. the hplip 1.6.7 does have all of the ppds. it's possible that your download may be corrupted or something of the like..

hope this helps!

A

Victor Warner wrote:
Aaron,

Thank you for this. Whatever has happened, the *.ppd did not install
anywhere. I might try earlier versions. Is it possible to uninstall
version 1.6.7?

Victor Warner

On Thu, 17 Aug 2006 21:44:23 +0100, Aaron J Albright
<[EMAIL PROTECTED]> wrote:

hmm that's odd.  here is the location:

/usr/share/ppd/HP/hp_LaserJet_3020_3030.ppd.gz

Victor Warner wrote:
Aaron,

I deleted the printer from CUPS and then ran hp-setup and am getting
that the program cannot find an appropriate PPD file. Where is this
located?


Victor Warner

hp-setup

HP Linux Imaging and Printing System (ver. 1.6.7)
Printer/Fax Setup Utility ver. 2.1

Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Using device: hp:/usb/hp_LaserJet_3030?serial=00CNBF116166

Setting up device: hp:/usb/hp_LaserJet_3030?serial=00CNBF116166



PRINT QUEUE SETUP
Using queue name: hp_LaserJet_3030
error: Unable to find an appropriate PPD file.

Would you like to specify the path to the correct PPD file to use
(y=yes, n=no*, q=quit) ?

On Thu, 17 Aug 2006 21:26:43 +0100, Aaron J Albright
<[EMAIL PROTECTED]> wrote:

No problem.  It looks like everything is started correctly now.  I've
seen this before where the make install fails at the end and doing the
make clean, etc process seems to fix it.  As everything looks like it's
started try running hp-setup and see if it will configure the printer.

You may need to delete the printer from cups as well. The; > HPLJ3030
  usb://HP/LaserJet%203030

from the hp-check is showing the printer is installed using the usb
backend, so in theory using hp-setup should configure the printer.  Let
me know how that goes!

Aaron

Victor Warner wrote:
Aaron,

Thank you for reply and suggestions. I ran make clean, then ./configure
--prefix=/usr --disable-network-build then make, make install as
suggested. make install produces the same errors as my initial post.

Below is the output of make clean and ./configure --prefix=/usr
--disable-network-build but not make and make install as they are too
long and scrolled out off the Konsole window. I also ran again
/etc/init.d/hplip restart and hp-check. On this occasion there were no
failures for /etc/init.d/hplip restart. The output for both of these are
also produced below.

I am very grateful for your help.

Victor Warner

DellDeskTop:/home/victor/various/hplip-1.6.7# /etc/init.d/hplip restart


Stopping hpiod:                                            [  OK  ]
Stopping hpssd:                                            [  OK  ]
Starting hpiod:                                            [  OK  ]
Starting hpssd:                                            [  OK  ]
DellDeskTop:/home/victor/various/hplip-1.6.7#


HP-Check


HP Linux Imaging and Printing System (ver. 1.6.7)
Dependency/Version Check Utility ver. 2.1

Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Basic system info...
--> Linux DellDeskTop 2.6.10 #1 Fri Jul 8 14:33:24 PDT 2005 i686
GNU/Linux

Currently installed version...
--> 1.6.7

Checking Python version...
--> Version 2.3.4 installed.
--> OK

Checking for user interface dependencies...
Checking for SIP...
--> OK
Checking for PyQt...
--> OK
Checking Qt version...
--> Version 3.3.3 installed.
--> OK
Checking SIP version...
error: Unable to import pyqtconfig. PyQt may not be properly installed.
Checking PyQt version...
--> Version 3.13.0 installed.
error: HPLIP may not function properly with the version of PyQt that is
installed (3.13.0).
error: Incorrect version of PyQt installed. Ver. 3.14 or greater
required.

Checking for library dependencies...
Checking for libnetsnmp...
--> OK
Checking for libjpeg...
--> OK
Checking for libusb...
--> OK
Checking for libcrypto...
--> OK
Checking for libpthread...
--> OK

Checking for application dependencies...
Checking ghostscript...
--> Version 7.07.1
Checking gcc...
--> gcc (GCC) 3.3.5 (Debian 1:3.3.5-3)
--> OK
Checking make...
--> GNU Make 3.80
--> OK
Checking ReportLab (optional)...
warning: Not installed. Fax coverpage support will be disabled.

Checking kernel module...
Checking for ppdev (optional)...
warning: Not found. Parallel printers will not work properly with HPLIP.

Checking for CUPS...
--> scheduler is running
--> OK

Checking existing CUPS queues...
  Printer   Device URI                  HPLIP Installed?
  --------  ------------------------  --------------------
  HPLJ3030  usb://HP/LaserJet%203030           No

Note: Any CUPS queues that are not 'HPLIP Installed', must be installed
with the 'hp:' or 'hpfax:' backends to have them work in HPLIP. Refer
to the install instructions on http://hplip.sourceforge.net for more
help.

If any errors or warnings were reported, please refer to the
installation instructions at:
http://hplip.sourceforge.net/install/index.html




make clean:

[EMAIL PROTECTED]:~/various/hplip-1.6.7$ make clean
Making clean in prnt/hpijs
make[1]: Entering directory
`/home/victor/various/hplip-1.6.7/prnt/hpijs'
 rm -f hpijs hpijs
rm -rf .libs _libs
 rm -f hppgsz hppgsz
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/victor/various/hplip-1.6.7/prnt/hpijs'
Making clean in .
make[1]: Entering directory `/home/victor/various/hplip-1.6.7'
 rm -f hp hp
test -z "libhpip.la libsane-hpaio.la" || rm -f libhpip.la
libsane-hpaio.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -rf .libs _libs
test -z "libhplip-api.la" || rm -f libhplip-api.la
rm -f "./so_locations"
 rm -f ptest ptest
 rm -f hpiod hpiod
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/victor/various/hplip-1.6.7'
[EMAIL PROTECTED]:~/various/hplip-1.6.7$



[EMAIL PROTECTED]:~/various/hplip-1.6.7$ ./configure --prefix=/usr
--disable-network-build



checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a Python interpreter with version >= 2.2... python
checking for python... /usr/bin/python
checking for python version... 2.3
checking for python platform... linux2
checking for python script directory...
${prefix}/lib/python2.3/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.3/site-packages
checking for chkconfig... no
checking for install_initd... no
checking for pthread_create in -lpthread... yes
checking for CRYPTO_free in -lcrypto... no
checking for snmp_timeout in -lnetsnmp... no
checking for usb_init in -lusb... yes
checking for ANSI C header files... (cached) yes
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking net-snmp/net-snmp-config.h usability... no
checking net-snmp/net-snmp-config.h presence... no
checking for net-snmp/net-snmp-config.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for rpm install... no
checking for network build... no
checking for parallel port build... yes
checking for fax build... yes
checking "for cups ppd path"... "using /usr/share/cups"
checking "for cups backend path"... "using /usr/lib/cups/backend"
checking "for icon directory"... "using /usr/lib/menu/hplip"
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in prnt/hpijs
configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr'
'--disable-network-build' --enable-hplip-build --cache-file=/dev/null
--srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for main in -lm... yes
checking for jpeg_set_defaults in -ljpeg... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for uint32_t... yes
checking "for platform-dependencies"... "using Default platform.h"
checking "for cups ppd path"... "using /usr/share/cups/model"
checking "for cups filter path"... "using /usr/lib/cups/filter"
checking "for cups install"... yes
checking "for foomatic install"... yes
checking "for hplip build"... yes
checking for working memcmp... yes
checking for strtod... yes
checking for strtol... yes
checking for pow... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
[EMAIL PROTECTED]:~/various/hplip-1.6.7$











On Thu, 17 Aug 2006 19:14:25 +0100, Aaron J Albright
<[EMAIL PROTECTED]> wrote:

Hey Victor.

The pyqt shouldn't cause a problem during the make install. Could you
do make clean, then ./configure --prefix=/usr then make, make install
again and post pass me the output of all of it?

Thanks!

Aaron

Victor Warner wrote:
Thank you for the reply.

Running /etc/init.d/hplip restart produces:

Stopping hpiod: /etc/init.d/hplip: line 57: kill: (5423) - No such
process
                                           [FAILED]
Stopping hpssd: /etc/init.d/hplip: line 57: kill: (5799) - No such
process
                                           [FAILED]
Starting hpiod:                                            [  OK  ]
Starting hpssd:                                            [  OK  ]


Running hp-check produces one significant error: that PyQt is at
version
3.13 not 3.14. Would that account for the errors in make install? The
full output for hp-check is below.


Victor Warner





DellDeskTop:/home/victor/various/hplip-1.6.7# hp-check

HP Linux Imaging and Printing System (ver. 1.6.7)
Dependency/Version Check Utility ver. 2.1

Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Basic system info...
--> Linux DellDeskTop 2.6.10 #1 Fri Jul 8 14:33:24 PDT 2005 i686
GNU/Linux

Currently installed version...
--> 1.6.7

Checking Python version...
--> Version 2.3.4 installed.
--> OK

Checking for user interface dependencies...
Checking for SIP...
--> OK
Checking for PyQt...
--> OK
Checking Qt version...
--> Version 3.3.3 installed.
--> OK
Checking SIP version...
error: Unable to import pyqtconfig. PyQt may not be properly
installed.
Checking PyQt version...
--> Version 3.13.0 installed.
error: HPLIP may not function properly with the version of PyQt
that is
installed (3.13.0).
error: Incorrect version of PyQt installed. Ver. 3.14 or greater
required.

Checking for library dependencies...
Checking for libnetsnmp...
--> OK
Checking for libjpeg...
--> OK
Checking for libusb...
--> OK
Checking for libcrypto...
--> OK
Checking for libpthread...
--> OK

Checking for application dependencies...
Checking ghostscript...
--> Version 7.07.1
Checking gcc...
--> gcc (GCC) 3.3.5 (Debian 1:3.3.5-3)
--> OK
Checking make...
--> GNU Make 3.80
--> OK
Checking ReportLab (optional)...
warning: Not installed. Fax coverpage support will be disabled.

Checking kernel module...
Checking for ppdev (optional)...
warning: Not found. Parallel printers will not work properly with
HPLIP.

Checking for CUPS...
--> scheduler is running
--> OK

Checking existing CUPS queues...
  Printer   Device URI                  HPLIP Installed?
  --------  ------------------------  --------------------
  HPLJ3030  usb://HP/LaserJet%203030           No

Note: Any CUPS queues that are not 'HPLIP Installed', must be
installed
with the 'hp:' or 'hpfax:' backends to have them work in HPLIP. Refer
to the install instructions on http://hplip.sourceforge.net for more
help.

If any errors or warnings were reported, please refer to the
installation instructions at:
http://hplip.sourceforge.net/install/index.html





On Thu, 17 Aug 2006 17:49:40 +0100, Aaron J Albright
<[EMAIL PROTECTED]> wrote:

Can you run

/etc/init.d/hplip restart

what happens?

also please run hp-check and post the output.

Thanks!

Aaron

Victor Warner wrote:
I am compiling from source version 1.67 of HPLIP (under Linspire
3.0.347
linux).

I can successfully run configure (./configure
--disable-network-build) and
make.

But on running make install (as root) I get the following errors:

/bin/sh: hplip: command not found
make[3]: *** [install-data-hook] Error 127
make[3]: Leaving directory `/home/victor/various/hplip-1.6.7'
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory `/home/victor/various/hplip-1.6.7'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/victor/various/hplip-1.6.7'
make: *** [install-recursive] Error 1
DellDeskTop:/home/victor/various/hplip-1.6.7#

I would be grateful for help in solving this problem.

Victor Warner

-------------------------------------------------------------------------



Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help








-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to