| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
  [2003-04-12 13:17 UTC] alietss at yahoo dot com
 Hi boys:
I'm building rpms for RedHat 9.0 of php-4.3.2 latest stables sources, httpd-2.0.45, but my make is failing not finding the krb5.h wich is in /usr/kerberos/include, the strange is that in the past this was working for me.... This is the error output, and my configure line...
In file included from /usr/include/openssl/ssl.h:179,
                 from /usr/src/redhat/BUILD/php-4.3.2/main/php_network.h:78,
                 from /usr/src/redhat/BUILD/php-4.3.2/ext/standard/fsock.h:38,
                 from /usr/src/redhat/BUILD/php-4.3.2/ext/standard/php_standard.
h:44,
                 from /usr/src/redhat/BUILD/php-4.3.2/ext/zlib/zlib.c:48:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
here my configure line...
%configure \
	--prefix=%{_prefix} \
	--cache-file=../config.cache \
	--with-config-file-path=%{_sysconfdir} \
	--with-config-file-scan-dir=%{_sysconfdir}/php.d \
	--enable-force-cgi-redirect \
	--disable-debug \
	--enable-pic \
	--disable-rpath \
	--enable-inline-optimization \
	--with-bz2 \
	--with-db4 \
	--with-curl \
	--with-dom=%{_prefix} \
	--with-exec-dir=%{_bindir} \
	--with-freetype-dir=%{_prefix} \
	--with-png-dir=%{_prefix} \
	--with-gd \
	--enable-gd-native-ttf \
	--with-ttf \
	--with-gdbm \
	--with-gettext \
	--with-pdflib=shared \
	--with-tiff-dir=%{_prefix} \
	--with-ncurses \
	--with-gmp \
	--with-iconv \
	--enable-xslt=shared \
	--with-jpeg-dir=%{_prefix} \
	--with-openssl \
	--with-png \
	--with-pspell \
	--with-regex \
	--with-xml \
	--with-expat-dir=%{_prefix} \
	--with-zlib \
	--with-layout=GNU \
	--enable-bcmath \
	--enable-exif \
	--enable-ftp \
	--enable-magic-quotes \
	--enable-safe-mode \
	--enable-sockets \
	--enable-sysvsem \
	--enable-sysvshm \
	--enable-discard-path \
	--enable-track-vars \
	--enable-trans-sid \
	--enable-yp \
	--enable-wddx \
	--without-oci8 \
	--with-pear=/usr/share/pear \
	--with-imap=shared \
	--with-imap-ssl \
	--with-kerberos=/usr/kerberos \
	--with-ldap=shared \
	--with-mcal=shared,%{_prefix} \
	--with-mcrypt=shared,%{_prefix} \
	--with-mhash=shared,%{_prefix} \
	--with-mssql=shared,%{_prefix} \
	--with-mysql=shared,%{_prefix} \
%if %{oracle}
	--with-oci8=shared \
%endif
	--with-pgsql=shared \
	--with-snmp=shared,%{_prefix} \
	--with-snmp=shared \
	--with-xslt-sablot=shared,%{_prefix} \
	--with-sablot-js=shared,%{_prefix} \
	--enable-ucd-snmp-hack \
	--with-unixODBC=shared \
	--enable-memory-limit \
	--enable-bcmath \
	--enable-shmop \
	--enable-calendar \
	--enable-dbx \
	--enable-dio \
	--enable-mcal \
                             I hope it helps, Aliet
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
Hi Snipper: Hey I tested with latest snapshot and the error persists in the make.... Here my openssl and rpms related on RedHat 9.0 openssl-0.9.7a-5 openssl-devel-0.9.7a-5 openssl-perl-0.9.7a-5 krb5-libs-1.2.7-14 pam_krb5-1.60-1 krb5-server-1.2.7-14 krb5-workstation-1.2.7-14 krb5-devel-1.2.7-14 Regards