温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

ubuntu php5.6.16编辑安装

发布时间:2020-07-02 11:37:42 来源:网络 阅读:316 作者:csboyty 栏目:web开发

参考网址
编译安装步骤
http://www.bubuko.com/infodet...

安装出现的问题
http://www.linuxdiyf.com/linu...

安装后配置apahce
http://www.th7.cn/system/lin/...

sudo ./configure --prefix=/opt/php5.6.16 --with-config-file-path=/opt/php5.6.16 --enable-mbstring --enable-ftp --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-openssl-dir=/usr --with-openssl --with-pdo-mysql=mysqlnd --with-pear --enable-sockets --with-freetype-dir=/usr --enable-gd-native-ttf --enable-zip --with-zlib --with-libxml-dir=/usr --with-xmlrpc --enable-fpm --enable-xml --enable-sockets --with-gd --with-iconv --enable-soap --enable-pcntl --enable-cli

可能需要加上下面这句来解决openssl问题
--with-libdir=/lib/x86_64-linux-gnu

注意,最后复制php.ini的时候,要复制到config-file-path目录下


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI