RE: still having some trouble with mod_jk on SGI

2001-02-08 Thread Wilt, Paul
: Wednesday, February 07,2001 5:22 PM To: 'Mike Braden' Cc: [EMAIL PROTECTED] Subject: RE: still having some trouble with mod_jk on SGI Yes, it has always done that with everything I have compiled, it just seems to ignore them. I am using the gcc that comes from SGI's freeware download

RE: still having some trouble with mod_jk on SGI

2001-02-07 Thread Nael Mohammad
Use mod_jserv, I've fought this battle and determined that mod_jk does not work and mod_jserv works perfectly fine with Apache, tomcat and cocoon. All working. With Mod_jk, never worked. -Original Message- From: Hladky, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001

RE: still having some trouble with mod_jk on SGI

2001-02-07 Thread Mike Braden
David, What compiler are you using? It sounds like compiling apache worked OK, right? Looks like your complier is choking on these options: cc: unrecognized option `-n32' cc: unrecognized option `-KPIC Did your compiler build apache with the above flags w/o error? Have you

Re: still having some trouble with mod_jk on SGI

2001-02-07 Thread Ed Mooney
Here's a transcript of a compilation on Solaris 8 x86: cd /usr/local/share/jakarta-tomcat-3.2.1-src/src/native/apache1.3/ apxs -S CC=gcc -S CFLAGS_SHLIB="-G -fpic" -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c gcc -DEAPI -DMOD_PERL

Re: still having some trouble with mod_jk on SGI

2001-02-07 Thread Ed Mooney
Here's a transcript from a compilation on Solaris 8 x86 (apologies for however my mail client is sure to mangle the output): cd /usr/local/share/jakarta-tomcat-3.2.1-src/src/native/apache1.3/ apxs -S CC=gcc -S CFLAGS_SHLIB="-G -fpic" -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include

RE: still having some trouble with mod_jk on SGI

2001-02-07 Thread Hladky, David
From: Mike Braden [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 4:00 PM To: 'Hladky, David' Cc: '[EMAIL PROTECTED]' Subject: RE: still having some trouble with mod_jk on SGI David, What compiler are you using? It sounds like compiling apache worked OK, right? Looks