Antwort: Re: Antwort: Re: Antwort: [Mod_gzip] mod_zip and apache
version
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Mon, 20 Jan 2003 14:20:58 +0200
Hi Josep,
>> Everything more recent is fine - as the Apache 1.3
>> API is known to be stable.
> I've tried recompiling the mod_gzip srpm (source rpm) package
> from Mandrake 8.2 at a RedHat 7.3 system. It didn't work!
Then ask these packagers what they did to their "Apache"s.
> # rpm -bb mod_gzip.spec
> error: failed build dependencies:
> apache = 1.3.26 is needed by mod_gzip-1.3.19.1a-12rh73
> apache-devel = 1.3.26 is needed by mod_gzip-1.3.19.1a-12rh73
rpm has nothing to do with Apache.
This is a package maintenance system invented by some
*NIX packager - ask them why they claim Apache 1.3.26
to be needed.
(Maybe this is the only version they have tested?)
> I've tried to change the requirements in the spec file fom
> "=" to ">=". But still complains :(
> Any idea?
Don't use this broken "rpm" tool. If you want an Apache,
then install an Apache - not a RedHat or a Mandrake.
Use Apache's "configure", then "make" and "make install",
like explained in Apache's INSTALL file.
>> So every single URL that is accessed will be served by
>> a CGI-type dynamic output?
> Yes, it's dynamic. PHP builds on-the-fly html pages.
Then in your case PHP's own gzip library might possibly
be an alternative, although it would require you to
change the PHP source code of your application.
Regards, Michael