[PHP-users 16938]Re: headerfileが見つかりません?

tk tk @ ss.iij4u.or.jp
2003年 7月 24日 (木) 19:35:56 JST


重松さん

ありがとうございます。
configure時に、
「--without-mysql を付ける」というのと
「--with-mysqlを削除する」というのは、意味が全然違うのでしょうか?

試しに、"--with-mysql"を削除して、configureしてみたところ、今度は、
configure: error: Cannot find libpq-fe.h. Please specify correct 
PostgreSQL installation path
とPostgreSQLのエラーが出てきました。

PostgreSQLは、今のところ使っていないので、不要なのですが、
MySQLは、必要なのです。

お手数ですが、なにとぞよろしくお願い申し上げます。
tk



>重松です。こんにちは。
>
>PHP 4.3.3RC1 ですけど
>
>44390 行目あたりに
>
>   for i in $PHP_MYSQL; do
>     if test -r $i/include/mysql/mysql.h; then
>       MYSQL_DIR=$i
>       MYSQL_INC_DIR=$i/include/mysql
>     elif test -r $i/include/mysql.h; then
>       MYSQL_DIR=$i
>       MYSQL_INC_DIR=$i/include
>     fi
>   done
>
>   if test -z "$MYSQL_DIR"; then
>     { echo "configure: error: Cannot find header files under 
>$PHP_MYSQL" 1>&2; exit 1; }
>   fi
>
>ってありますから、mysql.h がないんじゃないんでしょうか?
>
>--without-mysql をつけて試してみては?
>
>--
>Osamu Shigematsu <m5issige @ mr.hitachi-medical.co.jp>
>
>_______________________________________________
>PHP-users mailing list
>PHP-users @ php.gr.jp
>http://ns1.php.gr.jp/mailman/listinfo/php-users



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