Linux下安裝Apache2 4 43踩坑記錄

2022-07-26 06:57:08 字數 322 閱讀 8542

tip:已按照要求安裝當前最新版本apr、apr-util、pcre

解決方式:pcre問題,安裝pcre依賴,並指定配置,apt install libpcre3 libpcre3-dev,./configure --with-pcre=/usr/bin/pcre-config

解決方式:configure時指定--with-devrandom ,再次安裝。

最後啟動httpd服務,終於成功,以上就是踩坑記錄了,希望對他人有幫助。

以上操作均在docker,ubuntu容器中進行。

Cubieboard安裝Apache2伺服器

cubieboard安裝apache2伺服器 1.更新軟體sudo apt get update 2.安裝apache2和輔助管理工具sudo apt get install apache2 apache2 utils 3.配置埠sudo vim etc apache2 ports.conf 這裡改...

編譯安裝LAMP之安裝apache2

這裡我選擇版本號為2.4.16的apache 請確保系統已經安裝了編譯工具 configure enable soerror 這裡你可能會遇到這樣的錯誤 checking for chosen layout.apache checking for working mkdir p.yes checki...

ubuntu下怎樣徹底刪除apache2

方法如下 sudo apt get purge remove apache2 sudo apt get purge remove apache2 common sudo apt get purge remove apache2 utils sudo apt get autoremove apache...