You've to enable the EAPI for an Apache-1.3 by parameterizing this property before you start the configuration; Example: ./configure --with-apxs=... --enable-EAPI
More things can be found in the documentation (native/BUILDING)! franzR -----Urspr�ngliche Nachricht----- Von: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 30. Juli 2002 14:40 An: 'Tomcat Users List' Betreff: Cannot do ./configure with the webapp on Linux machine Hi, I using Suse Linux 8.0 and already installed Apache 1.3 and Tomcat 4.0 successfully. Now I'm trying to get mod_webapp configured. This gives me the error: 2002-07-30 12:37:05 [org.apache.catalina.connector.warp.WarpConnection] Exception on socket java.io.IOException: Premature packet header end at org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.java:2 37) at org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHand ler.java:112) at org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:19 4) at java.lang.Thread.run(Thread.java:484) Since I haven't compiled the mod_webapp.so myself I thought let's do that becoz I'm getting the following error when running apachectl configtest: torvald1:/tmp/webapp-module-1.0-tc40 # apachectl configtest [Tue Jul 30 14:41:06 2002] [warn] Loaded DSO /usr/lib/apache/mod_webapp.so uses plain Apache 1.3 API, this module might crash u nder EAPI! (please recompile it with -DEAPI) Syntax OK torvald1:/tmp/webapp-module-1.0-tc40 # But I'm getting problems when doing "./configure" with the sources: torvald1:/tmp/webapp-module-1.0-tc40 # torvald1:/tmp/webapp-module-1.0-tc40 # ls -la total 296 drwxr-xr-x 11 nobody nobody 664 Jul 30 14:24 . drwxrwxrwt 12 root root 1256 Jul 30 14:30 .. -rwxr--r-- 1 nobody nobody 10244 Jul 19 2001 .DS_Store -rwxr--r-- 1 nobody nobody 103 Aug 31 2001 .cvsignore -rwxr--r-- 1 nobody nobody 5527 Sep 17 2001 INSTALL.txt -rwxr--r-- 1 nobody nobody 4494 Sep 17 2001 LICENSE.txt -rwxr--r-- 1 nobody nobody 7994 Sep 17 2001 Makedefs.in -rwxr--r-- 1 nobody nobody 6349 Sep 17 2001 Makefile.in -rwxr--r-- 1 nobody nobody 6300 Sep 17 2001 Makefile.win -rwxr--r-- 1 nobody nobody 4494 Sep 17 2001 README.txt drwxr-xr-x 2 nobody nobody 176 Jul 30 13:41 apache-1.3 drwxr-xr-x 2 nobody nobody 144 Jul 30 13:41 apache-2.0 drwxr-xr-x 22 nobody nobody 1032 Jul 30 14:25 apr -rw-r--r-- 1 root root 1553 Jul 30 14:24 config.log -rwxr-xr-x 1 nobody nobody 125598 Jul 30 14:29 configure -rwxr--r-- 1 nobody nobody 19982 Sep 17 2001 configure.in -rwxr--r-- 1 nobody nobody 80284 Jul 30 14:22 configure.old drwxr-xr-x 2 nobody nobody 232 Jul 30 13:41 docs drwxr-xr-x 2 nobody nobody 200 Jul 30 13:41 include drwxr-xr-x 2 nobody nobody 544 Jul 30 13:41 java drwxr-xr-x 2 nobody nobody 440 Jul 30 13:41 lib drwxr-xr-x 2 nobody nobody 72 Jul 30 13:41 nsapi drwxr-xr-x 2 nobody nobody 488 Jul 30 13:41 support torvald1:/tmp/webapp-module-1.0-tc40 # autoconf /usr/bin/m4: configure.in: 142: Non-numeric argument to built-in `divert' /usr/bin/m4: configure.in: 372: Non-numeric argument to built-in `divert' torvald1:/tmp/webapp-module-1.0-tc40 # ./configure --with-apxs : command not found : command not found : command not found checking for test... /usr/bin/test : command not found : command not found '/configure: line 2773: syntax error near unexpected token `in '/configure: line 2773: ` case "${enableval}" in torvald1:/tmp/webapp-module-1.0-tc40 # # Does anybody know what the problem can be overhere? Greetings, Gunter D'Hondt SOFICO NV BELGIUM -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
