i'm trying to get mod_jk to work. i configured apache thusly:
set APVER=apache-1.3.36 setenv CC gcc ./configure --prefix=/opt/depot/$APVER \ --enable-module=so \ --enable-module=info when i try to start apache, i get this error. Syntax error on line 2 of /opt/depot/apache-1.3.36/conf/tomcat/mod_jk.conf: Cannot load /opt/depot/apache-1.3.36/libexec/mod_jk.so into server: ld.so.1: /opt/depot/apache-1.3.36/bin/httpd: fatal: relocation error: file /opt/depot/apache-1.3.36/libexec/mod_jk.so: symbol ap_null_cleanup: referenced symbol not found if i do this instead: ./configure --prefix=/opt/depot/$APVER \ --enable-module=so \ --enable-module=info \ --enable-shared=max Syntax error on line 205 of /opt/depot/apache-1.3.36/conf/httpd.conf: Cannot load /opt/depot/apache-1.3.36/libexec/mod_env.so into server: ld.so.1: /opt/depot/apache-1.3.36/bin/httpd: fatal: relocation error: file /opt/depot/apache-1.3.36/libexec/mod_env.so: symbol ap_palloc: referenced symbol not found i configure mod_jk.so like this: set GPACK=mod_jk.so-1.2.15 ./configure --prefix=/opt/depot/$GPACK \ --with-apxs=/opt/depot/apache-1.3.36/bin/apxs so, how do you configure apache-1.3? how do you configure mod_jk? if i give mod_jk --with-apache=DIR, which DIR do they mean? # --with-apache=DIR Build static Apache module. DIR is the pathname # to the Apache source directory. the source for apache-1.3.36? or the apache-1.3 or -2.0 within the mod_jk tree? j. -- Jay Scott 512-835-3553 [EMAIL PROTECTED] Head of Sun Support, Sr. Operating Systems Specialist Applied Research Labs, Computer Science Div. S224 University of Texas at Austin --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]