You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Carlos Alonso <lo...@unavarra.es> on 2000/02/16 18:57:15 UTC

Help mod_jserv.so does not work


We are trying to connect tomcat to apache. Both are working fine
independiently (different ports). But appending tomcat.conf to
httpd.conf,  it seems that DSO module is wrong. We have tryied
(downloaded from tomcat site) with milestone version and release version
of mod_jserv.so. (We have previous experience installing
apache+jserv+gnujsp with no problems.)

Apache version 1.3.9 configure with ./configure
--enable-rule=shared_core --enable-module=so

Tomcat Version 3.1 M1

OS:  Red Hat Linux release 6.1 (Cartman) Kernel 2.2.12-32smp on an i686

Perl Version 5.005_03


This is what happens when starting Apache:

BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info:
Assertion
 `! "bad dynamic tag"' failed!
bin/apachectl start: httpd could not be started


Re: Help mod_jserv.so does not work

Posted by Chris Price <ch...@cal.montage.ca>.

Carlos Alonso wrote:
> 
> We are trying to connect tomcat to apache. Both are working fine
> independiently (different ports). But appending tomcat.conf to
> httpd.conf,  it seems that DSO module is wrong. We have tryied
> (downloaded from tomcat site) with milestone version and release version
> of mod_jserv.so. 

	Is the .so file in a gzipped format when you download it? If not, are
you downloading with Netscape? If the file is just in .so format and you
are downloading with Netscape, try downloading with the MSIE browser.
Netscrape seems to screw up the encoding of the .so file...  
> 
> BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info:
> Assertion
>  `! "bad dynamic tag"' failed!
> bin/apachectl start: httpd could not be started

	IIRC, this is the error I got until I downloaded the .so file using IE,
and then everything worked.

	Chris