mod_jserv.so problem

2000-12-26 Thread Jed Duty
I am running a SCO Unixware 7.1.1 box with apache 1.3.14 I have tomcat 3.2.1 source downloaded, compiled, and installed. When i go to compile mod_jserv to get the so file and set up the interface with apache i get an error as follows //command to start the compile apxs -c -o mod_jserv.so *.c

Re: mod_jserv.so problem

2000-12-26 Thread Filip Hanik
Duty" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 26, 2000 1:51 PM Subject: mod_jserv.so problem I am running a SCO Unixware 7.1.1 box with apache 1.3.14 I have tomcat 3.2.1 source downloaded, compiled, and installed. When i go to compile mod_jserv to get the so file

Re: mod_jserv.so problem

2000-11-17 Thread Michael J. Suzio
I believe the two files uncompress into two different directories when unpacked. Even if you expand them to the same tree, there should not be any conflicts. -- Michael J. Suzio Lead Software Engineer -- ISS Southfield [EMAIL PROTECTED]

mod_jserv.so problem

2000-11-16 Thread tsimtung
I have problem in building mod_jserv. I am using linux, and get tomcat 3.1 binary source to build tomcat. tomcat runs smoonthly in standalone mode, and then i would like to integrate it with apache. I can't find the directory "jakarta-tomcat/src/native/apache/jserv/" in my jakarta-tomcat

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem You have to use the source tomcat version for 3.1. The binary version does not have the build directories. http://jakarta.apache.org/builds/tomcat/release/v3.1/src/ /===\ | Micky Mimo | | Systems Specialist | | (781) 457

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem I am trying to install the adapter (mod_jserv.so) for apache + Tomcat. I keep getting the error below. I built the file mod_jserv.so from the source of tomcat 3.1. I installed the file mod_jserv.so in the libexec directory and added the include directive

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem Correction the error is: Starting httpd : Syntax error on line 13 of /usr/local/tomcat/conf/tomcat.conf Cannot load /etc/httpd/libexec/mod_jserv.so into server: /etc/httpd/libexec/mod_jserv.so: cannot open shared object file: No such file or directory FAILED

RE: mod_jserv.so problem

2000-11-16 Thread Wong, Connie
l J. Suzio [SMTP:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 2:58 PM To: [EMAIL PROTECTED] Subject: Re: mod_jserv.so problem You need to actually download the source package for Tomcat. The binary package does have a src/ directory, but it doesn't have the native drivers code

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem I believe you need the following directory scructure. This is what the README file says for the source in jakarta-tomcat How to Build First, you must have the jakarta-ant workspace checked out parallel to this workspace (jakarta-tomcat