Still getting the apxs break after an upgrade.
Ken
-----Original Message-----
From: Steve Prior [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 10:52 AM
To: [EMAIL PROTECTED]
Subject: Re: apxs break
Are you by any chance using Apache 1.3.14? If so, then upgrade to 1.3.19 -
I
had
an apxs problem that went away when I did this.
Steve Prior
"Reeves, Kenneth" wrote:
> While trying to compile mod_jserv.so for apache, I get the following
errors.
>
> [root@webservices jserv]# /usr/bin/apache/bin/apxs -i -a -c mod_jserv.c
> gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite
-DNO_DL_NEEDED
> -I/usr/bin/apache/include -c mod_jserv.c
> -o mod_jserv.so mod_jserv.o
> apxs:Break: Command failed with rc=16777215
> [root@webservices jserv]#
>
> Tomcat is running fine under port 8080. I downloaded a mod_jserv.so
because
> of this break, but can't get apache to send the request to tomcat for some
> reason. I stop apache, start tomcat and then start apache. There are no
> error methods. So I thought I would make my on mod_jserv.so but it
failed.
> It also fails when I try to make mod_jk.so. Any ideas?
> Ken