Re: >> problem with new 2.04 mod_jk2

2004-04-05 Thread Walter Truitt
I would guess it is related to the libgcc_s.so that is being picked up. The version in /usr/local/lib probably has all these libraries linked. -walter > I don't know either, but it's a simple fact. However, I discovered I am > getting different results from different users while running the ldd

Re: Re: >> problem with new 2.04 mod_jk2

2004-04-04 Thread Daniel Savard
Le dim 04/04/2004 à 00:01, QM a écrit : > On Sat, Apr 03, 2004 at 11:38:37PM -0500, Daniel Savard wrote: > > : I know it's no longer a Tomcat question, but anyone knows what can > : influence the result of the ldd command? A but? A problem with the glibc > : library? Anyone has ever encountered su

Re: Re: >> problem with new 2.04 mod_jk2

2004-04-03 Thread QM
On Sat, Apr 03, 2004 at 11:38:37PM -0500, Daniel Savard wrote: : I know it's no longer a Tomcat question, but anyone knows what can : influence the result of the ldd command? A but? A problem with the glibc : library? Anyone has ever encountered such a problem? Smells like $LD_PRELOAD. What's t

RE: Re: Re: >> problem with new 2.04 mod_jk2 (KMM16055293V54052L0KM)

2004-04-03 Thread Auto-Reply ACD Systems
**This is an automated response.** **Do not reply to this message.** Thank you for contacting the ACD Systems Online Store. If you require the assistance of our Customer Care Center representatives, please review the below information so that we can help you with your question(s) as fast as possib

Re: Re: >> problem with new 2.04 mod_jk2

2004-04-03 Thread Daniel Savard
Walter Truitt a écrit: ... > > I don't know why someone would have X11 libraries linked in with an > Apache module. > > -walter I don't know either, but it's a simple fact. However, I discovered I am getting different results from different users while running the ldd on the mod_jk2.so module:

Re: >> problem with new 2.04 mod_jk2

2004-04-01 Thread Valeri Martchouk
Hello Devin, it was my way to compile jk2-connector: Apache source : /usr/local/apache2/src/httpd-2.0.48 cd /usr/local/src/ tar xzf jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2 ./buildconf.sh ./configure --with-apxs2=/usr/local/apache2/bin/a

Re: >> problem with new 2.04 mod_jk2

2004-04-01 Thread Walter Truitt
You shouldn't have more than just the two. The issue is that the version of APR that is in the package included with the apache 2.0.40, does not use the same function names. Somewhere back there they change from apr_send to apr_socket_send. On the side, that is what broke the mod_webapp. You can

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread admin
add libapr.dll or .so to your LD_LIBRARY_PATH? e I tried that, same error! fyi, this is on redhat 9. thanks, devin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread admin
Daniel, thanks for the suggestions - i've replied below... You don't need to link anything. They are shared libraries and symbols are resolved at runtime. This is the reason it fails at runtime. To see which libraries the module expect, just type: ldd mod_jk2.so You should get something like:

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread Daniel Savard
Le mer 31/03/2004 à 22:07, E Cunningham a écrit : > > add libapr.dll or .so to your LD_LIBRARY_PATH? > e > > --- [EMAIL PROTECTED] wrote: > > Hello, > > > > I decided to try the new mod_jk2 today. I put all > > the files in the > > right place, but fot this error when starting up > > httpd: > >

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread E Cunningham
add libapr.dll or .so to your LD_LIBRARY_PATH? e --- [EMAIL PROTECTED] wrote: > Hello, > > I decided to try the new mod_jk2 today. I put all > the files in the > right place, but fot this error when starting up > httpd: > > Starting httpd: Syntax error on line 5 of > /etc/httpd/conf.d/jk2.conf

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread Daniel Savard
Le mer 31/03/2004 à 16:24, [EMAIL PROTECTED] a écrit : > I am using apache 2.0.40-21.9 (the default for redhat9) . Does this > version of apache not come with APR support? I just installed apr 0.9.4 > from source, but httpd still complains about" apr_socket_send". I'm > wondering... do I need t

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread Emerson Cargnin
As I failed to use mod_jk 1.2.2 or mod_jk 1.2.5 (it looks like doe not accept apj13) I'm trying to use mod_jk2, but as detailed in mod_jk documents, I need to re-build apache, is that true??? Suse-9.0-i386/usr/share/apache2/manual/mod_jk2/jk2/installhowto.html Apache 1.3 In the following exa

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread admin
I am using apache 2.0.40-21.9 (the default for redhat9) . Does this version of apache not come with APR support? I just installed apr 0.9.4 from source, but httpd still complains about" apr_socket_send". I'm wondering... do I need to link these apr libraries to apache somehow? thanks, devin I

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread Emerson Cargnin
I had the same error than him, and it looks like he is using apache 1.3, that doesn't come with APR, so you have to install it separated (although it didn't worked for me)... [EMAIL PROTECTED] wrote: weird. Why would they put Linux binaries up on the Jakarta site that wont work in Linux? -devin

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread admin
weird. Why would they put Linux binaries up on the Jakarta site that wont work in Linux? -devin for what I have researched, you need to have APR's and build mod_jk2 against it. That's why I decided to mantain mod_jk. Still have some problems, but I'll post it in another mail. Emerson [EMAIL

Re: >> problem with new 2.04 mod_jk2

2004-03-31 Thread Emerson Cargnin
for what I have researched, you need to have APR's and build mod_jk2 against it. That's why I decided to mantain mod_jk. Still have some problems, but I'll post it in another mail. Emerson [EMAIL PROTECTED] wrote: Hello, I decided to try the new mod_jk2 today. I put all the files in the right

>> problem with new 2.04 mod_jk2

2004-03-31 Thread admin
Hello, I decided to try the new mod_jk2 today. I put all the files in the right place, but fot this error when starting up httpd: Starting httpd: Syntax error on line 5 of /etc/httpd/conf.d/jk2.conf: Cannot load /etc/httpd/modules/mod_jk2.so into server: /etc/httpd/modules/mod_jk2.so: undefined