When I try to compile JServ as a DSO, I get the following error.
I'm using Apache JServ 1.0b3, Apache 1.3.3, and Linux kernel 2.2.5.
first I configured Apache for DSO.
./configure --prefix=/usr/local/apache --enable-rule=SHARED_CORE
--enable-module=so
Then I configured JServ, but it complains about not having DSO support.
./configure --with-apache-install=/usr/src/apache
--prefix=/usr/local/jserv --enable-apache-conf
checking for Apache directory... configure: error: does not have DSO support
How can I compile Apache and JServ to use DSO?
thanks,
Walter
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]