编译安装php5提示Cannot find MySQL header files under yes!admin2011 年 11 月 26 日Linux, php debian下用安装php提示:Cannot find MySQL header files under yes! 这是由于没有安装libmysqlclient。php在/usr/include/mysql里找不到mysql.h文件。 解决方法: apt-get install libmysqlclient15-dev