RE: mod_jk2 build error

2004-04-02 Thread Thomas D. Zeimet
TED] > Sent: 02 April 2004 05:42 > To: [EMAIL PROTECTED] > Subject: mod_jk2 build error > > > Hi, > > I am trying to build the latest release of the JK2 connector: > jakarta-tomcat-connectors-jk2-2.0.4-src. I'm running Red Hat Linux 9.0, > Apache > htt

Re: mod_jk2 build error

2004-04-02 Thread Thomas D. Zeimet
apache2/modules/mod_jk2.so': No such > > file or directory > > make[1]: *** [../../../build/jk2/apache2/mod_jk2.so] Error 1 > > make[1]: Leaving directory > > > `/usr2/download/jk/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2' > > make: *

Re: mod_jk2 build error

2004-04-02 Thread Walter Truitt
irectory > `/usr2/download/jk/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2' > make: *** [jk2-build] Error 1 > > The ./configure step ends with the following: > checking for rm... /bin/rm > checking for grep... /bin/grep > checking for echo... /bin/echo > c

RE: mod_jk2 build error

2004-04-02 Thread Yiannis Mavroukakis
: Thomas D. Zeimet [mailto:[EMAIL PROTECTED] Sent: 02 April 2004 05:42 To: [EMAIL PROTECTED] Subject: mod_jk2 build error Hi, I am trying to build the latest release of the JK2 connector: jakarta-tomcat-connectors-jk2-2.0.4-src. I'm running Red Hat Linux 9.0, Apache httpd-2.0.49 and Tomcat

mod_jk2 build error

2004-04-01 Thread Thomas D. Zeimet
irectory `/usr2/download/jk/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2' make: *** [jk2-build] Error 1 The ./configure step ends with the following: checking for rm... /bin/rm checking for grep... /bin/grep checking for echo... /bin/echo checking for sed... /bin/sed checki

Re: Connector build error

2004-03-22 Thread Rick Lutowski
Adam Fowler wrote: > > Hi, > > This made me a bit miffed too. The developers have changed the > jk/native2/README.txt to explain how to do it natively. Here is the post to > the dev list below. > > If you get some annoying message saying "could not find library -lapr-0" > then fear not. You eith

RE: Connector build error

2004-03-22 Thread Adam Fowler
arch 2004 17:01 To: Tomcat Users List Subject: Connector build error Am trying to build the .so connector to integrate tomcat 4.1.30 with apache 2.0.48 on debian linux. Both tomcat and apache are up and running just fine individually, but need a mod_jk2.so Ajp13 connector to get a servlet working

Connector build error

2004-03-22 Thread Rick Lutowski
Am trying to build the .so connector to integrate tomcat 4.1.30 with apache 2.0.48 on debian linux. Both tomcat and apache are up and running just fine individually, but need a mod_jk2.so Ajp13 connector to get a servlet working. The current connectors source distribution jakarta-tomcat-connecto

RE: JK2 Build Error

2003-11-20 Thread Dennis McRitchie
---Original Message- > From: Andy Eastham [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 19, 2003 4:21 AM > To: Tomcat Users List > Subject: RE: JK2 Build Error > > > Bill, > > The problem is that the apache runtime library cannot be located. > > I just

RE: JK2 Build Error

2003-11-19 Thread Andy Eastham
003 02:03 > To: [EMAIL PROTECTED] > Subject: JK2 Build Error > > > I am sure you all have heard this before, and can give me some direction > on how to solve this problem. > > When I go to 'make' the jk2 module, I get the following build error: > > /usr/bin/

JK2 Build Error

2003-11-18 Thread Bill R
I am sure you all have heard this before, and can give me some direction on how to solve this problem. When I go to 'make' the jk2 module, I get the following build error: /usr/bin/ld: cannot find -lapr-0 collect2: ld returned 1 exit status I am running Redhat 9 jakarta-tomcat-5.0

Re: Jakarta Connectors build error

2003-01-06 Thread Jean-Luc BEAUDET
Well, it seems yu've got some pbs with apr. I use to work with Apache 1.3.26, not Apache 2.x. It seems that Apache 2 is build including apr This is an excerpt of the build.properties.sample. # APR location - by default the version included in Apache2 is used. # Don't edit unless you install 'stand

Jakarta Connectors build error

2003-01-02 Thread David Orriss Jr
Hi, When I try to build the libjkjni.so library I'm getting this set messages/errors: -lcrypt -L/usr/local/apache2/lib -lapr -Wl,-soname -Wl,libjkjni.so -o .libs/libjkjni.so [so] StdErr: [so] /usr/bin/ld: cannot find -lapr [so] collect2: ld returned 1 exit status BUILD FA

Re: tomcat build error

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Nick Wesselman wrote: > Date: Tue, 29 Jan 2002 07:20:43 -0600 > From: Nick Wesselman <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: tomcat build error

tomcat build error

2002-01-29 Thread Nick Wesselman
while building tomcat: H:\tomcat_build\jakarta-tomcat-4.0\webapps\tomcat-docs\build.xml:80: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found am i just missing something from my classpath?? do i need to download Xalan

build error

2001-11-17 Thread Papo Napolitano
Hi! I'm getting this error when I make a rebuild of a WebApp. I think that I have some problem saving the sessions to be loadef after the rebuild, but I couldn't solve it. Any idea ?? I'm using Tomcat 4.0 with JBoss. Cheers, Papo. <-- [EmbeddedCatalinaServiceSX] StandardManager[/bcu]: Seedi

RE: build error

2001-07-20 Thread Farag, Hany M (Hany)
Still getting the same error ! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 5:01 PM To: '[EMAIL PROTECTED]' Subject: Re: build error On Thu, 19 Jul 2001, Farag, Hany M (Hany) wrote: > Hi, > I'm

Re: build error

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Farag, Hany M (Hany) wrote: > Hi, > I'm getting these errors although I added the servlets jar as a java ext. > > build-main: > [javac] Compiling 2 source files to > /home/hfarag/JAKARTA_HOME/Jakarta-tomcat4.0/jasper/build/classes > [javac] > /home/hfarag/JAKARTA

build error

2001-07-19 Thread Farag, Hany M (Hany)
Hi, I'm getting these errors although I added the servlets jar as a java ext. build-main: [javac] Compiling 2 source files to /home/hfarag/JAKARTA_HOME/Jakarta-tomcat4.0/jasper/build/classes [javac] /home/hfarag/JAKARTA_HOME/Jakarta-tomcat4.0/jasper/src/share/org/apache/jasp er/compiler

Re: Build error

2001-04-26 Thread Shih Chin Yang
Barbara: Thanks for your response, actually I did what you said, echo $JAVA_HOME gave me /usr/java/jdk1.3.0_02 , which is where I installed JDK Shih-Chin Barbara Baughman wrote: > The fact that javac runs may only mean you have the jdk directory in your > PATH environment variable. If you are

Re: Build error

2001-04-26 Thread Barbara Baughman
The fact that javac runs may only mean you have the jdk directory in your PATH environment variable. If you are on unix, use the command echo $JAVA_HOME to see its definition. I think the JAVA_HOME environment variable is not used by jdk at all. Barbara Baughman On Thu, 26 Apr 2001, Shih Chin

Build error

2001-04-26 Thread Shih Chin Yang
Hi! I just downloaded Tomcat 3.2.1 source, then followed the README to build, unfortunately I got the following error message BUILD FAILED /usr/local/shih/jakarta/jakarta-tomcat/build.xml:94: Cannot use classic compiler, as it is not available A common solution is to set the environment variable

Re: A latest nigtly build error with MySQL

2001-04-24 Thread Arnaud Dostes - NTI
> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 2:56 PM Subject: Re: A latest nigtly build error with MySQL > I'm just speculating, but are transactions supported in the version of MySQL > you are using? > > "Park, Sung-Gu" wrote: > > > The error me

Re: A latest nigtly build error with MySQL

2001-04-24 Thread Noel E. Lecaros
I'm just speculating, but are transactions supported in the version of MySQL you are using? "Park, Sung-Gu" wrote: > The error message is like : > > Starting service Tomcat-Standalone > Apache Tomcat/4.0-b4-dev > Catalina.start: LifecycleException: Exception opening database connection: > jav >

A latest nigtly build error with MySQL

2001-04-21 Thread Park, Sung-Gu
The error message is like : Starting service Tomcat-Standalone Apache Tomcat/4.0-b4-dev Catalina.start: LifecycleException: Exception opening database connection: jav a.sql.SQLException: Cannot disable AUTO_COMMIT LifecycleException: Exception opening database connection: java.sql.SQLExcepti o

build error

2001-04-09 Thread Deidra Powell
I'm trying to create a new context. When I run the build script I get the following error: Buildfile: build.xml Project base dir set to: /local/apps/tomcat,v3.1.1/jakarta-tomcat/webapps/devJSP BUILD CONFIG ERROR: Could not create task of type: copy because I can't find it in the list of task cla