sh 用于Sakura VPS的php安装配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于Sakura VPS的php安装配置相关的知识,希望对你有一定的参考价值。

#cat sakura-php-configure.sh
./configure \
--prefix=/usr/local/php-<version> \
--enable-bcmath \
--enable-calendar \
--enable-gd-jis-conv \
--enable-gd-native-ttf \
--enable-intl \
--enable-mbstring \
--enable-mbregex \
--enable-pcntl \
--enable-soap \
--with-apxs2
--with-curl \
--with-freetype-dir \
--with-gettext \
--with-gd \
--with-jpeg-dir \
--with-libxml-dir \
--with-mcrypt \
--with-mhash \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-openssl \
--with-pcre-dir \
--with-pear \
--with-png-dir \
--with-readline \
--with-xsl \
--with-zlib

以上是关于sh 用于Sakura VPS的php安装配置的主要内容,如果未能解决你的问题,请参考以下文章

sh vps安装

sh VPS为Ubuntu 16.04安装bash脚本

sh 安装Grive,在Linux VPS上同步文件到Google Drive

VPS上安装centos7合适么?怎么配置优化lnmp环境

我的vps已安装了centos-7.6-x86_64,怎样安装php扩展?

mongodb对机器配置的最低要求是啥?比如我的vps是500M内存,6G硬盘,就承受不了很大的日志,应该注意啥