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 peter_e@gmx.net http://yi.org/peter-e/