摘要:下安裝總結(jié)環(huán)境操作系統(tǒng)服務(wù)器其他關(guān)鍵依賴(lài)庫(kù)命令解壓命令命令格式命令說(shuō)明命令參數(shù)解釋將下的文件解壓到指定的目錄下無(wú)查詢(xún)指定的軟件無(wú)卸載指定名稱(chēng)的軟件不做軟件之間的依賴(lài)檢查無(wú)指定安裝目錄依賴(lài)個(gè)人理解安
CentOS下Apache安裝總結(jié) 環(huán)境(Environment)
操作系統(tǒng):CentOS 6.8
服務(wù)器:Apache 2.4.29
其他關(guān)鍵依賴(lài)庫(kù):apr 1.6.3、apr-util 1.6.1、pcre-8.41
解壓命令
命令格式 | 命令說(shuō)明 | 命令參數(shù)解釋 |
---|---|---|
tar zxvf [dir1] -C [dir2] | 將dir1下的文件解壓到dir2指定的目錄下 | 無(wú) |
rpm -qa [software-name] | 查詢(xún)指定的軟件 | 無(wú) |
rpm -e --nodeps [software-full-name] | 卸載指定名稱(chēng)的軟件 | --nodeps:不做軟件之間的依賴(lài)檢查 |
./configure --prefix=[dir] --with-[lib] | 無(wú) | --prefix:指定安裝目錄--with-[lib]:依賴(lài)(個(gè)人理解) |
Apache安裝
編譯安裝(make install)
問(wèn)題(problem)發(fā)生時(shí)間 | 錯(cuò)誤內(nèi)容 | 解決方案(個(gè)人) | 解決方案(網(wǎng)絡(luò)) | 權(quán)重 |
---|---|---|---|---|
Apache 安裝時(shí) | error:Cannot use an external APR with the bundled APR-util | 對(duì)apr-util重新進(jìn)行編譯安裝 | 低 | |
Apache 安裝時(shí) | error:Did not find pcre-config script at [dir] | 將pcre2替換為pcre,然后進(jìn)行編譯安裝 | 低 | |
pcre安裝時(shí) | error: You need a C++ Compiler for C++ Support | yum install -y gcc gcc-c++ | 低 | |
Apache 安裝時(shí) | error:pcre-config for libpcre not found | 在./configure 配置時(shí)使用--with-pcre=[dir]指定pcre安裝目錄 | 重新安裝或者第一次安裝pcre | 低 |
Apache 安裝時(shí) | error:no acceptable C complier found in $PATH | yum -y install gcc | 高 | |
apr-util 安裝時(shí) | (一部分錯(cuò)誤提示)error:"apr_xml_parser" has no memebr named "xp" | yum install expat-devel | 低 | |
Apache 安裝時(shí) | (一部分錯(cuò)誤提示)error:openssl version is too old | yum install openssl-develyum update openssl | 高 |
第一次編寫(xiě)這種總結(jié),如有不對(duì)之處,歡迎dalao指出(給dalao遞女裝)。
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://www.ezyhdfw.cn/yun/35882.html
摘要:下安裝擴(kuò)展有兩種方法,僅供參考。一在線(xiàn)安裝執(zhí)行下面命令可能出現(xiàn)的問(wèn)題就是版本沖突的意思。然后打開(kāi)中擴(kuò)展完成,重啟。 Centos下安裝PHP ldap擴(kuò)展,有兩種方法,僅供參考。 一、在線(xiàn)安裝 執(zhí)行下面命令: yum install PHP-ldap 可能出現(xiàn)的問(wèn)題: Error: php70w-common-.. conflicts with php-common-5.4.......
閱讀 3168·2021-09-08 10:43
閱讀 1096·2019-08-30 15:53
閱讀 1093·2019-08-30 13:51
閱讀 923·2019-08-29 14:03
閱讀 870·2019-08-26 18:35
閱讀 1294·2019-08-26 13:38
閱讀 1677·2019-08-26 10:34
閱讀 3576·2019-08-26 10:21