Re: [HACKERS] could not bind IPv4 socket

2009-03-18 Thread Ana Carolina Brito de Almeida
Hi all, I resolved this problem. I had another postgresql installed and it started automatically when I restarted my computer. Thanks. 2009/3/18 Ana Carolina Brito de Almeida > Hi all, > > I installed postgresql 8.3.5 with these commands: > - ./configure --enable-thread-safety (I need this bec

[HACKERS] could not bind IPv4 socket

2009-03-18 Thread Ana Carolina Brito de Almeida
Hi all, I installed postgresql 8.3.5 with these commands: - ./configure --enable-thread-safety (I need this because of dbt2) - make - make install I executed initdb. It's ok. I changed "postgresql.conf" file: listen_addresses = '*'. So, when I started postgresql, I receive these messages: $ pg_c