Can't get CUPS to recognize gutenprint drivers on HP-UX

Bernie bfb21 at comcast.net
Sat May 24 07:34:59 PDT 2008


I have CUPS 1.1.23 installed on an HP-UX server in /usr/local/cups using the tarball.  I'm trying to install the gutenprint drivers.  My first attempt was to build the source distro using --with-cups=/usr/local/cups (See Fig. 1).  However, I keep getting build errors pertaining to curve.c.  So I thought this is not a linux box, so I tried disabling things like gimp, gimp2, etc, to no avail.  So then I visited the HP-UX archive porting center, and found a .depot package.  I installed the package, and still the gutenprint drivers are not available.  I then looked at where the gutenprint files resided on my linux box, and copied the files to the same location on the HP-UX box, and still no luck.  In Fig. 2 below, you can see where the gutenprint files reside on the HP-UX box.  What do I have to do to make cups see them?

-Thanks



Fig. 1

export CFLAGS="-I/usr/local/include"
export CXXFLAGS="-I/usr/local/include"
export DSOFLAGS="-L/usr/local/lib"
export LDFLAGS="-L/usr/local/lib -L/usr/local/cups/lib -L/opt/gnome/lib"
export CC=gcc

make clean

./configure \
    --with-cups=/usr/local/cups \
    --enable-cups-ppds \
    --with-gimp2=no \
    --with-gimp2-as-gutenprint=no \
    --with-gimp=no \
    --disable-glibtest \
    --disable-gimptest \
    --with-foomatic=no \
    --with-foomatic3=no



Fig. 2

/etc/software/cups-gutenprint.remove
/opt/gutenprint
/opt/gutenprint/share
/opt/gutenprint/share/gutenprint
/opt/gutenprint/share/gutenprint/5.0.0
/opt/gutenprint/share/gutenprint/5.0.0/xml
/opt/gutenprint/share/gutenprint/5.0.0/xml/dither-matrix-1x1.xml
/opt/gutenprint/share/gutenprint/5.0.0/xml/dither-matrix-2x1.xml
/opt/gutenprint/share/gutenprint/5.0.0/xml/dither-matrix-4x1.xml
/opt/gutenprint/share/gutenprint/5.0.0/xml/papers.xml
/opt/gutenprint/share/gutenprint/5.0.0/xml/printers.xml
/usr/lib/cups/driver/gutenprint.5.0
/usr/lib/cups/filter/rastertogutenprint.5.0
/usr/local/cups-1.1.23/lib/cups/driver/gutenprint.5.0
/usr/local/cups-1.1.23/lib/cups/filter/rastertogutenprint.5.0
/usr/local/cups-1.1.23/opt/gutenprint
/usr/local/cups-1.1.23/share/gutenprint
/usr/local/cups-1.1.23/share/gutenprint/5.0.0
/usr/local/cups-1.1.23/share/gutenprint/5.0.0/xml
/usr/local/cups-1.1.23/share/gutenprint/5.0.0/xml/dither-matrix-1x1.xml
/usr/local/cups-1.1.23/share/gutenprint/5.0.0/xml/dither-matrix-2x1.xml
/usr/local/cups-1.1.23/share/gutenprint/5.0.0/xml/dither-matrix-4x1.xml
/usr/local/cups-1.1.23/share/gutenprint/5.0.0/xml/papers.xml
/usr/local/cups-1.1.23/share/gutenprint/5.0.0/xml/printers.xml





More information about the cups mailing list