[PHP-users 28205] PHP4にMySQL5をインストール
ぬーん
nuun @ yan.ne.jp
2006年 1月 23日 (月) 15:49:34 JST
はじめましてぬーんです。
PHP4.4.2のインストール時にwith-mysqlを含めると、
configure時に下記のようなエラーが発生しました。
mysqlはMySQL5のバイナリー版で、/usr/localに解凍してい使用しています。
何か指定方法がおかしいのでしょうか?
ご教授お願い致します。
./configure --with-mysql=/usr/local/mysql
<省略>
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for
more information.
config.logの中身を確認してみると下記のエラーが出ていました。
--------config.log-----------
configure:62644: gcc -o conftest -g -O2 -pthread -D_REENTRANT -Wl,-
rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -
lmysqlclient -lz -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: skipping incompatible /usr/local/mysql/lib/libmysqlclient.a
when searching for -lmysqlclient
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
configure: failed program was:
#line 62633 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mysql_close();
int main() {
mysql_close()
; return 0; }
configure:62849: checking for mysql_error in -lmysqlclient
configure:62868: gcc -o conftest -g -O2 -pthread -D_REENTRANT -Wl,-
rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -Wl,-rpath,/usr -L/
usr conftest.c -lmysqlclient -lz -lz -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: skipping incompatible /usr/local/mysql/lib/libmysqlclient.a
when searching for -lmysqlclient
PHP-users メーリングリストの案内