摘要:中更新不支持降版本注釋指定安裝目錄編譯的靜態(tài)庫編譯動態(tài)庫創(chuàng)建軟連接修改系統(tǒng)自帶的庫重新編譯創(chuàng)建軟連接安裝配置停止服務(wù)重啟服務(wù)
Centos中更新openssl、cur、php
PHP5 不支持 openssl1.1openssl 降版本
1 wget https://www.openssl.org/source/openssl-1.0.2o.tar.gz 2 tar zxvf openssl-1.0.2o.tar.gz 3 cd openssl-1.0.2o 4 ./config -fPIC --prefix=/usr/local/openssl enable-shared 注釋: --prefix:指定安裝目錄 -fPIC:編譯openssl的靜態(tài)庫 enable-shared:編譯動態(tài)庫 5 ./config -t 6 make 7 make install 8 創(chuàng)建軟連接 ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl ln -s /usr/local/openssl/include/openssl /usr/include/openssl echo "/usr/local/openssl/lib" >> /etc/ld.so.conf 9 修改系統(tǒng)自帶的庫 ln -s /usr/local/openssl/lib/libssl.so /usr/lib64/libssl.socurl 重新編譯
1 wget https://curl.haxx.se/download/curl-7.60.0.tar.gz 2 tar -zxvf curl-7.60.0.tar.gz 3 cd curl-7.60.0 4 ./configure --with-ssl=/usr/local/openssl --prefix=/usr/local/curl 5 make & make install 6 創(chuàng)建軟連接 ln -s /usr/local/curl/bin/curl /usr/bin/curl ln -s /usr/local/curl/include/curl /usr/include/curl echo "/usr/local/curl/lib" >> /etc/ld.so.conf 7 curl -V安裝php 5.6.36
1. wget http://cn.php.net/distributions/php-5.6.36.tar.gz 2. tar zxvf php-5.6.36.tar.gz 3. cd php-5.6.36 4 配置: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=mysqlnd --with-mysqli=mysqlnd --enable-fpm --enable-mbstring=all --with-curl=/usr/local/curl --with-openssl=/usr/local/openssl 5 make && make install 6 停止php服務(wù): killall php-fpm 7 重啟php服務(wù): ./php/sbin/php-fpm -c /usr/local/php/etc/php.ini -y /usr/local/php/etc/php-fpm.conf
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://systransis.cn/yun/28812.html
摘要:提示如果你真打算采用這種編譯安裝的話,請至少安排半天時間來完成。在安裝完成后可以再設(shè)置小點內(nèi)存跑安裝的時候請按順序安裝。 我們?yōu)槭裁床捎肔NMP這種架構(gòu)?采用Linux、PHP、MySQL的優(yōu)點我們不必多說。 Nginx是一個小巧而高效的Linux下的Web服務(wù)器軟件,是由 Igor Sysoev 為俄羅斯訪問量第二的 Rambler.ru 站點開發(fā)的,已經(jīng)在一些俄羅斯的大型網(wǎng)站上運行...
摘要:提示如果你真打算采用這種編譯安裝的話,請至少安排半天時間來完成。在安裝完成后可以再設(shè)置小點內(nèi)存跑安裝的時候請按順序安裝。 我們?yōu)槭裁床捎肔NMP這種架構(gòu)?采用Linux、PHP、MySQL的優(yōu)點我們不必多說。 Nginx是一個小巧而高效的Linux下的Web服務(wù)器軟件,是由 Igor Sysoev 為俄羅斯訪問量第二的 Rambler.ru 站點開發(fā)的,已經(jīng)在一些俄羅斯的大型網(wǎng)站上運行...
閱讀 1641·2021-09-02 09:55
閱讀 1115·2019-08-30 13:19
閱讀 1403·2019-08-26 13:51
閱讀 1453·2019-08-26 13:49
閱讀 2383·2019-08-26 12:13
閱讀 463·2019-08-26 11:52
閱讀 1910·2019-08-26 10:58
閱讀 3090·2019-08-26 10:19