ID: 25964 Updated by: [EMAIL PROTECTED] Reported By: aleks at m2media dot ru -Status: Feedback +Status: Bogus Bug Type: Compile Failure Operating System: Linux RH7.3 PHP Version: 4.3.4RC2 New Comment:
You're enabling kerberos even when your c-client does not have it enabled. Not bug. Previous Comments: ------------------------------------------------------------------------ [2003-10-27 22:34:33] [EMAIL PROTECTED] Try compiling just the imap extension and see if it breaks. If it does not keep on adding 1 extension at a time until it does. Then report the extension that conflicts with imap. ------------------------------------------------------------------------ [2003-10-24 05:07:12] aleks at m2media dot ru My config file is: #!/bin/bash ./configure \ --prefix=/usr \ --with-config-file-path=/etc \ --disable-debug \ --enable-pic \ --enable-shared \ --enable-inline-optimization \ --with-apxs=/usr/sbin/apxs \ --with-exec-dir=/usr/bin \ --with-regex=system \ --with-gettext \ --with-gd \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-zlib-dir=/usr \ --with-zlib=/usr \ --with-bz2=/usr \ --with-db \ --with-db3 \ --with-cdb \ --with-gdbm \ --enable-dbase \ --enable-debugger \ --enable-magic-quotes \ --enable-safe-mode \ --enable-sockets \ --enable-sysvsem \ --enable-sysvshm \ --enable-track-vars \ --enable-yp \ --enable-ftp \ --enable-wddx \ --with-mysql=/home/mysql \ --without-oracle \ --without-oci8 \ --with-xml \ --with-mod_charset \ --with-mnogosearch=shared \ --with-pgsql=/home/pgsql \ --with-dom \ --with-sablot \ --with-expat-dir=/usr \ --enable-xslt \ --with-xslt-sablot \ --with-sablot-js \ --enable-trans-sid \ --enable-calendar \ --with-openssl=/usr \ --with-imap=shared,/usr/local/imap \ --with-kerberos=/usr/kerberos \ --with-mhash \ --enable-pcntl \ --with-iconv \ --with-swf=/usr \ --with-ttf \ --with-freetype-dir \ --enable-gd-native-ttf \ --enable-mbstring=ru \ --enable-mbstr-enc-trans \ --enable-mbregex \ --with-interbase=/opt/interbase \ --enable-exif \ --with-mssql=/usr/local ------------------------------------------------------------------------ [2003-10-23 22:14:59] [EMAIL PROTECTED] What other extensions do you have enabled? ------------------------------------------------------------------------ [2003-10-23 06:25:30] aleks at m2media dot ru Description: ------------ if compile php with --with-imap=shared,/usr/local/imap when: /Php/php-4.3.4RC2/ext/imap/php_imap.c -o ext/imap/php_imap.lo /Php/php-4.3.4RC2/ext/imap/php_imap.c: In function `zm_startup_imap': /Php/php-4.3.4RC2/ext/imap/php_imap.c:431: `auth_gss' undeclared (first use in this function) /Php/php-4.3.4RC2/ext/imap/php_imap.c:431: (Each undeclared identifier is reported only once /Php/php-4.3.4RC2/ext/imap/php_imap.c:431: for each function it appears in.) make: *** [ext/imap/php_imap.lo] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25964&edit=1