Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 52388 invoked from network); 8 Sep 2003 15:19:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Sep 2003 15:19:32 -0000 Received: (qmail 14079 invoked by uid 500); 8 Sep 2003 15:19:20 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 13438 invoked by uid 500); 8 Sep 2003 15:19:12 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 13415 invoked from network); 8 Sep 2003 15:19:12 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 8 Sep 2003 15:19:12 -0000 Received: (qmail 6309 invoked by uid 50); 8 Sep 2003 14:21:52 -0000 Date: 8 Sep 2003 14:21:51 -0000 Message-ID: <20030908142151.6307.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 22990] New: - build fails with Solaris2.6 at thread_rwlock.c / apr_arch_thread_rwlock.h because pthread_rwlock_t is not defined in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=22990 build fails with Solaris2.6 at thread_rwlock.c / apr_arch_thread_rwlock.h because pthread_rwlock_t is not defined in Summary: build fails with Solaris2.6 at thread_rwlock.c / apr_arch_thread_rwlock.h because pthread_rwlock_t is not defined in Product: Apache httpd-2.0 Version: 2.0.47 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: bugs@httpd.apache.org ReportedBy: anirkko@insel.ch with httpd-2.0.47.tar.gz using ./configure --prefix=/usr/local/apache2 --enable-ssl build fails under Sparc-Sun-Solaris2.6 when compiling srclib/apr/include/arch/unix/locks/unix/thread_rwlock.c because in included file srclib/apr/include/arch/unix/apr_arch_thread_rwlock.h type pthread_rwlock_t is not defined, because it is not defined in #include of Solaris2.6 (and possibly earlier, maybe also some later versions?) workaround: in file apr_private.h, change #define HAVE_PTHREAD_RWLOCK_INIT 1 into #undef HAVE_PTHREAD_RWLOCK_INIT after configure, and continue with 'make' which will now complete with no further problems; resulting webserver also runs without problems under Solaris2.6 and Solaris2.9 --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org