----------------------------------------------------------------
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 don't know if this will help you but the GNUJSP package comes with a
configuration checker that I've found to be useful in diagnosing these sorts
of problems.
Regards,
Theodore Jencks
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Piers Byrne
Sent: Sunday, January 21, 2001 3:00 PM
To: Java Apache Users
Subject: Apache on Tru 64
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi there,
I am currently trying to install the Apache 1.3.14 HTTP server and Apache
JServ 1.1.2 on a Digital Tru64 (4.0f) machine. I need to build the Apache
JServ with DSO support. However, I'm having problems when I try to include
the Apache JServ when I start the HTTP server.
To build the HTTP server with DSO support, I use the following configure
command, followed by make and make install:
./configure --prefix=/usr/local/apache \
--enable-module=most \
--enable-shared=max
To build the Apache JServ for DSO use, I use the following configure
command, followed by make and make install:
./configure --prefix=/usr/local/jserv \
--with-apxs=/usr/local/apache/bin/apxs \
--with-jdk-home=/usr/opt/java130 \
--with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar \
--enable-EAPI \
--enable-compressed-jar \
--enable-debugging
If I start up the HTTP server 'as is' I get no errors. However, if I add
the following line to the http.conf file:
Include /usr/local/apache/conf/jserv/jserv.conf
and then try and start the HTTP server I get the following error:
# /usr/local/apache/bin/apachectl start
Syntax error on line 13 of /usr/local/apache/conf/jserv/jserv.conf
Cannot load /usr/local/apache/libexec/mod_jserv.so into server:
dlopen: cannot load /usr/loval/apache/mod_jserv.so
apache/bin/apachectl start: httpd could not be started
#
The file /usr/local/apache/libexec/mod_jserv.so is there. The version of
Perl installed is 5.005-3. I've check the set up of jserv.conf and
jserv.properties and everything seems to be OK. I've run through the doco
but can't find anything to point in the right direction. Has anybody come
across this ? Any ideas ?
Thanks,
Piers
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]