Description of problem: $ rpm --rebuild httpd-2.0.45-10.src.rpm ... /bin/sh /usr/src/redhat/BUILD/httpd-2.0.45/prefork/shlibtool --silent --mode=link gcc ... mod_access.lo /usr/src/redhat/BUILD/httpd-2.0.45/prefork/shlibtool: /usr/src/redhat/BUILD/httpd-2.0.45/prefork/shlibtool: No such file or directory make[4]: *** [mod_access.la] Error 127 make[4]: Leaving directory `/var/volatile/rpm/BUILD/httpd-2.0.45/prefork/modules/aaa' make[3]: *** [shared-build-recursive] Error 1 make[3]: Leaving directory `/var/volatile/rpm/BUILD/httpd-2.0.45/prefork/modules/aaa' make[2]: *** [shared-build-recursive] Error 1 make[2]: Leaving directory `/var/volatile/rpm/BUILD/httpd-2.0.45/prefork/modules' make[1]: *** [shared-build-recursive] Error 1 make[1]: Leaving directory `/var/volatile/rpm/BUILD/httpd-2.0.45/prefork' make: *** [all-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.27282 (%build) Bad exit status from /var/tmp/rpm-tmp.27282 (%build) Version-Release number of selected component (if applicable): automake-1.7.5-1 autoconf-2.57-3 libtool-1.5-3
Yes, known issues with libtool-1.5.
This should be fixed with the latest apr/apr-util/httpd packages. Thanks for the report.
This isn't fixed for me, anyone resolved it ? Here's my config: Red Hat Linux release 9 (Shrike) apr-0.9.3-12 apr-util-0.9.3-10 libtool-1.5-5 httpd-2.0.40-21.9.src.rpm I got the error: /usr/src/redhat/BUILD/httpd-2.0.40/prefork/shlibtool: No such file or directory details: [root@corbeau /usr/src/redhat/BUILD/httpd-2.0.40/prefork/modules/aaa] $ /bin/sh /usr/src/redhat/BUILD/httpd-2.0.40/prefork/shlibtool --silent --mode=link gcc -pthread -DNO_DBM_REWRITEMAP -O2 -g -pipe -march=i386 -mcpu=i686 -I/usr/kerberos/include -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/srclib/apr/include -I/usr/src/redhat/BUILD/httpd-2.0.40/srclib/apr/include -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/srclib/apr-util/include -I/usr/src/redhat/BUILD/httpd-2.0.40/srclib/apr-util/include -I. -I/usr/src/redhat/BUILD/httpd-2.0.40/modules/aaa -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/os/unix -I/usr/src/redhat/BUILD/httpd-2.0.40/os/unix -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/server/mpm/prefork -I/usr/src/redhat/BUILD/httpd-2.0.40/server/mpm/prefork -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/modules/http -I/usr/src/redhat/BUILD/httpd-2.0.40/modules/http -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/modules/proxy -I/usr/src/redhat/BUILD/httpd-2.0.40/modules/proxy -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/modules/filters -I/usr/src/redhat/BUILD/httpd-2.0.40/modules/filters -I/usr/src/redhat/BUILD/httpd-2.0.40/prefork/include -I/usr/src/redhat/BUILD/httpd-2.0.40/include -I/usr/include/openssl -I/usr/src/redhat/BUILD/httpd-2.0.40/modules/dav/main -export-dynamic -L/usr/local/openssl/lib -lssl -lcrypto -o mod_access.la -rpath /usr/lib/httpd/modules -module -avoid-version mod_access.lo /usr/src/redhat/BUILD/httpd-2.0.40/prefork/shlibtool: /usr/src/redhat/BUILD/httpd-2.0.40/prefork/shlibtool: No such file or directory
That's somewhere half-way between RHL9 and FC1: it won't work. Either rebuild all the FC1 packages (apr/apr-util-0.9.4, httpd-2.0.47/8) on RHL9, or stick to using the RHL9 packages on RHL9.