php7 enable with,php7.3-enable-gd-native-ttf 已被废弃

76cc32e28a5dc3a08fbfdad67778a900.png

60a69e1401d54bcd347caa7c1532929a.png

今天上php.net看了下,php7.3.1已经出来差不多快一个月了,想安装看一下php7.3和php7.2相比又有那些变化!

[root@localhost ~]# cd php-7.3.1

[root@localhost php-7.3.1]# ./configure --prefix=/usr/local/php --with-curl --with-freetype-dir --with-gd --with-gettext --with-iconv-dir --with-kerberos --with-libdir=lib64 --with-libxml-dir --with-mysqli --with-openssl --with-pcre-regex --with-pdo-mysql --with-pdo-sqlite --with-pear --with-png-dir --with-jpeg-dir --with-xmlrpc --with-xsl --with-zlib --with-bz2 --with-mhash --enable-fpm --enable-bcmath --enable-libxml --enable-inline-optimization --enable-gd-native-ttf --enable-mbregex --enable-mbstring --enable-opcache --enable-pcntl --enable-shmop --enable-soap --enable-sockets --enable-sysvsem --enable-sysvshm --enable-xml --enable-zip

configure: WARNING: unrecognized options: --enable-gd-native-ttf

checking for grep that handles long lines and -e... /usr/bin/grep

checking for egrep... /usr/bin/grep -E

checking for a sed that does not truncate output... /usr/bin/sed

checking build system type... x86_64-pc-linux-gnu

checking host system type... x86_64-pc-linux-gnu

checking target system type... x86_64-pc-linux-gnu

checking for cc... no

checking for gcc... no

configure: error: in `/root/php-7.3.1':

configure: error: no acceptable C compiler found in $PATH

See `config.log' for more details

[root@localhost php-7.3.1]#

在配置过程中,有一个warning,提示无法识别,configure: WARNING: unrecognized options: –enable-gd-native-ttf,看样是php7.3不支持这个选项了,查了下资料确认–enable-gd-native-ttf 这个选项已经被废弃,在这里的解决方法是把这个废弃的选项从配置选项中删除就可以。

另后面还有报错;

checking for cc... no

checking for gcc... no

configure: error: in `/root/php-7.3.1':

configure: error: no acceptable C compiler found in $PATH

See `config.log' for more details

这里的报错,是没有安装gcc编辑器导致的,我们直接采用yum安装方式把gcc安装上就可以,以下是安装命令

yum -y install gcc-c++

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值