make bind 9.3.1 crash

Mark Andrews Mark_Andrews at isc.org
Sun Nov 6 18:30:31 UTC 2005


> Hi, 
> 
> My installation of bind 9.3.1 on a Tru64 v4.0E 
> machine crashes. Here are the details:
> 
> ./configure runs successfully, whereas
> make stops after 20 minutes with the message:
> 
> ld:
> Unresolved:
> _recv_OBSOLETE_
> _send_OBSOLETE_
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> # 
> 
> Thanks in advance for help, 
> Hans
> 
 
	Replace the recv() calls in dispatch.c with recvfrom() calls
	with NULL and 0 as the last two parameters.

	You are compiling on a very old OS where recv() was incorrectly
	obsoleted.

	Mark
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list