Installation of CUPS in HP-UX 11i

Bernd Krumböck b.krumboeck at universalnet.at
Thu Jun 5 14:40:34 PDT 2008


> I gave "export PATH=$PATH:/usr/local/bin" from my root directory. then executed the file. now when i gave "make", it showed the following errors.
>
> ng ALL_CFLAGS=-I.. -D_CUPS_SOURCE -I/opt/zlib/include    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
> Using ALL_CXXFLAGS=-I.. -D_CUPS_SOURCE -I/opt/zlib/include    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
> Using LDFLAGS=-L../cups -L../filter   -L/usr/local/lib -L/usr/lib/gss -L/opt/zlib/lib -Wl,+s,+b,/opt/cups/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...
> Compiling adminutil.c...
> adminutil.c:1: warning: -fstack-protector not supported for this target
> In file included from ipp.h:26,
>                  from cups.h:32,
>                  from adminutil.h:29,
>                  from adminutil.c:36:
> http.h:307: error: field 'ipv6' has incomplete type
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
>
> Why am i getting this error?
> Is it possible to install without IPv6?
>
> Thanks,
>


It seems that your IPv6 implementation is broken. (I never had this problem on HP-UX)

Two suggestions how to fix:
*) Try to fix your IPv6 implementation (call HP support).
*) Try to disable cups IPv6 support.


Maybe this disables cups IPv6 support:
1) execute "make clean"
2) add "#undef IF_INET6" to config.h
3) execute "make"


Good luck!
Bernd





More information about the cups mailing list