Problem in resolving ns_initparse..

Paul Vixie paul at vix.com
Tue Sep 4 19:08:34 UTC 2001


>          I  have newly joined this list . I was trying out the C program
> in DNS and BIND book and using ns_initparse.
> But it is  giving me linking problems saying that "undefined reference
> to __ns_initparse ".
> I am linking the program with libresolv.a .  Why is this ?

you probably are not doing

	#include <arpa/nameser.h>

or if you are, then you're not putting

	CFLAGS= -I/usr/local/bind/include

in your Makefile.


More information about the bind-users mailing list