Re: [PHP-DEV] php5 compile problem

2003-06-13 Thread 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

Re: [PHP-DEV] php5 compile problem

2003-06-13 Thread walt boring
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 usua

Re: [PHP-DEV] php5 compile problem

2003-06-12 Thread Kevin Waterson
This one time, at band camp, Vlad Krupin <[EMAIL PROTECTED]> wrote: > 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

Re: [PHP-DEV] php5 compile problem

2003-06-12 Thread Vlad Krupin
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 usua

Re: [PHP-DEV] php5 compile problem

2003-06-12 Thread Kevin Waterson
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 t

Re: [PHP-DEV] php5 compile problem

2003-06-12 Thread Vlad Krupin
That's a known problem on redhat9 - kerberos include files are in /usr/kerberos/include, which is not in your include path. You have to tweak it by hand to make PHP compile with openssl on redhat9. PHP is not alone - any application that needs to be compiled against openssl on a redhat9 box wil

[PHP-DEV] php5 compile problem

2003-06-12 Thread walt boring
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. [EMAIL PROTE