1 Star 0 Fork 0

heiheichao / softbag

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install_php-apache.sh 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
window 提交于 2018-03-26 15:44 . '软件包'
#!/bin/bash
cd /usr/local/src/tar
tar -jxvf php-5.3.6.tar.bz2
cd php-5.3.6
./configure --prefix=/usr/local/php \
--with-apxs2=/usr/local/http2/bin/apxs \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-freetype-dir=/usr/local/freetype \
--with-gd=/usr/local/gd \
--with-zlib --with-libxml-dir=/usr/local/libxml2 \
--with-jpeg-dir=/usr/local/jpeg \
--with-png-dir \
--enable-mbstring=all \
--enable-mbregex \
--enable-shared \
--with-openssl-dir=/usr/local/openssl \
--with-openssl
make && make install
1
https://gitee.com/heiheichao/softbag.git
git@gitee.com:heiheichao/softbag.git
heiheichao
softbag
softbag
master

搜索帮助