Linux make***[安装递归]:错误1 fedora

Linux make***[安装递归]:错误1 fedora,linux,apache,makefile,fedora,Linux,Apache,Makefile,Fedora,我正在尝试使用makeinstall命令安装Apache。我以root用户身份运行该命令。这是我收到的错误消息 libtool: link: cannot find the library `/home/nicole/httpd-2.4.25/srclib/apr-util/xml/expat/libexpat.la' or unhandled argument `/home/nicole/httpd-2.4.25/srclib/apr-util/xml/expat/libexpat.la' M

我正在尝试使用makeinstall命令安装Apache。我以root用户身份运行该命令。这是我收到的错误消息

libtool: link: cannot find the library `/home/nicole/httpd-2.4.25/srclib/apr-util/xml/expat/libexpat.la' or unhandled argument `/home/nicole/httpd-2.4.25/srclib/apr-util/xml/expat/libexpat.la'
Makefile:93: recipe for target 'libaprutil-1.la' failed
make[2]: *** [libaprutil-1.la] Error 1
make[2]: Leaving directory '/home/nicole/httpd-2.4.25/srclib/apr-util'
/home/nicole/httpd-2.4.25/build/rules.mk:75: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/nicole/httpd-2.4.25/srclib'
/home/nicole/httpd-2.4.25/build/rules.mk:75: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
为了使用命令配置Apache,我必须安装apr和aprutil。/configure--enable mods shared=all--prefix=/usr/local/Apache。这一命令是成功的,“澄清”也是成功的


救命啊

所以我发现我做错了什么。。。 键入我的命令后。/configure--enable mods shared=all--prefix=/usr/local/apache--with pcre=/usr/local/pcre并运行它。。。
在运行“makeinstall”之前,我忘了执行“makeclean”命令,后面跟着“make”命令。

请确保您是root用户或有权访问特定路径。