Comment 11 for bug 59409

Revision history for this message
David Suffield (david-suffield) wrote :

Till,
hp-setup should be using the "ppd" key value pair in hplip.conf to determine were the HP-Fax-hplip.ppd directory is. The "ppd" key value is set by the hplip configure time option "--with-hpppddir". The "--with-hpppdir" is where the Fax-hplip.ppd file is installed at "make install" time.

If hp-setup is searching at /usr/lib/hplip/fax/HP-Fax-hplip.ppd, but your package actually installed at /usr/share/ppd/hpijs/HP/HP-Fax-hplip.ppd.gz then I believe the hplip.conf was set incorrectly.

To resolve this problem, you should set "--with-hpppdir=/usr/share/ppd/hpijs/HP" at hplip configure time. This will reflect where your package actually puts the fax ppd file.

-dave