Operating System - HP-UX
1832654 Members
3866 Online
110043 Solutions
New Discussion

`nsaddr_list' isn't known

 
Duane Von Lanken
Occasional Contributor

`nsaddr_list' isn't known

I am trying to '#make all' BIND 8.2.5
and I am getting this error. Could you
please help me to fix? Or point me to complete directions on how to compile
BIND and the apps needed for it to run. TX Duane
../../include/resolv.h:170: storage size of `nsaddr_list' isn't known
*** Error exit code 1

Stop.
*** Error exit code 1
1 REPLY 1
Duane Von Lanken
Occasional Contributor

Re: `nsaddr_list' isn't known

I have the solution -
I changed the Makefile.set line:
'CC=gcc -ansi -fPIC'
to:
'CC=gcc -ansi -fPIC -D_HPUX_SOURCE'
Bind 8.2.5 compiled.
Thanx