Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Henri Gomez wrote: Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: linux binaries and rpms to be released tomorrow ;) While

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: Henri Gomez wrote: Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: linux binaries and rpms to be released

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Probably libtool. The one of the Apache 2.0.43 you are using. What's the heck with libtool again ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: Probably libtool. The one of the Apache 2.0.43 you are using. What's the heck with libtool again ? Look in the build/jk2/apache2/jkjni.la Probably there is a jkjni.a instead jkjni.so there. May be you only have a libapr-0.a in your Apache 2.0.43. -- To

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
While building with Apache-1.3 I have the problem that it only builds with apxs: cd jk/native2/server/apache13; gmake -f Makefile.apxs Trying make in jk/native2 shows that the Makefile.in was not ready for releasing: - miss libtool - miss -rpath $apache_modules_dir when making the mod_jk2.so

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: Probably libtool. The one of the Apache 2.0.43 you are using. What's the heck with libtool again ? Look in the build/jk2/apache2/jkjni.la Probably there is a jkjni.a instead jkjni.so there. Yes jkjni.la and jkjni.a May be you only have

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Henri Gomez wrote: Probably libtool. The one of the Apache 2.0.43 you are using. What's the heck with libtool again ? Look in the build/jk2/apache2/jkjni.la Probably there is a jkjni.a instead jkjni.so there. Yes jkjni.la and

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Clere, Jean-Frederic wrote: While building with Apache-1.3 I have the problem that it only builds with apxs: cd jk/native2/server/apache13; gmake -f Makefile.apxs The next problem is that this mod_jk2.so is not ok: +++ bash-2.03$ bin/apachectl start Syntax error on line 224 of

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote: Clere, Jean-Frederic wrote: While building with Apache-1.3 I have the problem that it only builds with apxs: cd jk/native2/server/apache13; gmake -f Makefile.apxs The next problem is that this mod_jk2.so is not ok: +++ bash-2.03$ bin/apachectl start Syntax error

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Very weird. Send me the complete output of make. here it is : httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix ../../../build/jk2/apache2/jk_jni_aprImpl.lo ../../../build/jk2/apache2/jk_channel_apr_socket.lo ../../../build/jk2/apache2/jk_channel.lo ../../../build/jk2/apache2/jk_channel_jni.lo

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: jean-frederic clere wrote: Clere, Jean-Frederic wrote: While building with Apache-1.3 I have the problem that it only builds with apxs: cd jk/native2/server/apache13; gmake -f Makefile.apxs The next problem is that this mod_jk2.so is not ok: +++ bash-2.03$

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: Very weird. Send me the complete output of make. here it is : httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix ../../../build/jk2/apache2/jk_jni_aprImpl.lo ../../../build/jk2/apache2/jk_channel_apr_socket.lo ../../../build/jk2/apache2/jk_channel.lo

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote: Henri Gomez wrote: Very weird. Send me the complete output of make. here it is : httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix ../../../build/jk2/apache2/jk_jni_aprImpl.lo ../../../build/jk2/apache2/jk_channel_apr_socket.lo

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
BTW: How did you build the mod_jk2.so for Apache-2.0? mod_jk2.so didn't link against libapr, since apache2 allready provideit, but jkjni need it, that's why the build work for mod_jk2. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote: BTW: How did you build the mod_jk2.so for Apache-2.0? mod_jk2.so didn't link against libapr, since apache2 allready provideit, but jkjni need it, that's why the build work for mod_jk2. Ok, forget that question! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Henri Gomez
Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: linux binaries and rpms to be released tomorrow ;) -- To unsubscribe, e-mail:

RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Carlos Ventura
, 2002 10:35 AM To: Tomcat Developers List Subject: Re: [ANNOUNCEMENT] JK2-2.0.2 released Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release /v 2.0.2/ For now binaries are available for WIN32

RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread micael
Computacionales ITESM Campus Chihuahua Tel. (52 14) 4395000 ext. 4018 Web Site: http://www.chi.itesm.mx -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 10:35 AM To: Tomcat Developers List Subject: Re: [ANNOUNCEMENT] JK2-2.0.2 released

[ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Mladen Turk
Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: Changes between JK2 2.0.1 and JK2 2.0.2: * Fix the bug 14293. Thanks to Martin Kraemer for his help.

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread jean-frederic clere
Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: I will do the Solaris8 binaries tomorrow morming (I am at GMT+1). Changes between