Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28495 invoked from network); 13 Jun 2003 21:27:12 -0000 Received: from unknown (HELO mail.3gstech.com) (216.239.132.110) by pb1.pair.com with SMTP; 13 Jun 2003 21:27:12 -0000 Received: from 3gstech.com (ip12-162-2-41.us01.qualys.com [12.162.2.41]) by mail.3gstech.com (Postfix) with ESMTP id E7EB49CF10D; Fri, 13 Jun 2003 14:27:09 -0700 (PDT) Message-ID: <3EEA4181.1090201@3gstech.com> Date: Fri, 13 Jun 2003 14:26:25 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux i686; 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: multipart/alternative; boundary="------------000709020307010102050705" Subject: Re: [PHP-DEV] php5 compile problem From: waboring@3gstech.com (walt boring) --------------000709020307010102050705 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 > >Kevin > > I just tried this after doing a cvsclean and ./buildconf and ./configure same problem. My configure line is ./configure \ --with-oci8=/u01/app/oracle/product/8.1.7 \ --enable-sigchild \ --with-mcrypt \ --with-gd \ --with-png-dir=/usr \ --with-jpeg-dir=/usr \ --with-zlib-dir=/usr \ --enable-sysvsem \ --enable-sysvshm \ --enable-shmop \ --enable-trackvars \ --with-xml \ --with-zlib \ --with-gdbm \ --with-dom \ --with-mysql=/usr \ --enable-memory-limit \ --enable-mbstring \ --with-gettext \ --enable-tokenizer \ --enable-sockets \ --with-kerberos=/usr/kerberos \ --with-openssl \ --with-apxs=/usr/local/apache/bin/apxs \ --enable-mbstr-enc-trans --------------000709020307010102050705--