[PHP-users 30807] Re: configure時にpostgreSQLの関数が読み込めない

Mizuta Yukio yukio0809 @ hotmail.com
2006年 11月 27日 (月) 15:28:27 JST


堂前様

水田です。ご返信ありがとうございます。

> --with-pdo-pgsql=/usr/local/pgsql
> だとどうでしょうか?
> (pathは 自身の環境に合わせてください!!)

早速試してみました。
結果から言うとだめでした・・・・

checking for PostgreSQL support for PDO... yes
checking for pg_config... /usr/local/pgsql/bin/pg_config
checking for openssl dependencies... yes
checking for PQescapeString in -lpq... no
checking for PQescapeStringConn in -lpq... no
checking for PQescapeByteaConn in -lpq... no
checking for PQsetnonblocking in -lpq... no
checking for PQcmdTuples in -lpq... no
checking for PQoidValue in -lpq... no
checking for PQclientEncoding in -lpq... no
checking for PQparameterStatus in -lpq... no
checking for PQprotocolVersion in -lpq... no
checking for PQtransactionStatus in -lpq... no
checking for PQunescapeBytea in -lpq... no
checking for PQExecParams in -lpq... no
checking for PQresultErrorField in -lpq... no
checking for pg_encoding_to_char in -lpq... no
checking for PQprepare in -lpq... no
checking for PDO includes... checking for PDO includes... /tmp/php-5.2.0/ext

中略

checking for PostgreSQL support... yes
checking for pg_config... /usr/local/pgsql/bin/pg_config
checking for PQescapeString in -lpq... (cached) no
checking for PQunescapeBytea in -lpq... (cached) no
checking for PQsetnonblocking in -lpq... (cached) no
checking for PQcmdTuples in -lpq... (cached) no
checking for PQoidValue in -lpq... (cached) no
checking for PQclientEncoding in -lpq... (cached) no
checking for PQparameterStatus in -lpq... (cached) no
checking for PQprotocolVersion in -lpq... (cached) no
checking for PQtransactionStatus in -lpq... (cached) no
checking for PQexecParams in -lpq... yes
checking for PQprepare in -lpq... (cached) no
checking for PQexecPrepared in -lpq... yes
checking for PQresultErrorField in -lpq... (cached) no
checking for PQsendQueryParams in -lpq... yes
checking for PQsendPrepare in -lpq... yes
checking for PQsendQueryPrepared in -lpq... yes
checking for PQputCopyData in -lpq... yes
checking for PQputCopyEnd in -lpq... yes
checking for PQgetCopyData in -lpq... yes
checking for PQsetErrorVerbosity in -lpq... yes
checking for PQftable in -lpq... yes
checking for PQescapeStringConn in -lpq... (cached) no
checking for PQescapeByteaConn in -lpq... (cached) no
checking for pg_encoding_to_char in -lpq... (cached) no

となりました・・・・



PHP-users メーリングリストの案内