*** From dhcp-server -- To unsubscribe, see the end of this message. ***
> /tmp/dhcp-3.0.alpha-19990424/common/socket.c:124: undefined reference to
> 'error'
I've included a patch below that corrects the problem. I guess
you're the first person to compile 3.0 on Linux 2.0... Sorry about
that.
_MelloN_
Index: socket.c
===================================================================
RCS file: /proj/src/isc/cvs-1/DHCP/common/socket.c,v
retrieving revision 1.35
diff -c -r1.35 socket.c
*** socket.c 1999/03/16 06:37:50 1.35
--- socket.c 1999/04/30 18:57:18
***************
*** 121,127 ****
if (info -> ifp &&
setsockopt (sock, SOL_SOCKET, SO_BINDTODEVICE,
(char *)(info -> ifp), sizeof *(info -> ifp)) < 0) {
! error("setsockopt: SO_BINDTODEVICE: %m");
}
#endif
--- 121,127 ----
if (info -> ifp &&
setsockopt (sock, SOL_SOCKET, SO_BINDTODEVICE,
(char *)(info -> ifp), sizeof *(info -> ifp)) < 0) {
! log_fatal ("setsockopt: SO_BINDTODEVICE: %m");
}
#endif
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
Archives for this mailing list are available at
http://www.webnology.com/list-archives/dhcp/dhcp-server
------------------------------------------------------------------------------