----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------
After compiling Apache 1.3.3 and the 1.1.b2 version of Apache JServ, I
get the following error when trying to restart the server:
"Cannot load /usr/local/apache/libexec/mod_jserv.so into server:
ld.so.1: /usr/local/apache/sbin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/mod_jserv.so: symbol ap_escape_uri: referenced
symbol not found."
I've checked all of the C, header, and Java files in the two source
directory structures and the only thing I've found is the call to
ap_escape_uri from the ajpv12_handler() function (jserv_ajpv12.c line
359).
If there is any one out there with some insight (or a baseball bat to
ensure I don't overlook the obvious!), please respond to the return
address as I'm not yet subscribed to this list.
Configuration information:
Sun Sparc 10 / Solaris 2.7 (latest patch cluster)
Apache 1.3.3
ApacheJServ 1.1.b2
=============== /usr/local/apache/etc/jserv/jserv.conf
=========================
COMMENTS REMOVED FROM THIS POSTING
##############################################################################
# Apache JServ Configuration
File #
###############################################################################
LoadModule jserv_module /usr/local/apache/libexec/mod_jserv.so
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties /usr/local/apache/etc/jserv/jserv.properties
ApJServLogFile /usr/local/apache/logs/mod_jserv.log
ApJServLogLevel notice
ApJServDefaultProtocol ajpv12
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /servlets /root
ApJServMount /servlet /root
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from localhost
</Location>
</IfModule>
Thanks in advance!
--wil
Wil Artman, UNIX System Administrator
CCC Information Services, Inc.
Chicago, IL 60654
EMail: [EMAIL PROTECTED]
--
--------------------------------------------------------------
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]