Re: Can't bind to given address
Pål Baltzersen <[email protected]> Fri, 18 Jul 2003 23:46:40 +0200
| Newsgroups | gmane.network.xinetd |
|---|---|
| Message-ID | <[email protected]> |
Steve G wrote: >>Xinetd works without 'bind', but tftpd sends replies with >>wrong source address so I need to bind. > > > Your whole problem appears to be line 4 of the tftp > service...which is the bind statement. > > I'd carefully look at that to see if there's a typo. O > instead of 0. ',' instead of '.' Something is wrong with > the address. Bind works fine for tftpd on my system. > > -Steve Grubb Seems like the problem has to do with ISV libbind. I recompiled without the ISV bind-9.2.2 headers nor -lbind and added CFLAG -DHAVE_GETNAMEINFO=1 Now it's OK :-)