You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Jesus M. Salvo Jr." <jm...@ihug.com.au> on 2000/08/03 13:30:56 UTC

Re: apxs:Break: Command failed with rc=16711680

Okay, I was able to solve this problem my completely removing the
<description> tag(s) for the servlets. Funny thing is, one setup I have
works with <description> and the other one doesnt, with the same tomcat
release, glibc, kernel, env variables.

"Jesus M. Salvo Jr." wrote:
> 
> Using:
> RH 6.0, with the following upgraded:
> glibc-2.1.3
> kernel 2.2.16
> apache 1.3.12
> tomcat 3.1
> 
> I needed to recompile mod_jserv.so as the mod_jserv.so that is
> downloadable makes apache complain:
> 
> [Thu Aug  3 02:45:45 2000] [warn] Loaded DSO libexec/mod_jserv.so uses
> plain Apache 1.3 API, this module might crash under EAPI! (please
> recompile it with -DEAPI)
> 
> So I ran:
> 
> /usr/local/apache/bin/apxs -c *.c -o mod_jserv.so
> 
> and I get the following at the end:
> 
> gcc -DLINUX=2 -DMOD_SSL=206105 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT
> -I../lib/expat-lite -DNO_DL_NEEDED  -I/usr/local/apache/include  -c
> mod_jserv.c  -o autochange.so mod_jserv.o jserv_wrapper_win.o
> jserv_wrapper_unix.o jserv_wrapper.o jserv_watchdog.o jserv_utils.o
> jserv_status.o jserv_protocols.o jserv_mmap.o jserv_image.o
> jserv_balance.o jserv_ajpv12.o jserv_ajpv11.o autochange.o -o
> mod_jserv.so
> apxs:Break: Command failed with rc=16711680
> 
> Any help appreciated,
> 
> John
> 
> --
> Homepage: http://homepages.tig.com.au/~jmsalvo/

-- 
Homepage: http://homepages.tig.com.au/~jmsalvo/