I'm having problems with webapp-module 1.0.1 mangling uploads and read
that the latest code in CVS should fix the problem. I followed the
instructions and grabbed connectors and APR from CVS but after issuing
the following instructions I get the following errors:

./support/buildconf.sh
[runs w/o error]

./configure --with-apxs
[snip]
creating ./java/Constants.java
sed: can't read ././java/Constants.java.in: No such file or directory
creating ./apache-1.3/Makefile

All done. Now you can issue "make". Good luck.

make
/home/mgoyer/jakarta-tomcat-connectors/webapp/apr/libtool /usr/bin/gcc
-static -g -O2  -g -O2 -DLINUX=2 -D_REENTRANT
-I/home/mgoyer/jakarta-tomcat-connectors/webapp/apr/include
-I/home/mgoyer/jakarta-tomcat-connectors/webapp/include -c "pr_warp.c"
/usr/bin/gcc -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT
-I/home/mgoyer/jakarta-tomcat-connectors/webapp/apr/include
-I/home/mgoyer/jakarta-tomcat-connectors/webapp/include -c pr_warp.c -o
pr_warp.o
pr_warp.c: In function `headers':
pr_warp.c:198: `TYPE_REQ_HEADER' undeclared (first use in this function)
pr_warp.c:198: (Each undeclared identifier is reported only once
pr_warp.c:198: for each function it appears in.)
pr_warp.c: In function `warp_handle':
pr_warp.c:245: `TYPE_REQ_INIT' undeclared (first use in this function)
pr_warp.c:279: `TYPE_REQ_CONTENT' undeclared (first use in this
function)
pr_warp.c:291: `TYPE_REQ_SCHEME' undeclared (first use in this function)
pr_warp.c:303: `TYPE_REQ_AUTH' undeclared (first use in this function)
pr_warp.c:329: `TYPE_REQ_CLIENT' undeclared (first use in this function)
pr_warp.c:345: `TYPE_REQ_SERVER' undeclared (first use in this function)
pr_warp.c:359: `TYPE_REQ_PROCEED' undeclared (first use in this
function)
pr_warp.c:372: `TYPE_RES_STATUS' undeclared (first use in this function)
pr_warp.c:380: `TYPE_RES_HEADER' undeclared (first use in this function)
pr_warp.c:391: `TYPE_RES_COMMIT' undeclared (first use in this function)
pr_warp.c:396: `TYPE_RES_BODY' undeclared (first use in this function)
pr_warp.c:403: `TYPE_RES_DONE' undeclared (first use in this function)
pr_warp.c:408: `TYPE_CBK_READ' undeclared (first use in this function)
pr_warp.c:416: `TYPE_CBK_DONE' undeclared (first use in this function)
pr_warp.c:418: `TYPE_CBK_DATA' undeclared (first use in this function)
pr_warp.c:421: `TYPE_ERROR' undeclared (first use in this function)
pr_warp.c:431: `TYPE_ASK_SSL' undeclared (first use in this function)
pr_warp.c:435: `TYPE_REP_SSL_NO' undeclared (first use in this function)
pr_warp.c:438: `TYPE_REP_SSL' undeclared (first use in this function)
pr_warp.c:450: `TYPE_ASK_SSL_CLIENT' undeclared (first use in this
function)
pr_warp.c:457: `TYPE_REP_SSL_CERT' undeclared (first use in this
function)
pr_warp.c:373: warning: unreachable code at beginning of switch
statement

?

Thanks,
Matt


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to