- 140 名前:nobodyさん mailto:sage [2007/02/06(火) 19:05:43 ID:???]
- OS10.4.8
にPHP5をmakeしようと思ってconfigureしたのですが、mysqlのところでerrorになってしまいますた。 mysqlの設定はデフォルトで入っていたphp4のconfigureオプションの通りにしたのですがいいかの様なエラーが出てしまいます。。 configure: error: Cannot find MySQL header files under /usr. Note that the MySQL client library is not bundled anymore! これを見る限りもっと具体的なパスを指定しないとイケナイみたいですが、 OSXのどこにmysqlがインストールされているのかが分かりません。。orz whereisしてもみつかりません。。orz デフォルトのphp4のinfoだとmysql enableになっているのに。。なんでこの設定じゃイケナイんだろう。。 実行したオプション: ./configure --prefix=/usr/local --with-apxs --with-ldap=/usr --with-kerberos=/usr --enable-cli --with-zlib-dir=/usr --enable-trans-sid --with-xml --enable-exif --enable-ftp --enable-mbstring --enable-mbregex --enable-dbx --enable-sockets --with-iodbc=/usr --with-curl=/usr --with-config-file-path=/etc --sysconfdir=/private/etc --with-mysql=/usr --with-mysql-sock=/var/mysql/mysql.sock --without-pear --enable-sqlite-utf8 --enable-zend-multibyte
|

|