Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93895 invoked from network); 13 Jun 2003 23:06:14 -0000 Received: from unknown (HELO mail.echospace.com) (216.57.208.136) by pb1.pair.com with SMTP; 13 Jun 2003 23:06:14 -0000 Received: (qmail 27173 invoked from network); 13 Jun 2003 23:06:13 -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 23:06:13 -0000 Message-ID: <3EEA58E2.2040806@php.net> Date: Fri, 13 Jun 2003 16:06:10 -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: walt boring CC: Kevin Waterson , internals@lists.php.net References: <3EE9099F.5040104@3gstech.com> <20030613121019.64058c07.kevin@oceania.net> <3EEA4181.1090201@3gstech.com> In-Reply-To: <3EEA4181.1090201@3gstech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php5 compile problem From: vlad@php.net (Vlad Krupin) [snip] >> 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 As far as I know, --with-kerberos does not have any effect if you do not compile PHP with imap support, so it won't work for your configure line. Vlad > > > ./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 > >