Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 16766 invoked from network); 7 Jul 2005 07:57:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2005 07:57:42 -0000 Received: (qmail 57012 invoked by uid 500); 7 Jul 2005 07:57:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57000 invoked by uid 500); 7 Jul 2005 07:57:24 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 56986 invoked by uid 99); 7 Jul 2005 07:57:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 00:57:23 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.227.126.201] (HELO mxintern.schlund.de) (212.227.126.201) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 00:57:14 -0700 Received: from [172.17.24.2] (helo=[172.17.24.2]) by mxintern.kundenserver.de with esmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DqRFt-0000mr-5O for users@httpd.apache.org; Thu, 07 Jul 2005 09:57:09 +0200 Message-ID: <42CCE055.8000707@snakefarm.org> Date: Thu, 07 Jul 2005 09:57:09 +0200 From: Carsten Gaebler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050519 X-Accept-Language: de, en, zu MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 07/06/2005 05:27 PM, Ed Elliott wrote: > > > #ifndef PEM_F_DEF_CALLBACK > + #ifdef PEM_F_PEM_DEF_CALLBACK > + /* In OpenSSL 0.9.8 PEM_F_DEF_CALLBACK was renamed */ > + #define PEM_F_DEF_CALLBACK PEM_F_PEM_DEF_CALLBACK > + #endif > + #endif > > Thanks a lot. That solved the problem. Much quicker and neater by the way than switching to a different compiler, distro or user group ... cg. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org