Operating System - HP-UX
1832872 Members
2350 Online
110048 Solutions
New Discussion

Re: HPUX 11 - TCP Wrappers

 
SOLVED
Go to solution
Larry Cox
Occasional Advisor

HPUX 11 - TCP Wrappers

I am trying to install TCP Wrappers on a HPUX 11 box but I've found very little information on it. Does HP support it on HPUX 11? If not, where can I find a good binary?
5 REPLIES 5
eran maor
Honored Contributor

Re: HPUX 11 - TCP Wrappers

Hi Tarry

you can try this link for info .

HP doesnt have TCP Wrappers but you can try
a 3rd party software that will do the job

but i shuold know that HP will not support it .
love computers
Larry Cox
Occasional Advisor

Re: HPUX 11 - TCP Wrappers

Thanks Eran but I don't see the link in your reply.
James R. Ferguson
Acclaimed Contributor
Larry Cox
Occasional Advisor

Re: HPUX 11 - TCP Wrappers

Thanks for your help guys. I am obviously new to UNIX and this is a bit different!

Larry
Larry Cox
Occasional Advisor

Re: HPUX 11 - TCP Wrappers

The hole keeps getting deeper...

I installed gcc and it seemed to go quite well but when I attempt to compile tcpd using the make file (made obvious mods) I get the following errors:

make hpux
/opt/gcc/bin/gcc -O -DFACILITY=LOG_MAIL -DHOSTS_ACCESS -DPARANOID -DNETG
ROUP -DGETPEERNAME_BUG -DBROKEN_FGETS -DLIBC_CALLS_STRTOK -DDAEMON_UMASK=022
-DREAL_DAEMON_DIR=\"/etc\" -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -DHOSTS
_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" -Dvsyslog=myvs
yslog -DALWAYS_HOSTNAME -c tcpd.c
In file included from tcpd.c:26:
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/string.h:26: warning:
`__va__list' redefined
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: t
his is the location of the previous definition
as: "/var/tmp/ccalcJwa.s", line 64: error 1052: Directive name not recognized -
NSUBSPA
*** Error exit code 1

Stop.
*** Error exit code 1

Any ideas will be greatly appreciated!!