您好,登錄后才能下訂單哦!
這篇“Linux下php7安裝命令是什么”除了程序員外大部分人都不太理解,今天小編為了讓大家更加理解“Linux下php7安裝命令是什么”,給大家總結了以下內容,具有一定借鑒價值,內容詳細步驟清晰,細節處理妥當,希望大家通過這篇文章有所收獲,下面讓我們一起來看看具體內容吧。
php是一個嵌套的縮寫名稱,指的是英文超級文本預處理語言(php:Hypertext Preprocessor)的縮寫,它的語法混合了C、Java、Perl以及php自創新的語法,主要用來做網站開發,許多小型網站都用php開發,因為php是開源的,從而使得php經久不衰。
Linux下php7安裝命令記錄
wget http://cn2.php.net/distributions/php-7.0.5.tar.gztar -zxvf php-7.0.5.tar.gz
cd php-7.0.5./configure \--prefix=/usr/local/php
\ --with-curl --with-freetype-dir --with-gd
\--with-gettext --with-iconv-dir --with-kerberos
\--with-libdir=lib64 --with-libxml-dir --with-mysqli
\--with-openssl --with-pcre-regex --with-pdo-mysql
\--with-pdo-sqlite --with-pear --with-png-dir
\--with-xmlrpc --with-xsl --with-zlib
\--enable-fpm --enable-bcmath --enable-libxml
\--enable-inline-optimization
\--enable-gd-native-ttf --enable-mbregex
\--enable-mbstring --enable-opcache
\--enable-pcntl --enable-shmop
\--enable-soap --enable-sockets
\--enable-sysvsem --enable-xml
\--enable-zip報錯
configure: error: Cannot find OpenSSL's <evp.h>
yum install openssl openssl-devel
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
yum install curl curl-devel
If configure fails try --with-webp-dir=<DIR>
If configure fails try --with-jpeg-dir=<DIR>
configure: error: png.h not found.
yum install libpng libpng-devel
.....
或者一次性把這些需要包全部安裝
yum -y install libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel
cp php.ini-development /etc/php7.ini
cd /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf
cp /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf
cp /usr/local/php/etc/php-fpm.d/www.conf.default /usr/local/php/etc/php-fpm.d/www.conf
ln -s /usr/local/php/bin/php /bin/php
ln -s /usr/local/php/sbin/php-fpm /bin/php7-fpm
ln -s /usr/local/php/bin/php /bin/php7
感謝你的閱讀,希望你對“Linux下php7安裝命令是什么”這一關鍵問題有了一定的理解,具體使用情況還需要大家自己動手實驗使用過才能領會,快去試試吧,如果想閱讀更多相關知識點的文章,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。