[Mod_gzip] Trouble compiling mod_gzip on Mac OSX 10.3.3
Michael.Schroepl at telekurs.de
Michael.Schroepl at telekurs.de
Mon Jul 5 11:40:45 CEST 2004
Hi Olav,
> I get this error.
>
> mod_gzip.o -o mod_gzip.so
> ld: -o: multiply specified
could you provide the complete line of this "ld" statement (so that
we can see how these "repeated usages" of the "-o" look like)?
At first glance, it looks as if your "ld" isn't compatible to what apxs
expects, but it might also be that apxs is generating strange code
here.
Did you also try to compile your Apache modules statically, without
making use of mod_so and apxs?
Are you able to compile mod_proxy using the apxs mechanism?
I am asking because (to my knowledge) mod_proxy is the only
Apache standard module that ships with more than one source file,
just like mod_gzip 1.3.26.1a does.
So compiling these should provide the same problems, if any.
Regards, Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/attachments/20040705/72ca7687/attachment.html
More information about the mod_gzip
mailing list