On Fri, Aug 22, 2003 at 09:19:45AM +0200, Rietsch Thierry wrote:
> Here is the man page for the gethostby* functions under OpenBSD (i386):
> http://www.openbsd.org/cgi-bin/man.cgi?query=gethostbyaddr&apropos=0&sektion
> =0&manpath=OpenBSD+Current&arch=i386&format=html
> 
> Which header files do you need?

Can you try to compile this:

#include <netdb.h>
int main(int argc, char **argv) {
  return gethostbyaddr_r(NULL, 0, 0, NULL, NULL, 0, NULL, NULL);
}

Just put it into a file.c and do a
  gcc file.c
and send the errors it gives...

Or you could give us the config.log of your configure run.

Oliver.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to