-
Jul07
64位centOS编译php5.3时的小问题
Posted in 操作系统, 系统管理, 774 views
-
64位CentOS5.5在编译php5.3时,提示找不到libmysqlclient,
checking for MING support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes, shared
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!这是由于搜索路径有误,需在编译时增加一个参数: "--with-libdir=lib64"
Related posts:

Leave a comment | Trackback 这篇文章有1个评论.
1F Sunshow
2010-07-07 9:27 pm
哈哈,早说你碰到这个问题了我告诉你嘛