1.1安裝tomcat-native的時候提示apr和openssl版本過低無法安裝
由於在安裝tomcat-native軟體做關於tomcat與mysql資料庫通過nvtive提升tomcat效能的時候編譯安裝tc-native由於相關軟體版本過低,導致無法繼續安裝,以下是解決思路過程和方法,及缺啥升級啥的原則進行解決思路.完成了相關的工作,
# wget http://archive.apache.org/dist/apr/apr-1.5.2.tar.gz
# wget http://archive.apache.org/dist/apr/apr-util-1.6.1.tar.bz2
# wget http://archive.apache.org/dist/apr/apr-iconv-1.2.2.tar.gz
解決環境依賴:
# yum -y install autoconf
# yum -y install libtool
# tar xvf apr-1.5.2.tar.gz
# cd apr-1.5.2
# ./configure --prefix=/usr/apr
# make
# make install
# echo "/usr/apr/lib" >> /etc/ld.so.conf
```~~
安裝apr-util
tar jxvf apr-util-1.6.1.tar.bz2
./configure –prefix=/usr/local/apr-util –with-apr=/usr/apr/
#make
#make install
echo “/usr/local/apr-util/lib” >> /etc/ld.so.conf
安裝apr-iconv
cd apr-iconv-1.2.2
./configure –prefix=/usr/local/apr-iconv –with-apr=/usr/apr/
make
make install
echo “/usr/local/apr-iconv/lib/iconv” >> /etc/ld.so.conf
./configure –with-apr=/usr/bin/apr-1-config
–with-java-home=/usr/java/jdk-9.0.1/
–with-ssl=yes
–prefix=/usr/local/native
Error1:configure: error: Found APR 1.3.9. You need version 1.4.3 or newer
“` installed.由於安裝的系統自帶apr版本過低,,需要先升級相關軟體版再重新編譯.
# ./configure --with-apr=/usr/apr/ --with-java-home=/usr/java/jdk-9.0.1/ --with-ssl=yes --prefix=/usr/local/native
Error2: configure: error: Your version of OpenSSL is not compatible with this version of tcnative
Openssl不滿足要求,需要升級:
# wget https://www.openssl.org/source/openssl-1.1.0g.tar.gz
# tar xvf openssl-1.1.0g.tar.gz
# cd openssl-1.1.0g
# ./config --prefix=/usr/local/openssl
# ./config -t
# make 編譯
make install 安裝
本文轉自 CARYFLASH 51CTO部落格,原文連結:
http://blog.51cto.com/maoxiaoxiong/2051202
相關文章
- 安裝HomeBrew提示已安裝並無法解除安裝
- 如何重新安裝ot,重新安裝的時候提示已安裝過,要求升級
- Openssl的安裝
- jenkins安裝提示無法啟動Jenkins
- windows 安裝 opensslWindows
- Centos安裝opensslCentOS
- Homebrew 安裝 openssl
- Win8下安裝軟體時提示:篩選器已阻止啟動,無法安裝
- AMD CPU 安裝 Android Studio 時候提示“安裝安卓模擬器失敗”Android安卓
- [提問交流]安裝的時候提示目錄不存在
- ubuntu16 安裝 python3.10 遇到 openssl 版本過低問題以及解決方案UbuntuPython
- aix5.3安裝openssl和opensshAI
- jenkins安裝的時候 提示字型問題的解決方法Jenkins
- Windows安裝使用OpensslWindows
- openssl安裝與部署
- Ubuntu中安裝OpenSSLUbuntu
- SuSE Linux 10.0安裝oracle的時候老是提示檢查作業系統版本LinuxOracle作業系統
- 安裝 httprunner 失敗,無法顯示版本資訊HTTP
- win10系統安裝失敗提示“無法安裝應用”的解決方法Win10
- 我的虛擬機器提示我無法安裝VMTOOL虛擬機
- 安裝clusterware時候遇到版本不相容錯誤
- office2007無法解除安裝 無法安裝
- ubuntu下安裝nginx時依賴庫zlib,pcre,openssl安裝方法UbuntuNginx
- 無法安裝onethink
- OpenSSL + Windows 下載安裝Windows
- CentOS6.5 安裝opensslCentOS
- 新版本torchtext的安裝辦法
- vmware安裝或解除安裝時,顯示無法開啟登錄檔項
- 編譯安裝php的openssl元件時遇到 libssl not found解決辦法編譯PHP元件
- anaconda的安裝和解除安裝及安裝完成後無法使用conda解決辦法
- win10系統安裝時出現“無法繼續安裝”的解決方法Win10
- 記錄自定義kafka的parcel庫,CDH安裝kafka服務,無法安裝過去的排雷過程Kafka
- composer 安裝包時與php版本不符 提示報錯PHP
- python openssl模組如何安裝?Python
- php安裝openssl 擴充套件PHP套件
- 執行jive論壇安裝工具無法透過?
- 安裝ambari的時候遇到的ambari和hadoop問題集Hadoop
- 專案問題總結1:Nuget無法安裝程式包dll,提示:此程式包已安裝