进行php7的PGO优化遇到问题,求军哥帮忙一下
优化步骤:http://www.laruence.com/2015/06/19/3063.html这里我先说明一下我系统是centos 6.5 64位,安装的是lnmp1.3,同时启用了opcache,具体我的操作步骤如下:
第一步:解压lnmp1.3-full/src/php-7.0.3.tar.gztar -xzf php-7.0.3.tar.gz && cd php-7.0.3
第二步:./configure,参数是参考军哥脚本的/root/lnmp1.3-full/include下的php.sh
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --enable-fpm --with-fpm-user=www --with-fpm-group=www --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-iconv-dir --with-freetype-dir=/usr/local/freetype --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-mbstring --enable-intl --enable-pcntl --with-mcrypt --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --with-gettext --disable-fileinfo --enable-opcache --with-xsl ${PHP_Modules_Options}
PS:因为这里不知道最后的${PHP_Modules_Options}是啥意思,所以我去掉这个选项了。
第三步:
make prof-gen
进行到这一步的时候就出现错误了,错误信息如下:
请问军哥如何操作?网上找了一会儿,都没解决。 加上ZEND_EXTRA_LIBS='-liconv'试试 原帖由 licess 于 2016-2-17 19:31 发表 https://bbs.vpser.net/images/common/back.gif
加上ZEND_EXTRA_LIBS='-liconv'试试 好的,谢谢军哥,我等下试试。
回复 3# 的帖子
试的怎么样了呀?我也想体验一下PGO
页:
[1]