您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
我这里的环境是centos6.5 apache2.2 mysql5.6
首先从官网http://www.php.net/downloads.php下载下来源码包如下:
php-7.0.1.tar.gz
tar -zxvf 解压
cd php-7.0.1里面
./configure出来文件
完成后
./configure --prefix=/usr/local/php7.0.1 --exec-prefix=/usr/local/php7.0.1 --bindir=/usr/local/php7.0.1/bin --sbindir=/usr/local/php7.0.1/sbin --libexecdir=/usr/local/php7.0.1/libexec --sysconfdir=/usr/local/php7.0.1/etc --sharedstatedir=/usr/local/php7.0.1/com --localstatedir=/usr/local/php7.0.1/var --libdir=/usr/local/php7.0.1/lib --includedir=/usr/local/php7.0.1/include --oldincludedir=/usr/include/ --datarootdir=/usr/local/php7.0.1/share --datadir=/usr/local/php7.0.1/php7.0.1/share --infodir=/usr/local/php7.0.1/php7.0.1/share/info --localedir=/usr/local/php7.0.1/php7.0.1/share/locale --mandir=/usr/local/php7.0.1/php7.0.1/share/man --docdir=/usr/local/php7.0.1/php7.0.1/share/doc/PACKAGE --htmldir=/usr/local/php7.0.1/php7.0.1/share/doc/PACKAGE --dvidir=/usr/local/php7.0.1/php7.0.1/share/doc/PACKAGE --pdfdir=/usr/local/php7.0.1/php7.0.1/share/doc/PACKAGE --psdir=/usr/local/php7.0.1/php7.0.1/share/doc/PACKAGE --with-apxs2=/usr/sbin/apxs --disable-cli --disable-cgi --enable-debug --with-config-file-path=/usr/local/php7.0.7/lib --disable-fileinfo
这里配置选项都是按照源码包里面的说明文件添加的,有些大可不必添加,根据需要了,我是图个省事添加了大部分
virtual memory exhausted: Cannot allocate memory
所以从头来在configure后面加入--disable-fileinfo选项顺利编译 安装通过,屌丝甚是开心,搞了两个小时总算有个结果了。。。
如果在configure这一步的时候(
--with-apxs2=/usr/sbin/apxs 找不到你用yum或者rpm方式安装的apache软件。 尝试用rpm -qa httpd\*查询你是否有以下三个包: httpd-tools-2.2.15-47.el6.centos.1.x86_64 httpd-devel-2.2.15-47.el6.centos.1.x86_64 httpd-2.2.15-47.el6.centos.1.x86_64 多半是缺少httpd-devel包,此时用yum安装即可。 搜索你系统是否存在apxs whereis apxs 或者apxs2 或者 find / -name apxs 或者apxs2查询一下
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。