亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

彭山县| 二连浩特市| 内乡县| 柏乡县| 洛南县| 亳州市| 安泽县| 宜兰县| 麻城市| 基隆市| 宜昌市| 庆城县| 明光市| 桂林市| 冀州市| 宝山区| 宜都市| 德阳市| 盐山县| 丰台区| 武川县| 星子县| 扬中市| 烟台市| 莱芜市| 万州区| 海丰县| 都匀市| 黎平县| 龙游县| 靖宇县| 哈巴河县| 五家渠市| 麻栗坡县| 若羌县| 卢龙县| 宜川县| 开平市| 如皋市| 武强县| 伊川县|