I wanted to give myself more flexibility in configuring apache2 (apache 2.0.43) once fink had built and installed it. The problem is that the package doesn't necessarily provide all the modules I or others are interested in, so I tried to modify the apache2 package to make all modules, and to make them dynamically loadable modules (.so). That way a user can just modify the apache config file to select which modules to load at launch.

--enable-mods-shared=all

Has anyone found a way to get apache2 to make and use .so files?

I noticed these lines outputted from config:

.
.
.
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries... no
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... unsupported
checking for /usr/bin/ld option to reload object files... -r
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
checking for objdir... .libs
creating libtool
.
.
.

It appears that config doesn't think the mac does dynamic libs. During make it appears to be making its own libtool for some reason.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to