I'm new to all of this and would appreciate a shove in the right direction.
 
Problem:
When I try to start Apache with mod_jserv.so, I get a syntax error saying that there is an undefined symbol jserv_error_exit in mod_jserv. Apache starts up just fine with the other modules if I comment out the LoadModule for mod_jserv.so
 
Setup:
 
Linux Redhat 5.1
Apache 1.3.6 - installed the binary distribution that includes the source, have re-compiled to ensure that I have DSO support (installed to /usr/local/apache, source is in /usr/local/apache/apache_1.3.6/src)
Apache JServ 1.0b1 (/usr/local/Apache-JServ-1.0b1)
JSDK 2.0
jdk 1.1.6
 
trying the install from the JServ directory and specifying the --with-apache-install, the config script tells me that I don't have DSO support. this is not true since I have no problems running the other modules.
 
also, if I try installing with source instead of DSO, using --with-apache-src, config script tells me that I don't have a source distribution of Apache (also not true)
 
so the way I got mod_jserv.c to compile was using --add-module as an argument to the configure of Apache, but when I try to use the resulting .so file, I got the error mentioned above.
 
i've also tried using apxs to compile it in it's own directory. same error occurs.
 
any ideas? or should i give up and start over with a fresh version of both Apache and JServ?
 
thanks very much for your help.
 
if it's not too much trouble, could you CC a response to [EMAIL PROTECTED] (my work address) also? thanks.

Reply via email to