码迷,mamicode.com
首页 > Web开发 > 详细

UBUNTU php 编译安装

时间:2014-08-23 16:39:11      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:ar   linux   sp   on   ef   sql   c   type   安装   

apt-get build-dep php5

安装所需依赖包

./configure --enable-opcache --prefix=/opt/php --with-apxs2=/usr/bin/apxs2 --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pgsql=/usr --with-tidy=/usr --with-curl=/usr/bin --with-openssl-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-pdo-pgsql=/usr --with-pdo-mysql=mysqlnd --with-xsl=/usr --with-ldap --with-xmlrpc --with-iconv-dir=/usr --with-snmp=/usr --enable-exif --enable-calendar --with-bz2=/usr --with-mcrypt=/usr --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir=/usr --enable-mbstring --enable-zip --with-pear --with-libdir=/lib/x86_64-linux-gnu --with-config-file-path=/opt

提示openssl 找不到的话 指定 openssl 的位置

32位 添加  --with-openssl =/usr   

--with-libdir=/lib/i386-linux-gnu

64位
--with-libdir=/lib/x86_64-linux-gnu

UBUNTU php 编译安装

标签:ar   linux   sp   on   ef   sql   c   type   安装   

原文地址:http://www.cnblogs.com/yxbs/p/3931191.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!