RE: mod_jk: build problem OpenBSD 2.8

2001-02-07 Thread Palumbo, Mark
I don't know if this helps but on my system, the #define your compile is failing on, is located in: /usr/include/dlfcn.h This appears to be the header file associated with the dynamic-loader library (libdl.a), notice this header file is included at the top of the jk_jni_worker.c...again I don't

AIX build of mod_jk.so - SUCCESS!

2001-02-06 Thread Palumbo, Mark
12:24 PM To: Palumbo, Mark Subject: ld: 0711-244 ERROR: No csects or exported symbols have been saved Mark, To fix this problem for AIX 4.3, try adding the option -bexpall to the CFG_LDFLAGS_SHLIB entry in the apxs script. ie my $CFG_LDFLAGS_SHLIB = q(-bM:SRE -bnoentry -bI

RE: can4t build mod_jk under AIX :-(((

2001-02-02 Thread Palumbo, Mark
Hi Denis, So you used the mod_jserv.so compiled objects and linked them into a mod_jk.so and it works with tomcat(v3.2) and apache(v1.3)? I'm asking because we are also running AIX 4.3 and are currently running apache and tomcat as "standalones" since we don't have the shared load module built,

RE: Compiling mod_jserv.so on AIX for IBM HTTP Server

2001-01-16 Thread Palumbo, Mark
Have you been able to build mod_jk.so for Apache under AIX ? If so, could you please share how you did this? It would be greatly appreciated! Thank you, -Mark- -Original Message- From: Barbara Nelson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:19 PM To: '[EMAIL

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
Jed, Did you notice apxs is "not found"? Perhaps if you give the full path to it or just add it's home to your path...apxs should be located in the bin directory under your apache install. -Mark- -Original Message- From: Jed Duty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

RE: Building mod_jk on Mac OS X

2000-12-27 Thread Palumbo, Mark
Title: Building mod_jk on Mac OS X I don't know if this is helpful...but on my system dlfcn.h is in /usr/include. On my system it appears to be a support header file for the compiler/linker that defines some dynamic loading symbol routines and parameters for them. My platform is IBM AIX.

RE: getting mod_jk or mod_serv to work

2000-12-27 Thread Palumbo, Mark
Hi again Jed... Just curious, what version of gcc are you using? Since I'm also having link problems following my compiles, we have gcc 2.8.1 Thanks! -Mark- -Original Message- From: Jed Duty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 3:32 PM To: '[EMAIL

RE: Apache doesn't start with mod_jk

2000-12-18 Thread Palumbo, Mark
How did you build mod_jk ? Did you use a special Makefile etc? If so could you please share it with everyone? I'm trying to build mod_jk under AIX, it seems most people here are using the supported platforms of solaris or linux. :) I keep getting clean compiles, but the link process always

RE: Apache doesn't start with mod_jk

2000-12-18 Thread Palumbo, Mark
I still get the same error. :( Any other ideas? Here's the entire link statement and subsequent error message incase it helps...first here's the "normal" way where 'apxs' flops out... ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry -bI:/usr/local/apache/libexec/httpd.ex p -lc -o mod_jk.so

RE: bug in getUserPrincipal()?

2000-12-18 Thread Palumbo, Mark
How did you "open" the second browser? Did you ask your browser to spawn a new browser window, or did you open a new one via an icon, system menu, command line, etc.? If you ask an IE browser to open a new window, the two "browsers" will share the same cookie so tomcat will think they are the

AIX Apache+Tomcat integration problem

2000-12-14 Thread Palumbo, Mark
We are trying to integrate Apache (1.3.14) Tomcat (3.2.1) by building a mod_jk.so file. Our platform is AIX 4.2. We have tried following all the documentation that came with each of those packages with no luck. Everything seems to compile ok, creating *.o files but when the final link