Newsgroups: mail-lists.delegate-en
[DeleGate-En] gethostbyname2 and Solaris 8
Hello Yutaka,
Delegate 9.1.1 has issues being compiled on Solaris 8 (SPARC). The
resolvy/reshost.c program calls gethostbyname2. This function does not
exist on Solaris 8 (I believe the same is true for Solaris 9 and 10).
I hacked the source by adding
#define gethostbyname2(host,family) gethostbyname((host))
somewhere near the top of reshost.c.
---
Bruce Schuck
Unix/NT System Administrator
San Mateo COSC
000-000-0006
|