Hi!

I have tryed to compile php with imap support but i get an error when i run
make.

Here is my configuration

Redhat 8.0,apache-1.3.27,php-4.2.3

./configure --prefix=/usr/local/php-4.2.3
--with-mysql=/usr/local/mysql-max-3.23.53a-pc-linux-gnu-i686
--with-apxs=/usr/local/apache-1.3.27/bin/apxs
--with-config-file-path=/usr/local/php-4.2.3
--disable-debug
--enable-pic
--disable-rpath
--enable-inline-optimization
--with-gettext
--with-jpeg-dir=/usr
--with-png
--with-regex=system
--with-layout=GNU
--enable-bcmath
--enable-debugger
--disable-ftp
--enable-magic-quotes
--disable-safe-mode
--enable-sockets
--enable-sysvsem
--enable-sysvshm
--enable-track-vars
--enable-yp
--enable-wddx
--without-oracle
--without-oci8
--with-kerberos
--with-zlib
--with-imap
--with-imap-ssl

And my Error when i run Make is the follow

checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  -L/usr/lib -lkrb5 -lgssapi -pthreads)
works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.

Any clue someone?, plz help



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to