php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25964 Compile failure with imap
Submitted: 2003-10-23 06:25 UTC Modified: 2003-10-28 03:53 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: aleks at m2media dot ru Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.4RC2 OS: Linux RH7.3
Private report: No CVE-ID: None
 [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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-23 22:14 UTC] iliaa@php.net
What other extensions do you have enabled?
 [2003-10-24 05:07 UTC] 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-27 22:34 UTC] iliaa@php.net
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-28 03:53 UTC] sniper@php.net
You're enabling kerberos even when your c-client does not have it enabled. Not bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 18 02:01:27 2024 UTC