- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
1.在源码编译安装php5.2时在./configure步骤的时候出现如下错误:
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!
2.通过查找find / -name “libmysqlclient*” 在目录/usr/lib64/mysql/目中有libmysqlclient.so.16.0.0,在编译php的时候默认会自动去/usr/lib目中进行查找,所以我们解决的办法就是:
cp /usr/lib64/mysql/* /usr/lib/mysql/
售前咨询
售后咨询
备案咨询
二维码
TOP