编译 PHP时提示mysql 错误
程序员文章站
2022-04-04 14:18:34
...
编译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
上一篇: mysql怎么修改添加主键
推荐阅读
-
解决Mysql5.7.17在windows下安装启动时提示不成功问题
-
php编译安装常见错误大全和解决方法
-
ThinkPHP调用common/common.php函数提示错误function undefined的解决方法
-
实现Nginx中使用PHP-FPM时记录PHP错误日志的配置方法
-
Ubuntu 14.04 下开启PHP错误提示
-
php利用header函数实现文件下载时直接提示保存
-
修复ShopNC使用QQ 互联时提示100010 错误
-
PHP错误Warning:mysql_query()解决方法
-
连接MySQL报错误代码 ERROR 1045时的解决方案
-
解决Python源码编译时提示:ModuleNotFoundError: No module named ‘distutils.command‘