Click to See Complete Forum and Search --> : Apache install issue


capesong
04-03-2003, 11:29 AM
I'm installing Apache 2.0.44 into a unix(solaris 2.8) machine. I tried to specify in the configuration to build all the modules as dso modules but the only one that built as a dso was mime_magic(mod_mime_magic.so). Is there a problem with the configure statement I used?

$ ./configure --enable-mods-shared=ssl --with-ssl=../openssl-0.9.7a \
> --prefix=/space/app/apache \
> --enable-mods-shared=most --enable-mods-shared=mime_magic

Thanks,
Bob