mac 编译安装php7遇到问题。
mac编译安装php7遇到问题,错误如图
我的编译参数为:/usr/local/php7 --with-apxs2=/usr/sbin/apxs --with-mysqli --with-pdo-mysql --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --disable-fileinfo --enable-maintainer-zts
这个问题该怎么解决呢?
回复内容:
mac编译安装php7遇到问题,错误如图
我的编译参数为:/usr/local/php7 --with-apxs2=/usr/sbin/apxs --with-mysqli --with-pdo-mysql --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --disable-fileinfo --enable-maintainer-zts
这个问题该怎么解决呢?
检查openssl的相关依赖是否装了,如果你是brew额外装了新版本的openssl,记得指向那个路径 '--with-openssl=/usr/local/opt/openssl'
如果1检查无误,在编译前make clean,并进行一次./buildconf --force
1楼的方法没效果
自己编译恐怕是要折腾些许时日,如果非必须,在mac下,大可以brew install。
header和lib版本不匹配
上一篇: 简单介绍JS中的的异步执行
下一篇: 微博短链接算法php版本,微博算法php
推荐阅读
-
mac 编译安装php7遇到问题。
-
【安装PHP】如何在openSUSE42.1下编译安装PHP7,opensuse42.1php7_PHP教程
-
在openSUSE42.1下编译安装PHP7 的方法,_PHP教程
-
在Mac OS上自行编译安装Apache服务器和PHP解释器,_PHP教程
-
linux - ubuntu如何编译安装官方php7?
-
在Mac OS上自行编译安装Apache服务器和PHP解释器,
-
在Mac OS上编译安装Nginx+PHP+MariaDB开发环境的教程,nginxmariadb_PHP教程
-
【安装PHP】如何在openSUSE42.1下编译安装PHP7,opensuse42.1php7
-
centos7上编译安装php7以php-fpm方式连接apache
-
在Mac OS上编译安装Nginx+PHP+MariaDB开发环境的教程