I'm attemping to configure Apache for DSO support, and to set up JServ
as a DSO, and I'm having trouble. I am using the following:
Apache: 1.3.4
JServ: 1.0 beta 3
Operating system: Solaris 2.6
I using the following "configure" for Apache:
./configure --enable-rule=SHARED_CORE --enable-module=so
--prefix=/proj/ftrs/3rdparty/apache_1.3.4
--add-module=/proj/ftrs/3rdparty/Apache-JServ-1.0b3/src/c/mod_jserv.c
--enable-shared=jserv
This worked fine, and I did a "make install", which also worked.
I then tried to run configure for JServ, using:
./configure --with-apache-install=/proj/ftrs/3rdparty/apache
--prefix=/proj/ftrs/3rdparty/Apache-JServ-1.0b3
but after doing several checks, it said:
checking for Apache directory... configure: error: does not have DSO
support
What am I missing?
--Paul
____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]