I'm trying to compile bind 9.1 on stock debian 2.1 and it's croaking in
a section of dighost which deals with deciding if you have ipv4 or ipv6.
The error message is:
make[2]: Entering directory `/usr/src/bind-9.1.0/bin/dig'
gcc -g -O2 -o dig dig.o dighost.o  ../../lib/dns/libdns.a
./../lib/isc/libisc.a -lnsl -lpthread 
dighost.o: In function `get_address':
/usr/src/bind-9.1.0/bin/dig/dighost.c:2557: undefined reference to
`gai_strerror'
make[2]: *** [dig] Error 1
make[2]: Leaving directory `/usr/src/bind-9.1.0/bin/dig'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/usr/src/bind-9.1.0/bin'
make: *** [subdirs] Error 1

I can't find any tips online. I've tried commenting out the offending
code and setting the variables manually to ipv4 (same error). I've also
tried manually editing the config.h, with no luck. Does anyone have any
idea what's going on here?

Thanks,
-- 
Jack Coates
Monkeynoodle: It's what's for dinner!


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to