Amit Sharma writes:

> libpq/SUBSYS.o(.text+0x5038): undefined reference to `__inet_ntoa'

> I was getting the same trouble with installing Apache WebServer in my
> account and  had to go and modify the "makefiles" to include
> -lbind option in them. Do i have to do the same thing here as well, i
> tried doing that though and it didn't work.

I think you need to add -lresolv.  Edit src/Makefile.global, the line
LIBS=...

-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/

Reply via email to