Apache 2.0.43 problem

JBlaze

Registered
I have OS X 10.2 and want to install the modules as shared libraries -- you know mod_ssl.so. Anyways, I can not get libtool to set the shared libraries.

For example:
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes

The question is how do I set libtool to see the dynamic linker. Thanks, I notice that some programs see it and some don't? Strange and thanks again.
 
I have a precompiled Apache 2.0.43 (and other goodies) at my website:

http://www.serverlogistics.com/downloads-jag.php

libtool has been vastly improved with Jaguar, however it still has issues. I have found that running buildconf in a lot of source packages can fix the issues. In the case of apache, this resolved most of the problems. One issue is that the apache sources were distributed with a version of libtool that is older and doesnt recongize Darwin.

HTH

Aaron Faby
 
Back
Top