You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marc Muncke <mm...@primary.at> on 2003/07/03 13:18:38 UTC

can not build jk or jk2

Hi

I am can not get jk or jk2 connector compiled (ant).
I think, there are files missing in the package ?

when I use jk from :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.4/

and type >ant
i recieve this error: 

BUILD FAILED
file:/home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/build.xml:139: Warning: 
Could not find file /home/mm/jakarta-tomcat-connectors-jk-1.2.4-
src/coyote/build/lib/tomcat-coyote.jar to copy.

coyote directory is not in the archive...

when I try the same with j2k from :
http://jakarta.apache.org/builds/jakarta-tomcat-
connectors/jk2/release/v2.0.2/src/

and type ant in the directory where the archive was extracted to I recieve :

coyote:

BUILD FAILED
file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11: 
Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not exist

----------
can someone give me a hint where I get an archive that has all files included 
that are needed for the build.xml to build j2k 2.0.2 ?

regards

Marc Muncke


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Help: can not build jk or jk2

Posted by Dumisani Nlebgwa <dn...@ic.sunysb.edu>.
Hi again guys,
okay so i did ./buidconf.sh
hen i proceeded to do ./configure --with-apxs=/usr/sbin/apxs'
Now when I go on to do  'make', i get a bunch of errors, here is a sample
__________________________________________________________________________
i386-redhat-linux-gcc: ../common/jk_ajp_common.lo: No such file or
directory
i386-redhat-linux-gcc: ../common/jk_context.lo: No such file or directory
make[1]: *** [mod_jk.la] Error 1
make[1]: Leaving directory
`/home/dumisani/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native/apache-2.0'
make: *** [all-recursive] Error 1
__________________________________________________________________________
Any Ideas on what I should do?

-D

















> >
> > Marc Muncke
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
>
>
>
> --
> Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: can not build jk or jk2

Posted by John Turner <to...@johnturner.com>.
First, don't use ant.

Second:  ./configure --with-apxs=/some/path/to/apxs; make; make install

John

On Thu,  3 Jul 2003 13:18:38 +0200, Marc Muncke <mm...@primary.at> wrote:

> Hi
>
> I am can not get jk or jk2 connector compiled (ant).
> I think, there are files missing in the package ?
>
> when I use jk from :
>
> http://jakarta.apache.org/builds/jakarta-tomcat- 
> connectors/jk/release/v1.2.4/
>
> and type >ant
> i recieve this error:
>
> BUILD FAILED
> file:/home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/build.xml:139: 
> Warning: Could not find file /home/mm/jakarta-tomcat-connectors-jk-1.2.4-
> src/coyote/build/lib/tomcat-coyote.jar to copy.
>
> coyote directory is not in the archive...
>
> when I try the same with j2k from :
> http://jakarta.apache.org/builds/jakarta-tomcat-
> connectors/jk2/release/v2.0.2/src/
>
> and type ant in the directory where the archive was extracted to I 
> recieve :
>
> coyote:
>
> BUILD FAILED
> file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11: 
> Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not 
> exist
>
> ----------
> can someone give me a hint where I get an archive that has all files 
> included that are needed for the build.xml to build j2k 2.0.2 ?
>
> regards
>
> Marc Muncke
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: can not build jk or jk2

Posted by Marc Muncke <mm...@primary.at>.
done,
thank you

Quoting "Eric J. Pinnell" <er...@iCky.org>:

> HI,
> 
> I'll field this again...  I'm sure it's in the archives by now.  And I
> only know about JK2.  So...
> >
> > BUILD FAILED
> > file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11:
> > Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not
> exist
> 
> 
> I don't use ant.  I use the regular configure/make approach.
> 
> 1.) cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
> 
> 2.) ./configure --with-apxs2=/path/to/apache/bin/apxs
> 
> 3.) make
> 
> 4.) mod_jk2.so should be in:
> jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/
> 
> 
> -e
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: can not build jk or jk2

Posted by "Eric J. Pinnell" <er...@iCky.org>.
HI,

I'll field this again...  I'm sure it's in the archives by now.  And I
only know about JK2.  So...
>
> BUILD FAILED
> file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11:
> Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not exist


I don't use ant.  I use the regular configure/make approach.

1.) cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/

2.) ./configure --with-apxs2=/path/to/apache/bin/apxs

3.) make

4.) mod_jk2.so should be in:
jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/


-e

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: can not build jk or jk2

Posted by John Turner <to...@johnturner.com>.
Did you run buildconf.sh first?

John

On Thu,  3 Jul 2003 15:36:21 +0200, Marc Muncke <mm...@primary.at> wrote:

> that's a good idea , but it did not work here:
>
> /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 #./configure
>
> errors out with : configure: error: Cannot find any WebServer
>
> or :
> /home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native #./configure
>
> file not found
>
> thank you
> Marc
>
> Quoting Atreya Basu <at...@greenfieldresearch.ca>:
>
>> Hi,
>>
>> I tried building with ant also and got no end to errors.  I think that
>> the ANT build requires some extra libraries and some external ant tools
>> also.  The best way to do it is to use configure and then make.
>>
>>
>>
>> _____________________________________
>> Atreya Basu
>> Developer,
>> Greenfield Research Inc.
>> e-mail: atreya (at) greenfieldresearch (dot) ca
>>
>> -----Original Message-----
>> From: Marc Muncke [mailto:mmuncke@primary.at] Sent: July 3, 2003 8:19 AM
>> To: tomcat-user@jakarta.apache.org
>> Subject: can not build jk or jk2
>>
>> Hi
>>
>> I am can not get jk or jk2 connector compiled (ant).
>> I think, there are files missing in the package ?
>>
>> when I use jk from :
>>
>> http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1
>> .2.4/
>>
>> and type >ant
>> i recieve this error:
>>
>> BUILD FAILED
>> file:/home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/build.xml:139:
>> Warning: Could not find file /home/mm/jakarta-tomcat-connectors-jk- 
>> 1.2.4-
>> src/coyote/build/lib/tomcat-coyote.jar to copy.
>>
>> coyote directory is not in the archive...
>>
>> when I try the same with j2k from :
>> http://jakarta.apache.org/builds/jakarta-tomcat-
>> connectors/jk2/release/v2.0.2/src/
>>
>> and type ant in the directory where the archive was extracted to I
>> recieve :
>>
>> coyote:
>>
>> BUILD FAILED
>> file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11: 
>> Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not
>> exist
>>
>> ----------
>> can someone give me a hint where I get an archive that has all files
>> included that are needed for the build.xml to build j2k 2.0.2 ?
>>
>> regards
>>
>> Marc Muncke
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>
>
> Marc Muncke
>
> products & -gramming
> ------------------------------------------------------------------------
> primary.Key.systems                informationstechnologie GmbH & CO KEG
> A-1020 wien, praterstr. 49           tel +43.1.2168538 fax +43.1.2196785
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: can not build jk or jk2

Posted by Marc Muncke <mm...@primary.at>.
that's a good idea , but it did not work here:

/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 #./configure

errors out with : 
configure: error: Cannot find any WebServer

or :
/home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/native #./configure

file not found

thank you
Marc

Quoting Atreya Basu <at...@greenfieldresearch.ca>:

> Hi,
> 
> I tried building with ant also and got no end to errors.  I think that
> the ANT build requires some extra libraries and some external ant tools
> also.  The best way to do it is to use configure and then make.
> 
> 
> 
> _____________________________________
> Atreya Basu
> Developer,
> Greenfield Research Inc.
> e-mail: atreya (at) greenfieldresearch (dot) ca
> 
> -----Original Message-----
> From: Marc Muncke [mailto:mmuncke@primary.at] 
> Sent: July 3, 2003 8:19 AM
> To: tomcat-user@jakarta.apache.org
> Subject: can not build jk or jk2
> 
> Hi
> 
> I am can not get jk or jk2 connector compiled (ant).
> I think, there are files missing in the package ?
> 
> when I use jk from :
> 
> http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1
> .2.4/
> 
> and type >ant
> i recieve this error: 
> 
> BUILD FAILED
> file:/home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/build.xml:139:
> Warning: 
> Could not find file /home/mm/jakarta-tomcat-connectors-jk-1.2.4-
> src/coyote/build/lib/tomcat-coyote.jar to copy.
> 
> coyote directory is not in the archive...
> 
> when I try the same with j2k from :
> http://jakarta.apache.org/builds/jakarta-tomcat-
> connectors/jk2/release/v2.0.2/src/
> 
> and type ant in the directory where the archive was extracted to I
> recieve :
> 
> coyote:
> 
> BUILD FAILED
> file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11: 
> Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not
> exist
> 
> ----------
> can someone give me a hint where I get an archive that has all files
> included 
> that are needed for the build.xml to build j2k 2.0.2 ?
> 
> regards
> 
> Marc Muncke
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


Marc Muncke

products & -gramming
------------------------------------------------------------------------
primary.Key.systems                informationstechnologie GmbH & CO KEG
A-1020 wien, praterstr. 49           tel +43.1.2168538 fax +43.1.2196785

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: can not build jk or jk2

Posted by Atreya Basu <at...@greenfieldresearch.ca>.
Hi,

I tried building with ant also and got no end to errors.  I think that
the ANT build requires some extra libraries and some external ant tools
also.  The best way to do it is to use configure and then make.



_____________________________________
Atreya Basu
Developer,
Greenfield Research Inc.
e-mail: atreya (at) greenfieldresearch (dot) ca

-----Original Message-----
From: Marc Muncke [mailto:mmuncke@primary.at] 
Sent: July 3, 2003 8:19 AM
To: tomcat-user@jakarta.apache.org
Subject: can not build jk or jk2

Hi

I am can not get jk or jk2 connector compiled (ant).
I think, there are files missing in the package ?

when I use jk from :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1
.2.4/

and type >ant
i recieve this error: 

BUILD FAILED
file:/home/mm/jakarta-tomcat-connectors-jk-1.2.4-src/jk/build.xml:139:
Warning: 
Could not find file /home/mm/jakarta-tomcat-connectors-jk-1.2.4-
src/coyote/build/lib/tomcat-coyote.jar to copy.

coyote directory is not in the archive...

when I try the same with j2k from :
http://jakarta.apache.org/builds/jakarta-tomcat-
connectors/jk2/release/v2.0.2/src/

and type ant in the directory where the archive was extracted to I
recieve :

coyote:

BUILD FAILED
file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11: 
Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not
exist

----------
can someone give me a hint where I get an archive that has all files
included 
that are needed for the build.xml to build j2k 2.0.2 ?

regards

Marc Muncke


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org