Cannot find libmysqlclient_r under

安装php5.5.16 时发现装不mysql lib,configure: error: Cannot find libmysqlclient under /usr

百度出来的东西全是扯,google大叔也上不去.真是够了.

后来发现是因为64位的linux的lib路径有问题所以在 configure 时加入  


--with-libdir=lib


重新编译.通过

Cannot find libmysqlclient_r under

上一篇:运用反射原理的简单工厂模式和运用反射原理从数据库里读出数据直接封装到实体集合里


下一篇:net core 3.1 MVC如何返回JSONP