----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello JServ gurus,
My platform is Solaris7 for x86. I have ever compiled JServ successfully
in
the past but this time I cannot, and I don't know why.
Here are the steps to compile Apache and JServ:
> cd apache_1.3.6
> ./configure --prefix=/usr/local/apache --enable-rule=SHARED_CORE
--enable-module=so
> make
> make install
> cd ApacheJServ-1.0
> ./configure --prefix=/usr/local/jserv
--with-apache-install=/usr/local/apache --with-jdk-home=/usr/java1.2
--with-jsdk=/usr/JSDK2.0/lib/jsdk.jar --disable-debugging
now, the error messages generated by configure script is:
checking for Apache directory... configure: error: does not have DSO
support
I have used appropriate arguments of Apache configure script
I don't know why it complain apache does not have DSO support
Please help me, thanks for all.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]