Title: Problem with Tomcat-3.2.1/mod_jk.so

I'm trying to installing Tomcat-3.2.1/mod_jk with Apache 1.3.14 on Digital Unix 4.0D (Tomcat runs ok as standalone).

Build:
apxs -Wc,-pthread -o mod_jk.so -I../jk -I$JAVA_HOME/include -I$JAVA_HOME/include/alpha -c *.c ../jk/*.c

Report from "apachectl configtest":

When mod_jk compiled with built in cc:
Syntax error on line 8 of /usr/users/willy/inst/apache/tomcat/conf/mod_jk.conf-auto:
Cannot load /usr/users/willy/inst/apache/libexec/mod_jk.so into server:
Unresolved symbol in /usr/users/willy/inst/apache/libexec/mod_jk.so: __pthread_mutex_destroy

When mod_jk compiled with gcc:
Syntax error on line 8 of /usr/users/willy/inst/apache/tomcat/conf/mod_jk.conf-auto:
Cannot load /usr/users/willy/inst/apache/libexec/mod_jk.so into server:
Unresolved symbol in /usr/users/willy/inst/apache/libexec/mod_jk.so: snprintf

Anyone?

WS

Reply via email to