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