I have tried to rpmbuild httpd-2.4.25 using httpd-2.4.25.tar.bz2 downloaded from apache httpd download page on December 21(JST).

Environments:
CentOS Linux release 7.3.1611 (Core)
kernel: linux 3.10.0-514.2.2.el7.x86_64

Results:
$rpmbuild -tb --clean  httpd-2.4.25.tar.bz2

Failed during inspecting files for detecting files not included in the package using check-files.

error founded file:
/usr/lib64/httpd/modules/mod_proxy_hcheck.so

At this point, no rpm files obtained.

Modification:
Found a missing line in httpd.spec.

%{_libdir}/httpd/modules/mod_proxy_hcheck.so missing in the %dir %{_libdir}/httpd/modules

So, add the missing line to httpd.spec.
Then,

$rpmbuild -bb --clean rpmbuild/SPECS/httpd.spec

All rpm files relative to httpd-2.4.25 were obtained successfully

httpd-2.4.25 server runs successfully after installation.

Yours truly,

Kazuhiko Kohmoto

.








---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to