RE: Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-28 Thread Mauricio Cadima
the mod_jk2.so with and without this option, what is this for? Thanks -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:46 PM To: Tomcat Users List Subject: Re: Problem with cc-gcc compiling mod_jk in Solaris 9 Mauricio, Are you trying

Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-27 Thread Mauricio Cadima
Hi I'm trying to compile mod_jk in Solaris 9 with Apache 1.3 and Tomcat 4.1, I followed the instructions explained in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/quickhowto.html . I don't have cc installed so I created a symbolic link to gcc (CC=gcc) and I added the gcc executable

Re: Problem with cc-gcc compiling mod_jk in Solaris 9

2004-01-27 Thread Mark Eggers
Mauricio, Are you trying to compile mod_jk, or mod_jk2? Instead of creating a symbolic link, do the following: 1. Make sure that gcc is in your path (it's usually installed in /opt/something if I remember correctly). 2. Set an environment variable: setenv CC=gcc (C shell) export CC=gcc (Bash

Apache 1.3.28/mod_jk-1.2.5/Solaris - fd leak?

2003-11-04 Thread srevilak
Hi all. I have a tomcat setup that works through mod_jk-1.2.5 and Apache 1.3.28, running on Solaris 7 and Solaris 8 boxes. I've found what appears to be a file descriptor leak. I haven't been able to find mention of this on http://marc.theaimsgroup.com/?l=tomcat-user, or in apache's bug

Re: Apache 1.3.28/mod_jk-1.2.5/Solaris - fd leak?

2003-11-04 Thread Christopher Schultz
After the HUP, there are two additional file descriptors open. Another HUP will open up two more, and so forth. USR1 (aka apachectl graceful) seems to produce similar results. It sounds like mod_jk doesn't handle the restart notification from Apache very well. It's also possible that mod_jk

Re: Apache 1.3.28/mod_jk-1.2.5/Solaris - fd leak?

2003-11-04 Thread srevilak
From: Christopher Schultz It sounds like mod_jk doesn't handle the restart notification from Apache very well. It's also possible that mod_jk doesn't attempt to close any open streams when the log file name is changed (which is likely to happen when Apache reloads its config). The name will

Problems build mod_jk on Solaris 9

2003-08-24 Thread root
Greetings: I have searched the archive, and cannot seem to find the answer to my problem. Environment: Solaris 9 Apache 1.3.27 TomCat 4.1.27 TomCat Connectors 4.1.27 (source) GNU libtool 1.4 GNU autoconf 2.51 GNU make 3.80 Perl

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread Eric J. Pinnell
and I get the error: could not find /usr/local/apache/bin/apxs configure: error: You must specify a valid --with-apxs path Apxs is a perl script. Make sure that it is finding perl. Basically make sure that apxs is working. -e

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread ASET Systems Administrator
] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Problems build mod_jk on Solaris 9 and I get the error: could not find /usr/local/apache/bin/apxs configure: error: You must specify a valid --with-apxs path Apxs is a perl script. Make sure that it is finding

Mod_jk on Solaris - has anyone actually ever built it?

2003-07-25 Thread Max Jester
Help! I am having trouble building mod_jk.so on Solaris 2.6 - and the binary directory for 2.6 at the jakarta site is empty. Has anyone actually succeeded in getting it built from source? The instructions don't seem to refer to the actual directory layout. Or, failing that, can anyone point

Re: Mod_jk on Solaris - has anyone actually ever built it?

2003-07-25 Thread John Turner
I built it for Solaris 8. Good luck building it for 6, it took me three days and 2 reinstalls of the OS to get it to build on 8. John Max Jester wrote: Help! I am having trouble building mod_jk.so on Solaris 2.6 - and the binary directory for 2.6 at the jakarta site is empty. Has anyone

Re: Mod_jk on Solaris - has anyone actually ever built it?

2003-07-25 Thread Eric J. Pinnell
You might want to try JK2. I am able to build mod_jk2.so on Solaris 7 and 2.6 and 7 are pretty close to each other. You might want to give it a whirl. -e On Fri, 25 Jul 2003, John Turner wrote: I built it for Solaris 8. Good luck building it for 6, it took me three days and 2 reinstalls

Re: Mod_jk on Solaris - has anyone actually ever built it?

2003-07-25 Thread Bill Barker
I've built it many times on 2.7 ;-). On 2.6, I've only ever built version 1.1 (the one that ships with TC 3.3). The PITA part of the process is to install the GNU tools that it requires. This means 'libtool', 'autoconf', 'automake', and 'GNU make'. Also, at least while you are building, 'GNU

FW: Could you give some help for me (about mod_jk for solaris 9)

2003-07-10 Thread James Courtney
I figured this might be useful to this group... Jamey James Courtney InPhonic, Inc. -Original Message- From: James Courtney Sent: Wednesday, July 09, 2003 11:33 PM To: Tomcat Developers List Cc: [EMAIL PROTECTED] Subject: RE: Could you give some help for me (about mod_jk for solaris 9

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
PM To: Tomcat Users List Subject: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris. Hello, I have a SunBlade 100 (SPARC) with Solaris 8 running Apache 2.0.39 (Compiled) and Tomcat 4.1.18 (Binary) , i just finished compiling mod_jk.so yesterday whit

Re: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39,mod_jk under Solaris.

2003-02-27 Thread Mark Strecker
I had/have the same problem with the examples using mod_jk ... but the applications I care about work fine ... I think I changed the examples/*.jsp to examples/* in httpd.conf and got better results. This is in fact how I setup my apps : JkMount /app1/* worker1 Also, why not use the jni

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris. I had/have the same problem with the examples using mod_jk ... but the applications I care about work fine ... I think I changed the examples/*.jsp to examples/* in httpd.conf and got better results. This is in fact how I setup my

Problem building mod_jk with solaris 8

2002-10-03 Thread Charlie Hill
Mod_jk build problems Mod_jk version:jakarta-tomcat-connectors-jk-1.2.0-src Environment: Sparc Solaris 8 WWW server: Apache 1.3.26 with DSO and mod_ssl mod_jk configure: ./configure --with-apxs=/usr/local/apacheSSL/bin/apxs --enable-EAPI Make Error: Making all in apache-1.3

Building mod_jk on Solaris - Apache 2 Tomcat 4.0.x

2002-08-14 Thread John Wadkin
All I'm trying to integrate Apache 2 and Tomcat 4.0.4 on Solaris, JDK 1.3. I've been trying on and off for the past few months. Having given up on building mod_webapp (despite help from the list) I'm now trying to build mod_jk The build-unix.sh script in /jk/native/apache-2.0 doesn't work. The

mod_jk on solaris

2002-07-25 Thread Andrew
Hi all, I'm trying to install mod_jk for tomcat 4.0.4 and apache1.3.24 under solaris5.8. After configured everything I run apachectl configtest and received the following error: Syntax error on line 4 of /usr/local/jakarta-tomcat-4.0.4/conf/mod_jk.conf: Cannot load

RE: mod_jk on solaris

2002-07-25 Thread Turner, John
- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: mod_jk on solaris Hi all, I'm trying to install mod_jk for tomcat 4.0.4 and apache1.3.24 under solaris5.8. After configured everything I run apachectl configtest and received

Re: mod_jk on solaris

2002-07-25 Thread Sean M Alderman
By chance did you not compile Apache with DSO support on the Solaris machine? I don't remember specifically about RH7.2 but I've seen where the RPM version of apache are precomiled with DSO support so they can optionally install mod_X from an RPM with out needing to rebuild apapche. On Thu,

RE: mod_jk on solaris

2002-07-25 Thread Bruce Luxon
To: [EMAIL PROTECTED] Subject: mod_jk on solaris Hi all, I'm trying to install mod_jk for tomcat 4.0.4 and apache1.3.24 under solaris5.8. After configured everything I run apachectl configtest and received the following error: Syntax error on line 4 of /usr/local/jakarta-tomcat-4.0.4/conf

RE: mod_jk on solaris

2002-07-25 Thread Andrew
No. I couldn't find libgcc_s.so.l nor libgcc_s.so.X on my Solaris box. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:17 AM To: 'Tomcat Users List' Subject: RE: mod_jk on solaris Do you have libgcc_s.so.1 on your Solaris box

RE: mod_jk on solaris

2002-07-25 Thread Turner, John
List' Subject: RE: mod_jk on solaris No. I couldn't find libgcc_s.so.l nor libgcc_s.so.X on my Solaris box. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 11:17 AM To: 'Tomcat Users List' Subject: RE: mod_jk on solaris Do you have

RE: mod_jk on solaris

2002-07-25 Thread Andrew
, July 25, 2002 11:31 AM To: 'Tomcat Users List' Subject: RE: mod_jk on solaris Well, there you go. ;) This may be a silly question (it isn't clear from your post), but do you have gcc installed on that machine at all? John Turner [EMAIL PROTECTED] -Original Message- From: Andrew [mailto

RE: mod_jk on solaris

2002-07-25 Thread Fenlason, Josh
Where did you find the mod_jk binary? -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:56 AM To: 'Tomcat Users List' Subject: RE: mod_jk on solaris gcc is installed =) I figured out what's the problem now. The mod_jk.so I'm using wasn't

mod_jk for Solaris 7

2002-07-04 Thread Jan-Willem Goedheer
Does anyone has a working version of mod_jk for Solaris 7 alias Solaris 2.7? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

mod_jk for Solaris 8 with Apache 2.0.39

2002-06-21 Thread Pimentel, William - (Col)
Hello I've been trying to compile this module with no success and i haven't been able to find a document that could shed some light on this. I'm using the jakarta-tomcat-connectors-4.0.4. This is what i do and the error message i get: I cd to the jk/native dir and run buildconf.sh which

Re: building mod_jk on solaris

2002-05-11 Thread @Basebeans.com
Subject: Re: building mod_jk on solaris From: Jack Gao [EMAIL PROTECTED] === Sorry, I don't have any experience with FreeBSD. Jack Peter Choe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... thanks for the info. do you have an idea where i can get it for freebsd 3.x? i have

Re: building mod_jk on solaris

2002-05-11 Thread Darya Chernikhova
try looking here: http://www.osxgnu.org/software/java/jakarta/ D On Sat, 11 May 2002, Jakarta Tomcat Newsgroup wrote: Subject: Re: building mod_jk on solaris From: Jack Gao [EMAIL PROTECTED] === Sorry, I don't have any experience with FreeBSD. Jack Peter Choe [EMAIL PROTECTED] wrote

building mod_jk on solaris

2002-05-10 Thread Peter Choe
i am trying to build mod_jk for tomcat4.0. the only mod_jk i found is actually in tomcat3.3 though. so, i tried to compile it using the build-solaris.sh script and i get the following error: bash-2.03# ./build-solaris.sh Building mod_jk cc -DEAPI -DMOD_PERL -DUSE_EXPAT -O -G -Kpic

RE: building mod_jk on solaris

2002-05-10 Thread Ion Larranaga
2002 14:53 Para: [EMAIL PROTECTED] Asunto: building mod_jk on solaris i am trying to build mod_jk for tomcat4.0. the only mod_jk i found is actually in tomcat3.3 though. so, i tried to compile it using the build-solaris.sh script and i get the following error: bash-2.03# ./build-solaris.sh

RE: building mod_jk on solaris

2002-05-10 Thread Peter Choe
they only seem to have it for sparc. i am running an intel solaris. if i have apache running on a freebsd machine, and tomcat running on a solaris machine, which mod_jk should i get and where should i place it, on the solaris or the freebsd? thanks. At 09:15 AM 5/10/2002, =?us-ascii?Q

Re: building mod_jk on solaris

2002-05-10 Thread Duane Gran
Peter, You can use mod_jk with Tomcat3 or Tomcat4. I found it terribly hard to compile it on Solaris 8 (sparc), so I downloaded the binary and it works just fine for me. I'm connecting with Apache. Duane On Friday, May 10, 2002, at 08:52 AM, Peter Choe wrote: i am trying to build mod_jk

Re: building mod_jk on solaris

2002-05-10 Thread Jeff Larsen
: Friday, May 10, 2002 7:52 AM Subject: building mod_jk on solaris i am trying to build mod_jk for tomcat4.0. the only mod_jk i found is actually in tomcat3.3 though. so, i tried to compile it using the build-solaris.sh script and i get the following error: bash-2.03# ./build-solaris.sh

RE: building mod_jk on solaris

2002-05-10 Thread Martin van den Bemt
to see if /usr/local/apache/libexec/mod_jk.so is present). end-of-paste Mvgr, Martin -Original Message- From: Jeff Larsen [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 16:02 To: Tomcat Users List Subject: Re: building mod_jk on solaris apxs requires perl. You must have

Re: building mod_jk on solaris

2002-05-10 Thread Tulan W. Hu
: building mod_jk on solaris This is some info of how I built it on solaris sparc boxes. It was using tomcat 33 though, and you have to change the directories accordingly.. Let me remind you that some of the things can actually already been fixed or working differently.. start-of-paste cd

RE: building mod_jk on solaris

2002-05-10 Thread Ion Larranaga
]] Enviado el: viernes, 10 de mayo de 2002 15:24 Para: Tomcat Users List Asunto: RE: building mod_jk on solaris they only seem to have it for sparc. i am running an intel solaris. if i have apache running on a freebsd machine, and tomcat running on a solaris machine, which mod_jk should i get

Re: building mod_jk on solaris

2002-05-10 Thread @Basebeans.com
Subject: Re: building mod_jk on solaris From: Jack Gao [EMAIL PROTECTED] === I think you need mod_jk for freebsd, because mod_jk.so will been loaded by Apache, but not Tomcat. I finally get mod_jk for Apache 2.0 from Tomcat-Connector-4.0.4-b2-src on Solaris 7 platform build successfully. What I

Re: building mod_jk on solaris

2002-05-10 Thread Peter Choe
thanks for the info. do you have an idea where i can get it for freebsd 3.x? i have tried to compile the mod_jk but i keep getting errors. At 12:25 PM 5/10/2002, you wrote: Subject: Re: building mod_jk on solaris From: Jack Gao [EMAIL PROTECTED] === I think you need mod_jk for freebsd

Re: Hoe can I get a binary mod_jk for Solaris 7

2001-10-31 Thread Marc Ponschab
Hi, i've build some for Solaris: http://ponschab.de/mod_jk/ Marc Yao, Qi (DSK DIG) wrote: Hi, does somebody know, where can I get a binary mod_jk for solaris/sparc? I have continually trouble with compile of mod_jk, the same problem, as the other people also have: -- apxs:Break

AW: Hoe can I get a binary mod_jk for Solaris 7

2001-10-31 Thread Lauer, Oliver
] _ -Ursprüngliche Nachricht- Von: Marc Ponschab [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Oktober 2001 10:19 An: Tomcat Users List Betreff: Re: Hoe can I get a binary mod_jk for Solaris 7 Hi, i've build some for Solaris: http://ponschab.de/mod_jk

Q: Is it possible to connect to Tomcat on NT from mod_jk on Solaris/Apache?

2001-08-23 Thread Ben Kimball
and the mod_jk module, BUT the version of Tomcat on NT writes out workers.properties using Windows-style directory names (Drive letters and backslashes) which is meaningless to mod_jk on Solaris, as it does not grok drive letters and expects forward-slashes. First, I don't quite understand why mod_jk needs

Q: Is it possible to connect to Tomcat on NT from mod_jk on Solaris/Apache?

2001-08-22 Thread Ben Kimball
and the mod_jk module, BUT the version of Tomcat on NT writes out workers.properties using Windows-style directory names (Drive letters and backslashes) which is meaningless to mod_jk on Solaris, as it does not grok drive letters and expects forward-slashes. First, I don't quite understand why mod_jk

mod_jk on Solaris 2.6 : undefined symbols

2001-07-25 Thread Fabrice Colin
;-) Compiled mod_jk for Solaris 2.6 would be appreciated, as those I have found on the Net are either for Solaris 8 or make apache core-dump. No need to say I am really looking forward to Solaris binaries being provided on the Jakarta web site 8:) Thanks a lot. Fabrice

RE: mod_jk for solaris

2001-07-13 Thread GOMEZ Henri
It appears we are fighting the same battle at the same time. I have ripped through this for an entire night. Not only isn't there a build script for solaris in the default tar, the apxs compile directions are wrong! The build script is obsolete and you should use instead Makefile.linux,

Does any body have mod_jk for solaris?

2001-07-12 Thread abarron
hi, all, It is 0300 so my level of aggravation is pretty high. Fun to work at this time though, it is where you figure things out, however I am not figuring out this mod_jk thing for solaris, and wondering why the people want people to use this instead of jserv but they don't include any

mod_jk for solaris

2001-07-12 Thread Paul Lombardo
Good morning all - I am attempting to setup and configure Tomcat 3.2.2. to use with Apache 1.3.x on a Solaris 2.6 machine. I have Apache in and running. I have Tomcat installed and handling requests on port 8080. I now need to set things up so that Apache will hand off requests for jsp to

Re: mod_jk for solaris

2001-07-12 Thread abarron
Hi Paul, It appears we are fighting the same battle at the same time. I have ripped through this for an entire night. Not only isn't there a build script for solaris in the default tar, the apxs compile directions are wrong! I have simply asked some one for a recompiled version. It is

Re: AW: Does any body have mod_jk for solaris?

2001-07-12 Thread abarron
] Betreff: Does any body have mod_jk for solaris? hi, all, It is 0300 so my level of aggravation is pretty high. Fun to work at this time though, it is where you figure things out, however I am not figuring out this mod_jk thing for solaris, and wondering why the people want

RE: mod_jk for solaris

2001-07-12 Thread Nance, Michael
AB, I am also in the group...let me know if you find it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 8:18 AM To: [EMAIL PROTECTED] Subject: Re: mod_jk for solaris Hi Paul, It appears we are fighting the same battle at the same

RE: mod_jk for solaris

2001-07-12 Thread Paul Lombardo
Yep! and if I find it I'll send it to you. I am recompileng Apache woth the mod_so configured in so I hope the apxs stuff will work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 11:18 AM To: [EMAIL PROTECTED] Subject: Re: mod_jk

RE: mod_jk for solaris

2001-07-12 Thread Paul Lombardo
Well NOW I've done it. I recompiled Apache and now it won't start. It doesn't like the httpd.conf file. Paul -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 11:26 AM To: '[EMAIL PROTECTED]' Subject: RE: mod_jk for solaris AB, I am

RE: mod_jk for solaris

2001-07-12 Thread Meyer, James
/include -I/usr/java/include/solaris -lposix4 -c *.c ../jk/*.c ---end script--- -James -Original Message- From: Paul Lombardo [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 10:52 AM To: [EMAIL PROTECTED] Subject: RE: mod_jk for solaris Yep! and if I find it I'll send it to you. I

Re: mod_jk for solaris

2001-07-12 Thread Adam Fowler
Hi, I have a random solaris mod_jk.so at http://users.aber.ac.uk/tomcat/ you can try that. If u get one built (build instructions also above...somewhere!) then gimme an e-mail with mod_jk.so and platform details (ie tomcat/apache/solaris ver and processor) Thanks, Adam. On Thursday 12 July

Re: mod_jk for solaris

2001-07-12 Thread Adam Fowler
. Paul -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 11:26 AM To: '[EMAIL PROTECTED]' Subject: RE: mod_jk for solaris AB, I am also in the group...let me know if you find it -Original Message- From: [EMAIL PROTECTED

Re: mod_jk for solaris

2001-07-12 Thread Adam Fowler
recompileng Apache woth the mod_so configured in so I hope the apxs stuff will work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 11:18 AM To: [EMAIL PROTECTED] Subject: Re: mod_jk for solaris Hi Paul, It appears we

Re: AW: Does any body have mod_jk for solaris?

2001-07-12 Thread Adam Fowler
PROTECTED]] Gesendet: Donnerstag, 12. Juli 2001 12:13 An: [EMAIL PROTECTED] Betreff: Does any body have mod_jk for solaris? hi, all, It is 0300 so my level of aggravation is pretty high. Fun to work at this time though, it is where you figure things out, however I am

RE: AW: Does any body have mod_jk for solaris?

2001-07-12 Thread Ramon Buckland
Hi Peoples, We have just installed mod_jk for Solaris .. Here is my log of how I did it. You will need: + apache_1.3.20 installed + The J2SDK (I used 1.3.1) + The src for tomcat-3.2.2 + GNU gcc stuff cd jakarta-tomcat-3.2.2-src/src/native/apache1.3 ** this line wraps

RE: mod_jk for solaris

2001-07-12 Thread Robert Finneran
: Re: mod_jk for solaris Hi, If u2 get this sorted can u send me the mod_jk.so file, build script and details of environment (tomcat/OS/apache versions) I'm making a repository at http://users.aber.ac.uk/aff9 Thanks, Adam. On Thursday 12 July 2001 15:51, you wrote: Yep! and if I find it I'll

Problem compiling mod_jk for Solaris

2001-05-16 Thread Ron Wolf
Hi, All! I'm having a problem getting mod_jk compiled for Solaris. Here's my setup: Solaris 2.6 apache 1.3.13 (I know it's old, but it's what we're using in production, so until that changes, it's what I have to work

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

2001-05-09 Thread rday
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

Building mod_jk for solaris

2001-05-07 Thread mo be
Hi! I'm trying to compile mod_jk.so under solaris 2.6 . Using ./build-solaris.sh of jakarta-tomcat-3.3-m2 + Apache/1.3.12 (Unix) I get only this weird msg Command failed with rc=... from apxs. java -version = Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Java HotSpot(TM)

compiling mod_jk on Solaris

2001-04-23 Thread Sue Schoch
I thought I'd share my findings on compiling mod_jk on my Solaris 2.7 machine. I use the Sun C compiler on one machine and gcc on another. I think I'm finally able to compile on either machine. My problem seems to be related to the apache apxs script not working correctly. I created

Problems building mod_jk on Solaris 2.8

2001-04-08 Thread DiMaggio, Len
'Evening everyone, I'm guessing that someone's already answered this question, but I couldn't find it in the archives... We're having problems building mod_jk on Solaris 2.8 (with gcc). I did find a message in the archives that referenced these config variable errors: my $CFG_LD_SHLIB

Re: mod_jk on Solaris 8

2001-03-30 Thread Ryan J. McDonough
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

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

Re: mod_jk on Solaris 8

2001-03-29 Thread Ryan J. McDonough
2001 4:48 PM To: [EMAIL PROTECTED] Subject: mod_jk on Solaris 8 I'm trying help a client build mod_jk on a Solaris 8 System. I'm running into some problems that I think are cause by something not being installed. I don't have root access to the box so I can't just install things. L

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

mod_jk on Solaris 8

2001-03-28 Thread Ryan J. McDonough
I'm trying help a client build mod_jk on a Solaris 8 System. I'm running into some problems that I think are cause by something not being installed. I don't have root access to the box so I can't just install things. Like I said, the system is Solaris 8 running JDK 1.3 and Tomcat 3.2.1. When

Re: mod_jk on Solaris 8

2001-03-28 Thread Simon Chatfield
/bin, though I don't like it as much as gmake. which you can download and compile after installing gcc. "Ryan J. McDonough" wrote: I'm trying help a client build mod_jk on a Solaris 8 System. I'm running into some problems that I think are cause by something not being installed. I

Re: mod_jk on Solaris 8

2001-03-28 Thread Tom Horn
PROTECTED] wrote: I'm trying help a client build mod_jk on a Solaris 8 System. I'm running into some problems that I think are cause by something not being installed. I don't have root access to the box so I can't just install things. Like I said, the system is Solaris 8 running JDK 1.3

RE: mod_jk on Solaris 8

2001-03-28 Thread Mike Braden
. McDonough [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 4:48 PM To: [EMAIL PROTECTED] Subject: mod_jk on Solaris 8 I'm trying help a client build mod_jk on a Solaris 8 System. I'm running into some problems that I think are cause by something not being installed. I don't have root access

building mod_jk on Solaris

2001-02-27 Thread Ed Osborne
I've followed the docs for building mod_jk on a Solaris 2.6 sparc but I get the following. $apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c gcc -DSOLARIS2=260 -DMOD_SSL=204100 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_CORE

apache 1.3.17 and mod_jk on solaris

2001-02-11 Thread Dan Kern
Hi, I downloaded the latest apache ver. 1.3.17 and now I cannot integrate tomcat and apache. When I try to start apache with the mod_jk module, I get the following error: Syntax error on line 8 of /external/home/dkern/jakarta-tomcat-3.2.1/conf/mod_jk.conf: Cannot load

Re: apache 1.3.17 and mod_jk on solaris

2001-02-11 Thread Jan Labanowski
What did you use to compile apache? gcc or the Sun cc? Use gcc... You may want to glance at my notes on compiling Apache/mod_jk for Solaris at http://www.ccl.net/cca/software/UNIX/apache/ On Sun, 11 Feb 2001, Dan Kern wrote: Date: Sun, 11 Feb 2001 11:18:03 +0200 From: Dan Kern [EMAIL

RE: apache 1.3.17 and mod_jk on solaris

2001-02-11 Thread Dan Kern
]] Sent: Sunday, February 11, 2001 7:37 PM To: '[EMAIL PROTECTED]' Subject: Re: apache 1.3.17 and mod_jk on solaris What did you use to compile apache? gcc or the Sun cc? Use gcc... You may want to glance at my notes on compiling Apache/mod_jk for Solaris at http://www.ccl.net/cca/software/UNIX