-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
JServ: 1.0
Apache: 1.3.9
OS: HP-UX 11.0
I have been trying for a few day to get JServ up and running without any
success. I am attempting to do a source install of JServ into Apache. I
configure, make, & make install JServ without a problem. However, when I go
to make Apache, I run into an error with the makefile for JServ at line 116:
$(SHLIBS): $(OBJS_PIC)
rm -f $@
$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS_PIC)
I comment out these lines plus any references to them, and the modules will
build & I can do a make install of Apache.
Next, when I start Apache, it tells me it can't find the class
org.apache.jserv.jserv. When I look at the ApacheJServ.jar file compiled by
the JServ install, it doesn't contain the needed class. I then copy the jar
file from the Win32 version I'm running on my NT machine. Now, when I start
up Apache, the error_log file contains
SIGSEGV 11* segmentation violation
stackbase=7E56E000, stackpointer=7E56FBA8, pc=CFD3CEE0
Full thread dump:
(lot's of stuff here...)
I am curious if anyone has gotten Apache/JServ up and running on HP-UX 11?
kevin erickson
[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]