Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 3209 invoked from network); 21 May 2004 17:35:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 May 2004 17:35:51 -0000 Received: (qmail 39761 invoked by uid 500); 21 May 2004 17:35:45 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 39439 invoked by uid 500); 21 May 2004 17:35:43 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 39317 invoked by uid 98); 21 May 2004 17:35:42 -0000 Received: from minfrin@sharp.fm by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(196.30.143.210):. Processed in 1.544906 secs); 21 May 2004 17:35:42 -0000 X-Qmail-Scanner-Mail-From: minfrin@sharp.fm via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(196.30.143.210):. Processed in 1.544906 secs) Received: from unknown (HELO gatekeeper.fma.co.za) (196.30.143.210) by hermes.apache.org with SMTP; 21 May 2004 17:35:40 -0000 Received: from localhost (localhost [127.0.0.1]) by gatekeeper.fma.co.za (Postfix) with ESMTP id 5B46F3560B for ; Fri, 21 May 2004 19:35:14 +0200 (SAST) Received: from gatekeeper.fma.co.za ([127.0.0.1]) by localhost (gatekeeper.fma.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22214-08 for ; Fri, 21 May 2004 19:35:10 +0200 (SAST) Received: from sharp.fm (gatekeeper.fma.co.za [196.30.143.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gatekeeper.fma.co.za (Postfix) with ESMTP id D66743560A for ; Fri, 21 May 2004 19:35:04 +0200 (SAST) Message-ID: <40AE3DC7.6090006@sharp.fm> Date: Fri, 21 May 2004 19:35:03 +0200 From: Graham Leggett User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040514 X-Accept-Language: en-za, en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Compile failure 2.0.49 on RHEL3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at fma.co.za X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I have just tried to build v2.0.49 under RHEL3, and I get the failure below. For some reason, Redhat put krb5.h inside /usr/kerberos/include, and if the include path /usr/kerberos/include is not added to CFLAGS, none of the ssl stuff will compile (as ssl.h includes krb5.h). Is it possible to add a check for krb5.h to the configure script? /home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/srclib/apr/include -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/srclib/apr-util/include -I. -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/os/unix -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/server/mpm/prefork -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/modules/http -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/modules/filters -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/modules/proxy -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/include -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/modules/generators -I/usr/include/openssl -I/home/gatekeeper/minfrin/src/apache/sandbox/proxy/httpd-2.0.49/modules/dav/main -prefer-pic -c mod_ssl.c && touch mod_ssl.slo In file included from /usr/include/openssl/ssl.h:179, from mod_ssl.h:91, from mod_ssl.c:26: /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory In file included from /usr/include/openssl/ssl.h:179, from mod_ssl.h:91, from mod_ssl.c:26: [snip] Regards, Graham --