mod_webapp -- EAPI error

2001-12-26 Thread Cynthia Jeness
I got the sources for Apache 1.3.22, compiled and installed. Then I got the sources for mod_webapp. After unpacking, I did the following as described in the README.txt file: ./support/buildconf.sh CFLAGS=-DEAPI \ ./configure --with-apxs=/usr/local/bin Then I executed make. Watching the

Re: mod_webapp -- EAPI error

2001-12-26 Thread John Clayton
I have just experienced the very same issue with the binary. What's more, I can't even get configure to run while trying to build it from source, as it is reporting a syntax error on line 5. Hmm On Wednesday, December 26, 2001, at 10:45 AM, Cynthia Jeness wrote: I got the sources

Re: mod_webapp -- EAPI error

2001-12-26 Thread Cynthia Jeness
John, By searching through Google, I discovered this link to a slightly older set of RPMS for Tomcat including one for mod_webapp: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/rpms/ This is not the link that you get from the Jakarta site. The Jakarta link ends wiht

Re: mod_webapp -- EAPI error

2001-12-26 Thread John Clayton
That's good to know. Somehow I did get the build to work. I followed your steps, % ./support/buildconfig.sh % CFLAGS=-DEAPI ./configure (on one line) and then make worked nicely, copied to /usr/lib/apache and added the right lines to httpd.conf. not sure why it wasn't working before. The