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