--

I sympathize with your situation.
I'm pretty sure you're not going to have much luck with the
apache-1.3.6-x.rpm if you want to use mod_jserv in a DSO environment. I
tried doing that way as well, and while the apache rpm did seem to have the
proper components for DSO support, I don't think the SHARED_CORE (or
whatever it's called) was compiled in. I ended up compiling from scratch,
but glad I did so, because building mod_jserv with apxs was a breeze (yes I
was exhilirated).

We haven't actually deployed jserv on a production server, so for grins I
might try using the apache-1.3.6-x.rpm on that and drop in the mod_jserv.so
(which I compiled on the development system). Assuming I've got the
jdk/jsdk/jserv trees in place, that might just work (xing my fingers).
Good luck.
-mdf

+-----Original Message-----
+From: Solomon Douglas [mailto:[EMAIL PROTECTED]]
+Sent: Tuesday, July 06, 1999 11:33 AM
+To: [EMAIL PROTECTED]
+Subject: more details on my JServ configuration problem
+
+
+--
+
+Here, in excruciating verbosity, is a followup to the question I
+posted yesterday.
+
+I'm trying to configure and install JServ 1.0 under RedHat 6.0.  I'm
+using Apache 1.3.6, obtained as a binary distribution from apache.org.
+Is this distribution suitable for using with mod_jserv or do I need to
+build it from sources?
+
+In /usr/local/src/ApacheJServ-1.0, I try to run "./configure
+--with-apache-install=/usr/local/apache
+--with-jsdk=/usr/local=/Java/JSDK2.0", and it ends with the message
+"checking for Apache directory... configure: error: does not have DSO
+support".  As far as I'm able to tell, this is due to a bug in
+"configure", not a problem with the Apache configuration, but please
+correct me if I'm wrong.
+
+I then try "./configure --with-jsdk=/usr/local=/Java/JSDK2.0".
+I answer "y" to the following question:
+
+ checking for Apache directory... 
+ No Apache installation was specified but one seems to exist 
+in /usr/local/apache
+ Would you like to try to install Apache JServ there y/n: 
+
+The configuration continues, and ends with the following:
+
+ ./configure: /src/modules/jserv: No such file or directory
+ 
+ Configuration complete.
+
+This does not sound promising, but at least it finished successfully.
+
+Then I run "make".  Among other things, I see the following:
+
+ make[2]: Entering directory `/usr/local/src/ApacheJServ-1.0/src/c'
+ make[2]: Nothing to be done for `all'.
+
+This means that it didn't feel compelled to make mod_jserv.so, and
+evidently I can't get anywhere without that.
+
+Does anyone have any suggestions as to what the problem may be?
+
+Thanks,
+
+Solomon
+--
+ Solomon <|>   [EMAIL PROTECTED]
+ Douglas /|\   http://web.mit.edu/srcd/www/
+
+
+--
+--------------------------------------------------------------
+To subscribe:        [EMAIL PROTECTED]
+To unsubscribe:      [EMAIL PROTECTED]
+READ THE FAQ!!!!     <http://java.apache.org/faq/>
+Archives and Other:  <http://java.apache.org/main/mail.html/>
+Problems?:           [EMAIL PROTECTED]
+


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to