ID:               23180
 User updated by:  alietss at yahoo dot com
 Reported By:      alietss at yahoo dot com
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Linux RedHat 9.0
 PHP Version:      4CVS-2003-04-12 (stable)
 New Comment:

Hi people:
Hey I tested with php-4.3.1 and I have the same problem, I think should
be something related to RedHat 9.0. My configure now was...
 ./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu
--target=i686-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --with-openssl

But I have the same error...
En el fichero inclu�do de /usr/include/openssl/ssl.h:179,
                 de
/usr/src/redhat/BUILD/php-4.3.1/main/php_network.h:78,
                 de
/usr/src/redhat/BUILD/php-4.3.1/ext/standard/fsock.h:38,
                 de
/usr/src/redhat/BUILD/php-4.3.1/ext/standard/php_standard.h:44,
                 de
/usr/src/redhat/BUILD/php-4.3.1/ext/standard/basic_functions.c:28:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory


Previous Comments:
------------------------------------------------------------------------

[2003-04-12 13:17:15] 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

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=23180&edit=1

Reply via email to