Installation of CUPS in HP-UX

Hi,

Can anybody provide me the download link for CUPS on HP-UX 11i?
and point me where i can get thorough help or howtos, certainly detailed, to get cups and hopefully
my printer running?

Thanks in advance.

Check if this is useful..

IT Resource Center forums - CUPS help install Config HPUX 11i

Thanks for the reply.
I checked with this earlier. It wa posted on 2004. Most of the library files mentioned in that site is not available now.

In the below site I am able to download CUPS software. but there is no procedure for installation.

cups-1.0.2

I tried it installing it by SAM. it got installed in opt directory but the CUPS site is not opening.

Please let me know the details.

Hi.

Are CUPS deamons running?

You shall link cups bin to rc2.d as start and rc1.d as kill.
for example:
ln -s /sbin/cups /sbin/rc1.d/K99cups
ln -s /sbin/cups /sbin/rc2.d/S99cups

In my example cups bin is located at /sbin

As far as I remember, CUPS does not putting links to rc*.d

i downloaded CUPS 1.3.7 for HP-UX 11.11 PA-RISC architecture and all the dependency libraries like gcc, gettext.......

first I am trying to install libraries. All the libraries got installed except gcc... the gcc 4.2.3 that I am tryin to install gives error and in the log it is showing "gcc.gcc-RUN,r=4.2.3 cannot be successfully resolved. You must resolve the above dependencies before operating on this fileset or change the "enforce_dependencies" to "false".

should i use gcc 4.2.1 or 4.2.3.
if i have to use gcc-4.2.1 Please provide me the link for gcc4.2.1.

If gcc-4.2.3 should be used ples help me with the procedure...

Thanks,

Hi,

I want to give "make" and "make install" command for the CUPS installation.

Where should i execute this command.
my source directory path is /var/cups/cups-1.3.7/

should i give these commands here.
If i execute it here it is throwing errors in file http.h....

do i have to modify the file for CUPS installation.

errors are:
1)Unknown size for "ipv6"
2)size of struct of union member is unknown
3)Function prototype is unknown is an ANSI feature.

Please help me how to solve it.

Thanks,

Hi,

I downloaded cups-1.3.7 and all its dependencies are installed.

Then executed ./configure file.

Then gave make command. the error thrown was

# make
Using ALL_CFLAGS=-I.. -D_CUPS_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
Using LDFLAGS=-L../cups -L../filter -Wl,+s,+b,/usr/lib:/usr/local/lib/hpux32:/usr/lib/hpux32/gss -Wall -Wno-format-y2k -fPIC -Os -g -fstack-protector -D_XOPEN_SOURCE_EXTENDED -D_INCLUDE_HPUX_SOURCE -D_HPUX_SOURCE
Using LIBS=-lcups -lpthread -lsec
Making all in cups...
Linking libcups.sl.2...
/bin/ld: Can't find library for -lz
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

What is the library that I am missing here???

Thanks,