----------------------------------------------------------------
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!!!
----------------------------------------------------------------
[EMAIL PROTECTED] wrote:
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> I downloaded and installed apache web server from apache.org. I am having issues
> with the Apache Jserv installation.
>
> Apache was version 1.3.12 and Apache Jserv engine is version 1.1.1
>
> Downloaded both from apache.org. In the install instructions for Apache Jserv
> there is a static v/s DSO config option. When I do DSO it always comes back with
> apxs not found - the apxs file is there in my /usr/local/java/bin directory and
> is readable and executable by the world .
DSO is not part of the JDK but part of Apache. You need to compile
Apache with DSO support. I compile Apache with the directive:
--enable-module=most
--enable-shared=max
I am not sure which one sets up DSO, but after compiling Apache, you can
then compile Jserv using DSO to load it into Apache.
This assume you are using the source version of apache and NOT the
binary.
Ben Ricker
Web Administator
US-Rx, Inc.
--
--------------------------------------------------------------
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]