I'm trying to build a bind-9.1 package now and running into a problem
-- anyone seen this? Debian 2.1, configure gives no errors but make ends
with:
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 did some searching but the only references I saw to this error had to do
with IPv6. And yet, the configure says it's disabling ipv6. I tried
forcing the issue with ./configure  --disable-ipv6, but unfortunately that
produces the same result as ./configure --disable-myass so I don't
think the disable switch is effective :-) 

any ideas? BTW, I'm not able to target the compilation for 486, so this
will be pentium-only (the configure also ignores TARGET=486 and HOST=486).

p.p.s., note that v8 zone files aren't compatible -- you have to put $TTL
whatever at the very top of your zone file (won't work anywhere else in
the file, won't pick up TTL from SOA record or A records).

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

On Thu, 1 Feb 2001, Charles Steinkuehler wrote:

> I now have bind 8.2.3 available as an LRP package for those of you running
> LRP as a thin-server OS.
> 
> http://lrp.steinkuehler.net/Packages/bind-8.htm
> 
> Charles Steinkuehler
> http://lrp.steinkuehler.net
> http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)
> 
> 
> _______________________________________________
> linux-router maillist  -  [EMAIL PROTECTED]
> http://www.linuxrouter.org/mailman/listinfo/linux-router
> 
> _______________________________________________
> Leaf-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/leaf-devel
> 


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

Reply via email to