DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7121>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7121 mod_webapp / apr doesn't compile properly Summary: mod_webapp / apr doesn't compile properly Product: Tomcat 4 Version: 4.0.3 Final Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Webapp Connector AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Compiling mod_webapp with -DEAPI (for mod_ssl) fails: ==> /bin/sh /usr/local/src/WORK/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../../include -I../../include/arch -I../../include/arch/unix -c crossproc.c && touch crossproc.lo crossproc.c: In function `proc_pthread_create': crossproc.c:229: `PTHREAD_PROCESS_SHARED' undeclared (first use in this function) crossproc.c:229: (Each undeclared identifier is reported only once crossproc.c:229: for each function it appears in.) *** Error code 1 make: Fatal error: Command failed for target `crossproc.lo' Current working directory /usr/local/src/WORK/apr/locks/unix *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /usr/local/src/WORK/apr/locks/unix *** Error code 1 make: Fatal error: Command failed for target `all-recursive' <== If I define PTHREAD_PROCESS_SHARED as additonal CFLAG (CFLAG="-DEAPI -DPTHREAD_PROCESS_SHARED") I can build mod_webapp and it works with mod_ssl but I'm not shure how reliable this build will be. This might be a problem of apr, but I found no bug-list for apr. Versions: Apache 1.3.23 mod_ssl 2.8.7-1.3.23 apr snapshot 13.-Mar-2002 jakarta-tomcat-connectors-4.0.2-01 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>