pg_connect socket creation error (0x0000273F)

Поиск
Список
Период
Сортировка
От Douglas Douglas
Тема pg_connect socket creation error (0x0000273F)
Дата
Msg-id 20040112224607.26249.qmail@web80808.mail.yahoo.com
обсуждение исходный текст
Ответы Re: pg_connect socket creation error (0x0000273F)  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-php
Hello.

I've been fighting with this all day, trying to fix it but I
couldn't. So here I am. I have Cygwin installed in a Win XP machine.
PostgreSQL is running there. Apache and PHP are installed in Windows
in the same computer. PostgreSQL is properly configured (even psql
and pgAdmin III work).

Since I've heard that sockets are more efficient that connecting to
localhost, I decided to uncomment the lines:
tcpip_socket = true
port = 5432
in the postgresql.conf file.

But when I removed the host parameter from the connection string:
pg_connect('dbname=mydb user=myuser password=mypass')

I got this message:
Warning: pg_connect(): Unable to connect to PostgreSQL server: could
not create socket: An address incompatible with the requested
protocol was used. (0x0000273F) . in c:\htdocs\testsockets.php on
line 2

What does this line "An address incompatible with the requested
protocol was used." means?!?

I've looked similar errors in this list and google but I couldn't
find an answer. Some people wrote that could be a problem in the
pg_hba.file. I tried there too, but didn't work:
host all all 127.0.0.1 255.255.255.255 trust

I would appreciate any help. Thanks.
Regards, Douglas.

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

В списке pgsql-php по дате отправления:

Предыдущее
От: Daniel Struck
Дата:
Сообщение: Re: pgcrypto & php
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: pg_connect socket creation error (0x0000273F)