Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18436 invoked from network); 13 Jun 2003 01:32:58 -0000 Received: from unknown (HELO mail.echospace.com) (216.57.208.136) by pb1.pair.com with SMTP; 13 Jun 2003 01:32:58 -0000 Received: (qmail 10314 invoked from network); 13 Jun 2003 01:32:57 -0000 Received: from bdsl.66.14.129.196.gte.net (HELO php.net) (66.14.129.196) by mail.echospace.com with SMTP; 13 Jun 2003 01:32:57 -0000 Message-ID: <3EE929C7.2040409@php.net> Date: Thu, 12 Jun 2003 18:32:55 -0700 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Waterson CC: internals@lists.php.net References: <3EE9099F.5040104@3gstech.com> <20030613121019.64058c07.kevin@oceania.net> In-Reply-To: <20030613121019.64058c07.kevin@oceania.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php5 compile problem From: vlad@php.net (Vlad Krupin) Kevin Waterson wrote: >This one time, at band camp, walt boring wrote: > > > >>I am trying to compile the latest PHP5 from CVS w/ openssl support, and >>it bails looking for krb.h. I have >>a RedHat9 box. Below is the output. I have this same issue with >>compiling php 4.3.2. I usually have to hack the >>Makefile to add the include path where the krb.h include is. >> >> > >I use redhat 9 and 5.0, be sure to configure > >--with-kerberos=/usr/kerberos > It was my understanding that this option was for IMAP, not openssl. By sheer luck you must've been also configuring PHP to have IMAP support, so '--with-kerberos' added a necessary '-I/usr/kerberos/include' for you. If you do not configure PHP to use IMAP, you won't be able to use openssl. At least that's what I experienced. Vlad > >Kevin > >