Re: Mod_JK 1.2.8, gcc 3.4.3 on Linux RH ES3 - compile error

2005-01-05 Thread John P. Dodge
On Wed, 5 Jan 2005, Thomas Tinnes wrote:

 Mladen,

 No luck, alas. Same error. But thank you for the pointer, all the same.

 [EMAIL PROTECTED] make
 Making all in common
 make[1]: Entering directory
 file or directory
 make[1]: *** [jk_ajp12_worker.lo] Error 1
 make[1]: Leaving directory
 `/tmp/jk/jakarta-tomcat-connectors-1.2.8-src/jk/native/common'
 make: *** [all-recursive] Error 1


  Perhaps the error is caused by space between -I and /usr/local/java
  Have no idea why this happening. I've tested the build on
  RH9 not on RHE3.
 
  Edit the common/Makefile.in and remove the spaces:
  From:
  JAVA_INCL=-I @JAVA_HOME@/include -I @JAVA_HOME@/include/@OS@
  To:
  [EMAIL PROTECTED]@/include [EMAIL PROTECTED]@/include/@OS@
 
  Tell me if that helps.
 
  Mladen.

Try running the buildconf.sh script to build the configure file. Then run
your configure operation. I generally don't have success with the bundled
configure file.



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Has anybody tried using the NSAPI redirector

2003-01-22 Thread John P. Dodge
I don't use the NSAPI redirector but I have built for iPlanet4.1 and
SunONE 6.x and it builds pretty easily. I believe that the 4.1 redirector
works with SunONE 6.0 web server, but it's been a while since I messed
with it.

On Wed, 22 Jan 2003, Sankaranarayanan (Ganesh) Ganapathy wrote:

 Hi All,

 Does it work against the SunONE webserver?

 Also does anybody have prebuild binaries. Does apache intend to make the prebuilt 
binaries for these available as well?

 Thanx in advance for any help.

 --Ganesh

 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: iPlanet 6.0 / Tomcat 4.1.18 / W2k

2003-01-09 Thread John P. Dodge
You are probably going need to compile it yourself from the source. I have
compiled it on Solaris and it is pretty simple, but I don't know about
Win32.


On Thu, 9 Jan 2003, Pipho Matt wrote:

 We are trying to run Tomcat 4.1.18 as our servlet runner with iPlanet 6.0 as
 the web server on a Windows 2000 server.  We have iPlanet and Tomcat running
 successfully independently of each other.  We now would like to have iPlanet
 forward the servlet requests to Tomcat.

 The problem we are having is that we can't find the nsapi_redirect.dll
 referenced in all of the installation documentation we have read.  We are
 also unable to create one on our own.  The main documentation we have
 referenced is the JK documentation on the apache site.
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/neshowto.html

 We have tried to take the nsapi_redirect.dll from the Tomcat version 3.3 and
 edited our obj.conf file to reference this .dll and it still did not
 correctly redirect.

 Has anyone done this or could provide us with some more documentation.

 Thanks,
 Matt Pipho
 319 292-5566


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [OFF TOPIC] in-process spell check?

2002-10-01 Thread John P. Dodge

I have used JSpell which is a Java app that will do web form spell
checking. As I remember you embed a spell check button in your form and
the contents are spell checked. I don't have the link.

On Tue, 1 Oct 2002, Turner, John wrote:


 Does anyone know of, or have a pointer to, a software application or module
 that will perform spell checking on text submitted from a form?

 The scenario is Tomcat + Apache, JSPs, classes, and servlets.  The idea
 being that if someone accesses a web page, fills out a form, and then
 submits it, the text submitted is spell checked, and appropriate action
 taken depending on the result of the spell check.

 Preferably something that requires little modification to existing code, and
 handles major international languages (French, German, etc).  Open source
 preferred, but commercial apps are no problem.

 Many thanks in advance for any information.

 - John

 
 John Turner
 [EMAIL PROTECTED] | 248-488-3466
 Advertising Audit Service
 http://www.aas.com


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Libtool Error!!!- mod_jk

2002-09-05 Thread John P. Dodge

I had this same issue, try doing a make clean or make distclean and rerun
libtool.sh. You could also specify HOST=systype on the configure line.
It seemed to me that this comes up when configure or libtool is havinf
trouble sniffing out the system type. I seem to remember that the make
clean and rerun libtool is what worked.


On Thu, 5 Sep 2002, Manoj Kithany wrote:

 Hi Raja,

 Libtool simplifies the job by encapsulating both the platform-specific
 dependencies, and the user interface, in a single script.

 Libtool is designed so that the complete functionality of each host type is
 available via a generic interface, but nasty quirks are hidden from the
 programmer.

 Manoj G. Kithany


 From: Raja Sreekanth [EMAIL PROTECTED]
 Reply-To: Raja Sreekanth [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED],
 [EMAIL PROTECTED]
 Subject: Re: Libtool Error!!!- mod_jk
 Date: Thu, 5 Sep 2002 18:39:34 +0530
 
 By the way what this LIBTOOL do.
 
 Sreekanth.
 - Original Message -
 From: Manoj Kithany [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 05, 2002 6:15 PM
 Subject: Libtool Error!!!- mod_jk
 
 
 Hi Experts,
 
 I am getting following LIBTOOL Errors - wonder why. DO any of you Experts
 know how to tackle that - would appreciate that.
 
 I already have libtool on my system.
 
 The Error I get is:
 --
 # make
 Making all in common
 Target all is up to date.
 Making all in apache-1.3
/bin/sh ../libtool --mode=install cp  `pwd`/mod_jk.so
 libtool: install: you must specify a destination
 Try `libtool --help --mode=install' for more information.
 make: 1254-004 The error code from the last command is 1.
 
 Stop.
 make: 1254-004 The error code from the last command is 1.
 
 Stop.
 #
 --
 
 Would really appreciate if you could share it with me.
 
 THANKS!
 
 Manoj G. Kithany
 
 
 
 
 
 _
 MSN Photos is the easiest way to share and print your photos:
 http://photos.msn.com/support/worldwide.aspx
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]




 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Libtool Error!!!- mod_jk (fwd)

2002-09-05 Thread John P. Dodge

sorry that should be make clean and rerun buildconf.sh.


I had this same issue, try doing a make clean or make distclean and rerun
libtool.sh. You could also specify HOST=systype on the configure line.
It seemed to me that this comes up when configure or libtool is havinf
trouble sniffing out the system type. I seem to remember that the make
clean and rerun libtool is what worked.


On Thu, 5 Sep 2002, Manoj Kithany wrote:

 Hi Raja,

 Libtool simplifies the job by encapsulating both the platform-specific
 dependencies, and the user interface, in a single script.

 Libtool is designed so that the complete functionality of each host type is
 available via a generic interface, but nasty quirks are hidden from the
 programmer.

 Manoj G. Kithany


 From: Raja Sreekanth [EMAIL PROTECTED]
 Reply-To: Raja Sreekanth [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED],
 [EMAIL PROTECTED]
 Subject: Re: Libtool Error!!!- mod_jk
 Date: Thu, 5 Sep 2002 18:39:34 +0530
 
 By the way what this LIBTOOL do.
 
 Sreekanth.
 - Original Message -
 From: Manoj Kithany [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, September 05, 2002 6:15 PM
 Subject: Libtool Error!!!- mod_jk
 
 
 Hi Experts,
 
 I am getting following LIBTOOL Errors - wonder why. DO any of you Experts
 know how to tackle that - would appreciate that.
 
 I already have libtool on my system.
 
 The Error I get is:
 --
 # make
 Making all in common
 Target all is up to date.
 Making all in apache-1.3
/bin/sh ../libtool --mode=install cp  `pwd`/mod_jk.so
 libtool: install: you must specify a destination
 Try `libtool --help --mode=install' for more information.
 make: 1254-004 The error code from the last command is 1.
 
 Stop.
 make: 1254-004 The error code from the last command is 1.
 
 Stop.
 #
 --
 
 Would really appreciate if you could share it with me.
 
 THANKS!
 
 Manoj G. Kithany
 
 
 
 
 
 _
 MSN Photos is the easiest way to share and print your photos:
 http://photos.msn.com/support/worldwide.aspx
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]




 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Any one knows how to compile, install mod_jk on Apache2 andTomca t4.0.3?

2002-05-15 Thread John P. Dodge

Use the buildconf.sh script to build the configure script and then run
configure. You will need tge GNU tools autoconf, automake and aclocal.

cd ./jakarta-tomcat-connectors/jk/native/

./buildconf.sh
   output
   libtoolize --force --automake
   automake -a --foreign -i
   aclocal
   autoconf
   ---end---

./configure --with-apxs=path to apache2.0 apxs \
--with-java-home=${JAVA_HOME} \
--with-java-platform=2
--enable-jni



On Wed, 15 May 2002 [EMAIL PROTECTED] wrote:

 Hi,
 If any one knows how to install mod_jk AJP on Apache2 and Tomcat4.0.3.
 Please show us here. Many people here are having problem with that. I even
 don't know if it will work for Apache2 and Tomcat4.0.3.

 This is what I've tried:

 to go:
 {jakarta-tomcat-3.2.4-src}/src/native/apache2.0

 type:

 $A{PACHE2_HOME}/bin/apxs -o mod_jk.so -c -I ${JAVA_HOME}/include -I
 ${JAVA_HOME}/include/solaris -I ../jk/ -l posix4 -D SOLARIS *.c ../jk/*.c

 I got errors:
 mod_jk.c:75: util_date.h: No such file or directory
 mod_jk.c:76: http_conf_globals.h: No such file or directory
 apxs:Error: Command failed with rc=65536


 This command works for apache1.3


 Thank you in advance.

 Yunming



Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Refrain: tomcat4.0.1-apache.1.3.19-mod_webapp

2001-11-27 Thread John P. Dodge

You might try dowloading the mod_webapp CVS source from
http://nagoya.apache.org/~pier/snapshots/ and build it. It includes a
warp.jar file that needs to replace the one with the tomcat 4.0.1
distribution.


On Tue, 27 Nov 2001, Alberto Bolchini wrote:

 Yup!

 -=(
 -=(
 -=(Alberto Bolchini wrote:
 -=(
 -=( Hi all.
 -=(
 -=( I've been searching for soultins around but haven't come up with
 -=( anything working yet.
 -=(
 -=( I have a x86 Linux/Suse7.2 box with Apache 1.3.19 and Tomcat 4.0.1
 -=( installed.
 -=( I have downloaded the binary version of mod_webapp.so and
 -=(configured
 -=(
 -=( Alberto Bolchini
 -=( Engitel s.r.l.
 -=( C.so Buenos Aires 79
 -=( 20124 MILANO
 -=( tel. +39 02 6693337
 -=( fax. +39 02 67077880
 -=( http://www.engitel.com
 -=(
 -=( --


Mon aéroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Compile mod_jk fails: tomcat 3.2.1 + apache 1.3.9

2001-06-15 Thread John P. Dodge

You are using the broken Sun C compiler. Use GNU gcc from
http://sunfreeware.com.


On Thu, 14 Jun 2001, William Ho wrote:

 Hi there,
 
 My configuration is as follows:
 Tomcat 3.2.1
 Apache 1.3.9
 Solaris 7
 J2SE 1.3.0_02 (not used in this compilation)
 
 I'm trying to compile mod_jk on Solaris 2.7. Here's what I did:
 
 (1) cd to .../jakarta-tomcat-3.2.1-src/src/native/apache1.3
 (2) make sure apxs aliased to the correct file, in this case is
 .../apache/bin/apxs
 (3) since the apxs script uses cc, I checked the cc version. It is Workshop
 Compilers 4.2
 (4) from the webpage
 http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html, I use the
 following command to compile, using my own java 1.3 (j2se downloaded from sun):
 
 apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/j2se/include
 -I/usr/j2se/include/solaris -c *.c ../jk/*.c
 
 Warnings and Errors:
 
 cc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -KPIC -DSHARED_MODULE
 -I/kitimat1/apache/include -I../jk -I/usr/j2se/include
 -I/usr/j2se/include/solaris -DSOLARIS  -c
 ../jk/jk_jni_worker.c../jk/jk_jni_worker.c, line 731: warning: assignment type
 mismatch:
  
 pointer to function(pointer to pointer to pointer to const struct
 JNIInvokeInterface_ {pointer to void reserved0, pointer to... = pointer to
 void../jk/jk_jni_worker.c, line 732: warning: assignment type
 mismatch:
  
 pointer to function(pointer to void) returning long = pointer to void
 
 cc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -KPIC -DSHARED_MODULE
 -I/kitimat1/apache/include -I../jk -I/usr/j2se/include
 -I/usr/j2se/include/solaris -DSOLARIS  -c
 ../jk/jk_uri_worker_map.c../jk/jk_uri_worker_map.c, line 349: warning:
 initializer does not fit or is out of range: -1
 ../jk/jk_uri_worker_map.c, line 438: warning: newline not last character in
 file 
 
 cc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -KPIC -DSHARED_MODULE
 -I/kitimat1/apache/include -I../jk -I/usr/j2se/include
 -I/usr/j2se/include/solaris -DSOLARIS  -c ../jk/jk_util.c../jk/jk_util.c, line
 211: missing operand../jk/jk_util.c, line 223: missing operand cc: acomp
 failed for ../jk/jk_util.c apxs:Break: Command failed with rc=131072
 
 Do you have any ideas on this? Thanks a lot.
 Also, do you know if anybody has uses the same apache, tomcat and solaris
 versions and can make it work? Any help will be very much appreciated.
 
 =
 Best regards,
 Will.
 Declaration: My postings are not related to my employer in any sense.
 =
 


Mon aeroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services




RE: mod_jk and mod_perl

2001-06-06 Thread John P. Dodge

I run mod_jk as a DSO and mod_perl as static linked. The mod_perl docs
indicate that DSO operation is still experimental but I think it is OK
now. If you run mod_perl as a DSO it disables the PERL_SSI capability
(this is embeding Perl code in HTML). My configuration runs everything as
a DSO except mod_perl (libperl.a) and mod_include (for Perl SSI). So you
should be fine running mod_jk and mod_perl.



On Tue, 5 Jun 2001 [EMAIL PROTECTED] wrote:

 We're running perl 5.005_03 on Solaris 2.6/sparc.  When I go to build
 mod_perl as a DSO, I get:
 
 * ERROR *
 
   Your current configuration will most likely trigger core dumps,
 suggestions:
*) Do not configure mod_perl as a DSO
*) Upgrade your Perl version to 5.6.0 or higher (w/ -Ubincompat5005)
*) Configure Perl with -Uusemymalloc (not recommended for performance)
 
 
 * ERROR *
 
 We're not in a position to upgrade perl or reconfigure perl.  So I can't
 build mod_perl as a DSO.
 
 My options are (in order of preference):
 - build apache with mod_perl (statically) and mod_so.  Then to load mod_jk
 with apxs.
 - build apache with mod_perl and mod_jk statically.
 - run two apache instances.  The first one will have mod_so and mod_jk and
 will handle requests for servlets and static pages.  The second will have
 mod_perl and will handle perl requests.
 
 If you, or anyone else, has any advice, I'd be stoked.
 
 Thanks,
 * * * John
 
 
 -Original Message-
 From: Jeff Kilbride [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 4:53 PM
 To: [EMAIL PROTECTED]
 Subject: Re: mod_jk and mod_perl
 
 
 I've run both mod_jk and mod_perl as dynamically linked modules in the past,
 but not statically. The dynamic modules were very easy to get running.
 
 Any reason it has to be statically compiled?
 
 Thanks,
 --jeff
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 05, 2001 3:48 PM
 Subject: mod_jk and mod_perl
 
 
  Hello,
 
  I'm trying to build a statically linked version of apache v1.3.19 with
  mod_jk (from tomcat v3.2.1) and mod_perl v1.25 for Solaris 2.6/sparc.  Has
  anyone successfully done this before?  I can build apache with mod_jk and
  apache with mod_perl, but I haven't been able to build apache with both
  modules.  I've searched this mailing list and several others and have made
  no progress.  My next step is to deconstruct the mod_jk makefile to fit
 the
  source into $APACHE_SRC/src/modules/jk.  Any hints are appreciated.
 
  Thanks,
  * * * John Ubante
 
 


Mon aeroglisseur est plein d'anguilles
John P. Dodge
Boeing Shared Services




Re: Failure to compile mod_jk

2001-05-09 Thread John P. Dodge

The mod_jk.so module will not work with Apache 2.0.x, you must use v1.3.x.


On Wed, 9 May 2001 [EMAIL PROTECTED] wrote:

 A newbie question, I fear.
 
 In trying to compile mod_jk.c from Tomcat 3.2.1 against Apache 2.0.16 on Solaris
 2.7, I get the following message:
 
 ~/local/apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include
 -I/usr/java/include/solaris -c *.c ../jk/*.c
 libtool --silent --mode=compile gcc  -I/u/rday/local/apache/include -I../jk
 -I/usr/java/include -I/usr/java/include/solaris -DSOLARIS  -c mod_jk.c  touch
 mod_jk.slo
 mod_jk.c:76: http_conf_globals.h: No such file or directory
 apxs:Break: Command failed with rc=65536
 
 I'm assuming that the file should be in the apache include, but isn't. Is there
 another place it should be?
 
 I've looked in the mail archive and the FAQ but I can't see any mention of this
 problem - could someone point me at the right part of the FAQ, please?
 
 Roger
 
 


Mon aeroglisseur est plein d'anguilles

John P. Dodge
Boeing Shared Services Group





Re: mod_jk broken for Apache 2.0 was Re: Failure to compile mod_jkon Solaris

2001-05-09 Thread John P. Dodge

Mod_jk does not work with v2.0.

On Wed, 9 May 2001 [EMAIL PROTECTED] wrote:

 Having looked through all the docs and CVS, it seems that the include file in
 question was from an older version of Apache.
 
 Is it best to use 1.3.19? Does mod_jk work at all with Apache 2.0? Is it best to
 use Linux?
 
 At 5/9/2001 10:57:56 AM, Roger Day wrote:
 #  A newbie question, I fear.
 #
 #  In trying to compile mod_jk.c from Tomcat 3.2.1 against Apache 2.0.16 on
 Solaris
 #  2.7, I get the following message:
 #
 #  ~/local/apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include
 #  -I/usr/java/include/solaris -c *.c ../jk/*.c
 #  libtool --silent --mode=compile gcc  -I/u/rday/local/apache/include -I../jk
 #  -I/usr/java/include -I/usr/java/include/solaris -DSOLARIS  -c mod_jk.c 
 touch
 #  mod_jk.slo
 #  mod_jk.c:76: http_conf_globals.h: No such file or directory
 #  apxs:Break: Command failed with rc=65536
 #
 #  I'm assuming that the file should be in the apache include, but isn't. Is
 there
 #  another place it should be?
 #
 #  I've looked in the mail archive and the FAQ but I can't see any mention of
 this
 #  problem - could someone point me at the right part of the FAQ, please?
 #
 #  Roger
 #
 #
 Roger
 
 


Mon aeroglisseur est plein d'anguilles

John P. Dodge
Boeing Shared Services Group





Re: Can't compile mod_jk on Ultra 60 / Solaris 7

2001-05-08 Thread John P. Dodge

Looks like you are using either an older version of gcc or a version from
an earlier Solaris version. Get gcc v2.95.2 compiled for Solaris2.7 from
http://sunfreeware.com

On Tue, 8 May 2001, Thomas Valine wrote:

 Hi, I'm having trouble compiling mod_jk on Solaris
 below is the compiler output.  I am using the
 build_solaris.sh script.  My system is Ultra60
 running solaris7
 
 Thanks,
 Tom
 
 


Mon aeroglisseur est plein d'anguilles

John P. Dodge
Boeing Shared Services Group





Re: Trouble with mod_jk.so

2001-05-04 Thread John P. Dodge

ap_table_get is defined in the Apache httpd executable linked in at
compile time from src/main/libmain.a and referenced in mod_jk.so (and most
others). How did you compile Apache? Does it run without the
mod_jk.so LoadModule inclusion?


On Fri, 4 May 2001, Montgomery, Kendal L wrote:

 Hello all,
 
 I have built Apache 1.3.19 and tomcat 3.2.1, but I'm having trouble getting
 my mod_jk.so to work.  I just build it also, but when I try to run apache
 with this module loaded I get:
 
 Syntax error on line 203 of
 /home/01/klmontg/servers/etc/httpd/conf/httpd.conf:
 Cannot load /home/01/klmontg/servers/usr/apache/libexec/mod_jk.so into
 server: l
 d.so.1: /home/01/klmontg/servers/usr/apache/bin/httpd: fatal: relocation
 error:
 file /home/01/klmontg/servers/usr/apache/libexec/mod_jk.so: symbol
 ap_table_get:
  referenced symbol not found
 
 BTW - I am running SunOS 5.6 sparc.
 
 I have used the instructions for compiling mod_jk from the user guide, as
 well as some other things, but am having no luck. 
 
 I can't figure this one out, so any help is appreciated!
 
 Kendal L. Montgomery
 Qwest - eFlow Development Team
 614-215-4937
 


Mon aeroglisseur est plein d'anguilles

John P. Dodge
Boeing Shared Services Group





Re: mod_jk on Solaris 8

2001-03-30 Thread John P. Dodge

Just ignore that directive for mod_jk. Did you try to fix your apxs script
and recompile mod_jk?


On Fri, 30 Mar 2001, Ryan J. McDonough wrote:

 Okay, seems like this system is missing even more things. I look at this 
 line:
 
 my $CFG_CFLAGS= q( -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI 
 -I/usr/local/include -DUSE_EXPAT -I../lib/expat-lite`../apaci`);
 
 And I quickly realize that I more than likely do not have expat-lite 
 (assuming that that is what apxs is looking for,). If that is the case 
 where can I find this code? Thanks.
 
 Ryan-
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group





Re: mod_jk on Solaris 8

2001-03-29 Thread John P. Dodge

Here is the apxs configuration section using gcc:
##
##  Configuration
##

my $CFG_TARGET= q(httpd);# substituted via
Makefile.tmpl 
my $CFG_CC= q(gcc);# substituted via
Makefile.tmpl
my $CFG_CFLAGS= q( -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI
-I/usr/local/include -DUSE_EXPAT -I../lib/
expat-lite `../apaci`);# substituted via Makefile.tmpl
my $CFG_CFLAGS_SHLIB  = q(-fPIC -DSHARED_MODULE);  # substituted via
Makefile.tmpl
my $CFG_LD_SHLIB  = q(ld);  # substituted via Makefile.tmpl
my $CFG_LDFLAGS_SHLIB = q(-G); # substituted via Makefile.tmpl 
my $CFG_LIBS_SHLIB= q();# substituted via Makefile.tmpl 
my $CFG_PREFIX= q(/export/home/test/apache8368);#
substituted via APACI install
my $CFG_SBINDIR   = q(/export/home/test/apache8368/bin);   #
substituted via APACI install
my $CFG_INCLUDEDIR= q(/export/home/test/apache8368/include);#
substituted via APACI install
my $CFG_LIBEXECDIR= q(/export/home/test/apache8368/libexec);#
substituted via APACI install
my $CFG_SYSCONFDIR= q(/export/home/test/apache8368/conf);#
substituted via APACI install




On Thu, 29 Mar 2001, Ryan J. McDonough wrote:

 
 Building mod_jk
 gcc -DSOLARIS -DUSE_EXPAT -I../lib/expat-lite -G -Kpic 
 -I/usr/apache/include -I../common -I/usr/j2se/include 
 -I/usr/j2se/include/solaris  -c ../common/jk_ajp12_worker.c
 gcc: unrecognized option `-Kpic'
 
 And it hangs there for ever. What else do I need to do?


--
"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group





RE: iPlanet How To = Netscape How-To ???

2001-03-26 Thread John P. Dodge

Yes, you should have no problem using Tomcat with iPlanet4.1. I have used
it with NES3.6 and we use Allaire JRun 3.0 with iPlanet4.1 without any
problems. Sorry I don't have any specific instructions for you but iPlanet
and NES use the same configuration file mechanism so it should not be
terribly different.


 On Mon, 26 Mar 2001, Hawkins, Keith (Keith) wrote:

  
 So... now that I've answered your question.  Do you have an answer for
 mine?   Can I run Tomcat with iPlanet or not? Has anyone done this?
  
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group





Re: Compatibility with different flavors of UNIX

2001-03-23 Thread John P. Dodge

I don't know about AIX but building mod_jk on HPUX is problematic to the
point of being unworkable. On HPUX apache, mod_ssl, tomcat build fine. As
a side note HP is bundling Apache-mod_ssl-mod_jserv-Tomcat with
HPUX11.11.

On Fri, 23 Mar 2001, Simon McMenzie wrote:

 Will the components above ALL run on HP and AIX? More specifically, when
 building mod_jk on Solaris, one runs
 
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group





Re: A strange question

2001-03-15 Thread John P. Dodge

There is no problem running both compilers, one does not affect the other.
GCC is installed in a completly different directory and does not impact
either the generic (broken) Sun cc or the SunPro C compiler.

On Thu, 15 Mar 2001, Martin Mauri wrote:

 Does anybody know what could happen if I install the gcc compiler from
www.sunfreeware.com and I've still have the built-in cc compiler
installed? May gcc affect the cc behaivour?
 I'm writing this because I have to compile the mod_jk module and I
 want the gcc compiler...
 
 thanks!
 
 Martin
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group





RE: error loading mod_jk.so

2001-03-15 Thread John P. Dodge

Perhaps you need to compile/link with the resolver lib. On Solaris this is
libresolv.so. On FreeBSD it may be some other lib, use the nm command to
dump the lib symbol tables (i.e. nm /usr/lib/lib* | grep "map_nam*") then
add -llibname to the apxs build command.



On Thu, 15 Mar 2001, Mike Braden wrote:

 I've seen this before, but don't recall the particular solution.
 
 Are you sure you have DSO support in apache?
 
 # /usr/local/apache/bin/httpd -l
 Compiled-in modules:
   http_core.c
   mod_so.c
 
 mod_so.c should be there.
 
 Maybe a search of the list archive would turn something up.
 
 Mike.
 --
 Mike Braden
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 
 -Original Message-
 From: Thomas Borland [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 14, 2001 3:53 PM
 To: tomcat user
 Subject: error loading mod_jk.so
 
 
 Hello,
 
 I've compile mod_jk.so for FreeBSD 4.1 using Makefile.freebsd that comes
 with the source tar (under dir apache1.3). I now receive the following
 error while trying to start Apache.
 
 Syntax error on line 8 of
 /usr/local/jakarta-tomcat-3.2.1/conf/mod_jk.conf-atuo:
 Cannot load /usr/local/libexec/mod_jk.so into server:
 /usr/local/libexec/mod_jk.so: Undefined symbol "map_name_at"
 /usr/local/sbin/apachectl start: httpd could not be started
 
 Any suggestions how to fix this would be greatly appreciated.
 
 Thanks
 Tom
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group





RE: Building Apache and Tomcat in HPUX and AIX

2001-03-12 Thread John P. Dodge

Building the mod_jk connector is problematic on HPUX, I don't know about
AIX. HP bundles Apache/Tomcat with mod_jserv in HPUX11.11, Oracle does
this as well.


 
   Is it possible to build and run the apache and tomcat on
   the operating systems HPUX and AIX?
 
   On which platforms does the apache/tomcat run?
 
 
   Thomas
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Compiling mod_jk on HPUX11.00

2001-02-21 Thread John P. Dodge

Has anyone been successfull in getting mod_jk to compile and run on
HPUX11.00. I have searched the list and found the response from "Matchim,
Brian - BOP/BDP" [EMAIL PROTECTED]. I am having problems getting
past the "dlopen - unresolved symbol" problem that Brian talks about. I am
unable to use the GCC compiler and am using the HP C compiler. Brian
mentions that "dlopen" is available for 64-bit compilers but the source
code must me modified to use the equivalent "shl_open" function for 32-bit
compilers. Does anyone have source code with this fix applied?


Thanks



"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Compiling mod_jk on HPUX11.00

2001-02-21 Thread John P. Dodge

Great, I'll take any help you can provide to ge this working. I am using
Apache1.3 also and I don't care about JNI.





Thanks



On Wed, 21 Feb 2001, Mike Braden wrote:

 I was able to get mod_jk built on an hpux 11 l-class using gcc.
 
 I wasn't able to get the dl stuff working (dlopen, dlclose, etc.).
 
 I ended up changing a few things and removing support for JNI, which was the
 only part that uses the dl stuff.  For my install, I won't use jni,
 I'm using apache 1.3 and it isn't recommended anyway.
 
 I was trying to create a build script, but with all of the changes it
 doesn't look like something easy to automate.  I can clean up my notes
 and send you a copy if you can get by without jni.
 
 Mike.
 --
 Mike Braden
 [EMAIL PROTECTED]
 
 


"Mon aeroglisseur est plein d'anguilles"

John P. Dodge
Boeing Shared Services Group



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]