Win 2000 + PostgresSQL + PHP + cygWin

Krisha

pain in the neck
Win 2000 + PostgresSQL + PHP + cygWin

Поставили cygWin с postgres. Сделали inintdb. И запустили postmaster. Через консоль создали базу.

Как приконнектится к этой базе из php, который под виндами с апачем ?

P.S. Проинсталили ipc-daemon2 --install-as-service.

Запускаться сервис не хатит, говорит:

The description for Event ID ( 0 ) in Source ( Cygwin ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: (ipc-daemon2) Unable to start IPC-daemon !.

-~{}~ 05.03.04 18:29:

про попытке сделать так:
PHP:
<?
pg_connect('host=localhost port=5432 dbname=dditest');
?>
Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: No connection could be made because the target machine actively refused it. (0x0000274D) Is the server running on host localhost and accepting TCP/IP connections on port 5432? . in d:\development\new.ddiweb.net\htdocs\newcvs\test.php on line
 

Profic

just Profic (PHP5 BetaTeam)
А какая версия PostgreSQL ставилась?
У меня вот эта:
PgSQL731wina1.exe - PostgreSQL 7.3.1 alpha 1. Proof of Concept поставилась согласно инструкциям из \usr\doc\Cygwin\postgresql-7.3.1.README с полпинка. Только какие-то проблемы с IPC были, но они решились неспешным и вдумчивым перечитыванием этой доки.
Во избежани вопросов: это именно виндовый путь относительно корня установки постгреса :)
 
Сверху