How do I build Apache with DSO support, to use Tomcat and mod_jserv?
Location: http://www.jguru.com/faq/view.jsp?EID=40693 Created: Apr 26, 2000 Modified: 2000-06-21 15:42:24.376 Author: Alex Chaffee (http://www.jguru.com/guru/viewbio.jsp?EID=3) You have to add the ‘–enable-module=so’ option to your ‘configure’ call in order to enable DSO, i.e.: ./configure –prefix=/usr/local/apache –enable_rule=SHARED_CORE –enable-module=so (Thanks to Peter Theill from the Tomcat User Mailing List.