You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Edilmar Alves <ed...@intersite.com.br> on 2001/06/15 13:36:50 UTC

Apache+Tomcat mod_jk 3.2.2 install problem

I installed Tomcat 3.2.2 with Linux RedHat k2.2.17-14cl,
and http://localhost:8080/ works fine, all examples servlets/JSPs.

Then, I tried to install the integration with Apache 1.3.14.
This is the error:

[root@email conf]# /etc/rc.d/init.d/httpd start
Iniciando httpd: BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_
info: Assertion `! "bad dynamic tag"' failed!

I tried with both libraries:
mod_jk.so-eapi
mod_jk.so-noeapi
renaming it to mod_jk.so and putting it into libexec (a link to modules).

PS: Apache works fine without Tomcat module.


RE: Apache+Tomcat mod_jk 3.2.2 install problem

Posted by istvan bereti <is...@kolumbus.fi>.
Hi,

Well I guess you are not the only one having this problem. I had to turn
back to Jserv module. It works fine.


-----Original Message-----
From: Edilmar Alves [mailto:edilmar@intersite.com.br]
Sent: Friday, June 15, 2001 4:37 AM
To: tomcat-user@jakarta.apache.org
Cc: bacarin@intersite.com.br; marcelo@fronte.com.br;
leoribas@intersite.com.br
Subject: Apache+Tomcat mod_jk 3.2.2 install problem


I installed Tomcat 3.2.2 with Linux RedHat k2.2.17-14cl,
and http://localhost:8080/ works fine, all examples servlets/JSPs.

Then, I tried to install the integration with Apache 1.3.14.
This is the error:

[root@email conf]# /etc/rc.d/init.d/httpd start
Iniciando httpd: BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57:
elf_get_dynamic_
info: Assertion `! "bad dynamic tag"' failed!

I tried with both libraries:
mod_jk.so-eapi
mod_jk.so-noeapi
renaming it to mod_jk.so and putting it into libexec (a link to modules).

PS: Apache works fine without Tomcat module.