|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-10-23 06:25 UTC] 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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 08 15:00:01 2026 UTC |
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