You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Robert Borowicz <ro...@rrc.state.tx.us> on 2002/04/03 00:23:17 UTC

Integrating Tomcat 3.2.4 with Apache 1.3.14 on Solaris 2.8

Help! I've been trying to Integrate the above two on and off for the past two weeks. 

I compiled Apache first editing $SRC_HOME/conf/Configuration setting the following as such:

Rule SHARED_CORE=yes
Rule SHARED_CHAIN=yes

I then did a ./configure --prefix=/usr/local/apch_1.3.14 --enable-module=so

When I do a "httpd -l" I do see my mod_so listed.

I've built my mod_jk.so with the Makefile.linux pointing JAVA_HOME to /usr/java1.2. After that build I moved the mod_jk.so into the $APACHE/libexec dir. 

I then append  the following to my httpd.conf file:

Include $TOMCAT_HOME/conf/conf/mod_jk.conf-auto

I get the following error. What am I missing? Sigh....

Big TIA to anyone who can help!

-Robert



# ./apachectl start
Syntax error on line 8 of /usr/local/tomcat_3.2.4/conf/mod_jk.conf-auto:
Cannot load /usr/local/apch_1.3.14/libexec/mod_jk.so into server: ld.so.1: /usr/local/apch_1.3.14/bin/httpd: fatal: relocation error: file /usr/local/apch_1.3.14/libexec/mod_jk.so: symbol fdatasync: referenced symbol not found
./apachectl start: httpd could not be started


---
Robert K. Borowicz
Unix/Network Admin.
O: 512-936-2401
P: 512-899-7360


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org