From: Graham Leggett Date: Mon, 19 Dec 2011 00:36:39 +0000 (+0000) Subject: Add further explanation on RPM packaging. X-Git-Tag: 2.5.0-alpha~7655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2414342e780d9a9c72c3977817b57ad25aa2df;p=thirdparty%2Fapache%2Fhttpd.git Add further explanation on RPM packaging. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220570 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/rpm.html.en b/docs/manual/platform/rpm.html.en index 8f24342fb0a..5fc98b3f9c1 100644 --- a/docs/manual/platform/rpm.html.en +++ b/docs/manual/platform/rpm.html.en @@ -22,8 +22,17 @@ +

While many distributions make Apache httpd available as operating system + supported packages, it can sometimes be desirable to install and use the + canonical version of Apache httpd on these systems, replacing the natively + provided versions of the packages.

+ +

While the Apache httpd project does not currently create binary RPMs + for the various distributions out there, it is easy to build your own + binary RPMs from the native Apache httpd tarball.

+

This document explains how to build, install, configure and run - Apache 2.4 under Unix systems supporting the RPM packaging format.

+ Apache httpd 2.4 under Unix systems supporting the RPM packaging format.

+

Corresponding "-devel" packages will be required to be installed on your + build system prior to building the RPMs, the rpmbuild command + will automatically calculate what RPMs are required and will list any + dependencies that are missing on your system. These "-devel" packages will + not be required after the build is completed, and can be safely removed.

+

If successful, the following RPMs will be created: