Installation of CUPS in HP-UX 11i

Bernd Krumböck b.krumboeck at universalnet.at
Tue Jun 3 06:46:22 PDT 2008


> I modified the configure file with the patch at line 8131.
>
> now i want to proceed with next step. i.e. (3b)
>
> 3b)
> > *) Configure:
> > INSTALL="`pwd`/install-sh -c" LDFLAGS="-L/usr/local/lib -L/usr/lib/gss -L/opt/zlib/lib" DSOFLAGS="-L/usr/local/lib -L/usr/lib/gss -L/opt/zlib/lib" CPPFLAGS="-I/opt/zlib/include" ./configure --prefix=/opt/cups --sysconfdir=/etc --localstatedir=/var --with-rclevels="2" --with-rcstart="380" --with-rcstop="620" --with-rcdir="/sbin" --with-rclevels="2"
>
>
> Where should i execute this command. I have all my CUPS and libraries in /var/CUPS/
>

*) You should execute the command in the source directory of cups (this is the extracted directory from cups-1.3.7-source.tar.gz).

*) pwd is a shell command and returns the actual directory. In our case we use it like an inline command to complete the path for the install script.

*) The reason why you can't execute is the very small command line buffer in HP-UX. To avoid this problem, you should copy the command into a file and execute it with "sh ./filename".

regards!
Bernd





More information about the cups mailing list