[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Changing mmn in Apache

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-10-31 23:33:04 CET

On Wed, Oct 30, 2002 at 05:10:06PM -0500, Tim Moloney wrote:
> I'm trying to build an httpd 2.0.43 RPM that is a drop in replacement
> for the httpd RPM that comes with Red Hat 8.0. The problem with all
> of the RPMs I've seen so far (including my own) are that many modules
> generate the following error message.
>
> httpd: module "mod_XXX.c" is not compatible with this version of
> Apache (found 20020628, need 20020903).

If you're building 2.0.43, you should change the "%define mmn xxxx" at
the top of httpd.spec to use the new MMN number, so that this
incompatiblity is reflected in the package dependencies. Any Apache 2.0
module packages designed to work with the Red Hat Linux 8.0 httpd
package should have a line like:

Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn)

so that they pick up a dependency on the module ABI version.

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 23:33:46 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.