提问人:ND003 提问时间:10/20/2023 更新时间:10/20/2023 访问量:72
从源代码构建 Apache httpd RPM 失败
Build Apache httpd RPM from source fails
问:
我正在尝试从源代码 tarball 构建 Apache httpd RPM,如 https://httpd.apache.org/docs/2.4/install.html 中所述
但是,它总是失败并出现错误“libtool: error: require no space between '-L' and '-R'”
完全错误:
/usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o htpasswd htpasswd.lo passwd_common.lo -L -R -laprutil-1 -ldb-5.3 -lexpat
/usr/lib64/libapr-1.la -lpthread -lcrypt
libtool: error: require no space between '-L' and '-R'
make[2]: *** [Makefile:48: htpasswd] Error 1
make[2]: Leaving directory '/httpd-2.4.58/support'
make[1]: *** [/httpd-2.4.58/build/rules.mk:75: all-recursive] Error 1
make[1]: Leaving directory '/httpd-2.4.58/support'
make: *** [/httpd-2.4.58/build/rules.mk:75: all-recursive] Error 1
尝试构建旧版本并得到相同的错误,并且在搜索类似错误时没有找到任何东西。
关于这可能是什么帮助吗?
答: 暂无答案
评论