How do I build Apache with DSO support, to use Tomcat and mod_jserv?
Created May 4, 2012
Alex Chaffee 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.)