problem:
I have build from source posgresql (8.4) on a android table whith a minimal linux debian installed."configure" process
and"make" (compiling source) and "make install": all are OK!!
Also initdb works fine (/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data).
but postgresql (launched with "/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data") always says :
LOG: could not create IPv6 socket: Permission denied
LOG: could not create IPv4 socket: Permission denied
WARNING: could not create listen socket for "localhost"
FATAL: could not create any TCP/IP sockets
can you help me?
(ps: No other process on socket port 5432 is running...)
Thanks very much.
Fabrizio Sacco / Parma / Italy