On Fri, Dec 21, 2001 at 11:28:02AM -0500, Dan Kalowsky wrote: > MacOSX 10.1.2 compiling a pull of CVS from today (and frankly the past > couple of days) has a problem compiling: > > /usr/bin/ld: Undefined symbols: > _inet_pton
Referenced in: ext/standard/dns.c: if (inet_pton(AF_INET6, ip, &addr6)) { ext/standard/dns.c: } else if (inet_pton(AF_INET, ip, &addr)) { > Interesting thing is, there seems to be no references to inet_pton > anywhere on the OS. Anyone with a suggestion on correcting this? That's interesting. From INET(3) under FreeBSD 4.4: STANDARDS The inet_ntop() and inet_pton() functions conform to X/Open Networking Services Issue 5.2 (``XNS5.2''). Note that inet_pton() does not accept 1-, 2-, or 3-part dotted addresses; all four parts must be specified and are interpreted only as decimal values. This is a narrower input set than that accepted by inet_aton(). HISTORY These functions appeared in 4.2BSD. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]