编译安装php5提示Cannot find MySQL header files under yes!

debian下用安装php提示:Cannot find MySQL header files under yes! 这是由于没有安装libmysqlclient。php在/usr/include/mysql里找不到mysql.h文件。

解决方法:
apt-get install libmysqlclient15-dev

留下评论

您的电子邮箱地址不会被公开。 必填项已用*标注