标签:str -- 要求 依赖 最新版本 rand dev oca util
tip:已按照要求安装当前最新版本apr、apr-util、pcre
./configure --prefix=/usr/local/apache2
解决方式:pcre问题,安装pcre依赖,并指定配置,apt install libpcre3 libpcre3-dev
,./configure --with-pcre=/usr/bin/pcre-config
./configure --prefix=/usr/local/apache2 --with-included-apr --with-pcre=/usr/bin/pcre-config
,安装成功,启动httpd服务出现如下问题:解决方式:configure时指定--with-devrandom ,再次安装。
最后启动httpd服务,终于成功,以上就是踩坑记录了,希望对他人有帮助。
以上操作均在Docker,ubuntu容器中进行。
标签:str -- 要求 依赖 最新版本 rand dev oca util
原文地址:https://www.cnblogs.com/jmtang/p/13224965.html