编译 PHP时提示mysql 错误
程序员文章站
2022-03-14 11:24:43
...
编译PHP: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=php-fpm --with-fpm-group=php-fpm --with-mysql-dir=/usr/local/mysql --with-mysql-sock=/tmp/mysql.sock --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-ftp --enable-mbstring --enable-exif --enable-zend-multibyte --disable-ipv6 --with-pear --with-curl=/usr/bin/ --with-openssl
提示错误信息:
configure: error: mysql configure failed. Please check config.log for more information
将--with-mysql=/usr/local/mysql 修改为--with-mysql-dir=/usr/local/mysql 解决。
原因不明,可能是版本的问题。因为教程里是正常的。
感谢http://www.myexception.cn/ai/1653997.html
上一篇: win10如何自定义图标?
下一篇: mysql子条件查询语句是什么意思?
推荐阅读
-
CodeIgniter错误mysql_connect(): No such file or directory解决方法_php实例
-
phpstorm中js和php代码混用有错误提示,但是其实没问题,怎么关闭呢?
-
编译安装PHP出现configure: error: mysql configure failed. Plea_PHP教程
-
解决MySQL远程登录时出现ERROR 1130错误问题_MySQL
-
magento2安装时提示php版本不对php扩展缺失但不知道具体需要哪个版本和那些扩展
-
连接mysql时提示10038怎么处理
-
mysql处理添加外键时提示error 150 问题的解决方法_MySQL
-
php中mysql语句预编译理解
-
php提示Failed to write session data错误的解决方法_php技巧
-
搭建MHA时 yum 安装perl模块提示 baseurl 错误