parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Проблемы с PostgreSQL под WinXP

AndyNik 04.05.2008 07:33

Обычно работаю на FreeBSD + Apache + Parser + PostgreSQL
Сейчас понадобилось поднять то же на WinXP.
Взял:

parser3_2_3_win32_cgi.zip
parser3sql_9_6_win32_pgsql.zip
apache_1.3.35-win32-x86-no_src.msi
PostgreSQL 8.3.1

Все поставил, отконфигурял.
Auto.p:

@conf[]
$confdir[C:/Program Files/Apache Group/Apache/cgi-bin]
$charsetsdir[$confdir/charsets]
$sqldriversdir[$confdir/lib]

$CHARSETS[
$.koi8-r[$charsetsdir/koi8-r.cfg]
# $.windows-1250[$charsetsdir/windows-1250.cfg]
$.windows-1251[$charsetsdir/windows-1251.cfg]
# $.windows-1257[$charsetsdir/windows-1257.cfg]
]
#change your client libraries paths to those on your system
$SQL[
$.drivers[^table::create{protocol driver client
pgsql $sqldriversdir/parser3pgsql.dll $sqldriversdir/libpq.dll
}]
]

index.html:

</html>
<body>

^connect[pgsql://postgres:12345@localhost:5432/auth]{
$sql_table[^table::sql{select * from auser}]
}

</body>
</html>

Получаю ошибку:
[Thu May 01 20:12:26 2008] [2080] /: d:/nik/projects/admin/index.html(9:2): 'C:/Program Files/Apache Group/Apache/cgi-bin/lib/parser3pgsql.dll' driver failed to initialize client library 'C:/Program Files/Apache Group/Apache/cgi-bin/lib/libpq.dll', can not open the dynamic link module [<no type>] [uri=/, method=GET, cl=0]

Подскажите, что это и как с ним бороться.
Под BSD я знаю что делать, а тут опаньки.