Kevin Waterson wrote:

This one time, at band camp, walt boring <[EMAIL PROTECTED]> 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





-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to