[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
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
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
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
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
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
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