On Sat, May 10, 2003 at 01:49:29AM +1000, Kevin Waterson wrote: > This one time, at band camp, Tom Diehl <tdiehl@xxxxxxxxxxxx> wrote: > > > IIRC it is part of the httpd package. What I think this is telling you is > > that the mod_* programs need the existing version of httpd-mmn which is part > > of the httpd package. Suggest trying to update httpd and the mod_* packages > > listed above on the same command line. Something like the following should do it. > > # rpm -Fvh httpd-whatever mod_perl-whatever mod_python-whatever mod_ssl-whatever > > thanks, worked fine > Ok, now that is resolved, I get this error The "httpd-mmn" requirement is used to enforce module compatibility. Modules built against httpd-2.0.40 (which require httpd-mmn = 20020628) are not compatible with httpd-2.0.45. If you package the 2.0.45, you should change the %define mmn to 20020903 in httpd.spec before building. You'll then have to rebuild all the module packages against the new version. > Starting httpd: httpd: module "mod_auth_mysql.c" is not compatible > with this version of Apache (found 20020628, need 20020903). > > Is this relating to a build or a build date? This is the "module magic number", which reflects module compatibility. Regards, joe