ホームページ  >  記事  >  バックエンド開発  >  php5.5.7 php-fpm と xcache のソース コードのインストール、および xcache 管理の背景_PHP チュートリアル

php5.5.7 php-fpm と xcache のソース コードのインストール、および xcache 管理の背景_PHP チュートリアル

WBOY
WBOYオリジナル
2016-07-13 10:42:221117ブラウズ

一、取り付け前準備备

cd /usr/local/src<br>

wget http://cn2.php.net/distributions/php-5.4.7.tar.gzwget http:

yum -y install gcc automake autoconf libtoolmake//cn2yum -y install gcc gcc-c++ glibcyum -y installlibmcrypt-devel mhash-devel libxslt-devel .php.netlibjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-develbzip2bzip2-devel /distributions/php-5ncurses ncurses-devel curl curl-devel e2fsprogs e2fsprogs-devel .4.7.
tar
.gz
<br>
yum -y
install

gcc automake autoconf libtool
make<br>
yum -y
インストール

gcc gcc-c++ glibc<br>
yum -y
install

libmcrypt-devel mhash-devel libxslt-devel <br>
libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel <br>
zlib zlib-devel glibc glibc-devel glib2 glib2-devel
bzip2
bzip2

-devel <br>
ncurses ncurses-develcurlcurses-devel e2fsprogs e2fsprogs-devel <br>
krb5 krb5-devel libidn libidn-devel openssl openssl-devel<br> <br> 1、PHP 5.2.13 のインストールに必要なサポート:
<br> tar zxvf libiconv-1.14.tar.gz<br> cd libiconv-1.13/
./configure --prefix=/usr/local

作る

インストールする

CD ../

tar tar zxvf libmcrypt-2.5.8.tar.gz cd libmcrypt-2.5.8/ ./configuretar.gz 作るcd インストールする /sbin/ldconfig<br> cd libltdl/<br> ./configure --enable-ltdl-install<br> 作る<br> インストールする<br> CD ../../<br> <br> tar zxvf mhash-0.9.9.9.tar.gz<br> cd mhash-0.9.9.9/<br> ./configure<br> 作る<br> インストールする<br> CD ../<br> <br> tar zxvf mcrypt-2.6.8.tar.gz<br> cd mcrypt-2.6.8/<br> /sbin/ldconfig<br> ./configure<br> 作る<br> インストールする<br> CD ../<br> <br>
<br>
二。インストールを開始します<br> tar <br> zvxf php-5.5.7.tar

.gz<br> cd

php-5.5.7

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/ usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with -libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with- curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-ldap --with-ldap- sasl --with-xmlrpc --enable-zip --enable-soap

make ZEND_EXTRA_LIBS='-liconv' (记得这个、否则变异不过去)

インストールする

如果找不到 php.ini ,当前目录php.ini-product 复制到 /usr/local/php/lib 下,その後配置php.ini その後、php-fpm.conf を構成します。 在/usr/local/etc/下, mv php-fpm.conf.default php-fpm.conf 三安装pdo mysql<br> tar zxvf PDO_MYSQL-1.0.2.tgz<br> cd PDO_MYSQL-1.0.2/ /usr/local/php/bin/phpize<br> ./configure --with-php-config=/usr/local/php/bin/php-config --with-pdo-mysql=/usr/local/mysql 作る<br> インストールする

CD ../

如果报错.ln -s /usr/local/mysql/include /usr/local/include

これは、mysql に到達できなかったためです 四、取り付けxcache wget http://xcache.lighttpd.net/wiki/Release-3.1.0 tar zxvf xcache-3.1.0 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --enable-xcache --enable-xcache-optimizer 作る
メイクインストール
五配置xcache
🎜🎜 りー🎜🎜🎜🎜🎜🎜🎜🎜🎜🎜 🎜 🎜🎜🎜 🎜🎜🎜http://www.bkjia.com/PHPjc/635064.html🎜🎜www.bkjia.com🎜🎜tru​​e🎜🎜http://www.bkjia.com/PHPjc/635064.html🎜🎜技術記事🎜🎜一、設置前準備备 cd /usr/local/src wget http://cn2 .php.net /distributions/php-5 .4.7. tar .gz yum -y install gcc automake autoconf libtool make yum -y install gcc gcc-c glib...🎜🎜🎜🎜 🎜🎜
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。