91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ubuntu12上如何安裝php5

發布時間:2021-11-08 09:36:44 來源:億速云 閱讀:165 作者:小新 欄目:編程語言

這篇文章主要為大家展示了“ubuntu12上如何安裝php5”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“ubuntu12上如何安裝php5”這篇文章吧。

ubuntu12上安裝php5的方法:1、創建用戶;2、安裝依賴包;3、編譯安裝php;4、修改配置文件并啟動php。

本文操作環境:Ubuntu12.04系統、PHP5.5版、DELL G3電腦

ubuntu12上怎么安裝php5?

ubuntu 12.04 安裝php5.5:

1、創建用戶

/usr/sbin/groupadd www
/usr/sbin/useradd -r www -g www

2、安裝依賴包

apt-get install -y make gcc g++ curl libxml2 libxml2-dev libssl-dev libcurl4-openssl-dev libjpeg-dev libpng12-dev bzip2 libbz2-dev libxpm-dev libfreetype6-dev libedit-dev libxslt-dev 
 
tar zxvf libmcrypt-2.5.8.tar.gz -C /home/tbt/src/
cd /home/tbt/src/libmcrypt-2.5.8/
/sbin/ldconfig
cd libltdl/
./configure --enable-ltdl-install
make && make install
cd ..
./configure
make && make install
 
tar zxvf libiconv-1.14.tar.gz -C /home/tbt/src/
cd /home/tbt/src/libiconv-1.14
sed -i -e '/gets is a security/d' ./srclib/stdio.in.h
./configure --prefix=/usr/local
make && make install

3、編譯安裝php

tar zxvf php-5.5.14.tar.gz -C /home/tbt/src/
cd /home/tbt/src/php-5.5.14
./configure --prefix=/home/tbt/php \            
--with-mysql=/home/tbt/mysql \
--with-mysqli=/home/tbt/mysql/bin/mysql_config \
--with-pdo-mysql=/home/tbt/mysql \
--enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www \
--with-curl \
--with-pear \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--with-zlib \
--with-xpm-dir \
--with-freetype-dir \
--with-mcrypt \
--with-mhash \
--with-openssl \
--with-xmlrpc \
--with-xsl \
--with-bz2 \
--with-gettext \
--disable-debug \
--enable-exif \
--enable-wddx \
--enable-zip \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-mbstring \
--enable-soap \
--enable-sockets \
--enable-shmop \
--enable-dba \
--enable-sysvsem \
--enable-sysvshm \
--enable-sysvmsg \
--enable-pcntl \
--with-libedit \
--with-readline
make ZEND_EXTRA_LIBS='-liconv'
make install

注:如果mysql與php不在同一服務器,則需要將上面關于mysql的參數修改為如下

--with-mysql \
--with-mysqli \
--with-pdo-mysql \

4、修改配置文件并啟動php

cp php.ini-production /home/tbt/php/lib/php.ini
cd /home/tbt/php/etc/
cp php-fpm.conf.default php-fpm.conf
cd ..
sed -i 's/^;date.timezone =/date.timezone = PRC/' /home/tbt/php/lib/php.ini
chown -R www:www /home/tbt/php
cp php.ini-production /home/tbt/php/lib/php.ini
cd /home/tbt/php/etc/
cp php-fpm.conf.default php-fpm.conf
cd ..
sed -i 's/^;date.timezone =/date.timezone = PRC/' /home/tbt/php/lib/php.ini
chown -R www:www /home/tbt/php
/home/tbt/php/sbin/php-fpm

以上是“ubuntu12上如何安裝php5”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

丰都县| 岳池县| 于田县| 镇江市| 台安县| 定州市| 高要市| 通榆县| 于田县| 尚志市| 三明市| 弥勒县| 金塔县| 浑源县| 青浦区| 临湘市| 旬邑县| 那曲县| 科技| 甘谷县| 海晏县| 城市| 陕西省| 贵南县| 石门县| 永和县| 顺义区| 陆丰市| 依兰县| 昆明市| 莲花县| 共和县| 丹棱县| 辽阳市| 嘉禾县| 沧源| 绵阳市| 酉阳| 厦门市| 合江县| 祁连县|