From:             lists at nutshell dot nu
Operating system: Linux (Mandrake 9.2)
PHP version:      5.0.0b2 (beta2)
PHP Bug Type:     Compile Failure
Bug description:  Can't compile PHP (both 4 and 5) with IMAP 

Description:
------------
Please note that Mandrake 9.2 comes with a mod-imap for php4, but I wanted
to compile it to suite my needs.

I have tryed compiling php5 (b2 and later snapshots, as well as latest
official php4) with imap. I have tried with Mandrake 9.2's own imap-2002d,
recompiling it with "rpm -bb --target i686", as well as downgrading to
imap-2001a.

I have tried to configure with:
--with-imap=shared
--with-imap-ssl
or
--with-imap=shared
--without-imap-ssl
or
--with-imap=shared

Plus also adding "/usr" as dir and without shared.

Note that if I try to configure "--without-kerberos" the configure stops
at imap.

I have all normal and devel packages installed for imap, openssl and
keberos, as well as any util packages for them.

./configure works just fine, but when I run make I get errors.

I get the following error:
/usr/local/src/php5-200311122030/ext/imap/php_imap.c: In function
`zm_startup_imap':
/usr/local/src/php5-200311122030/ext/imap/php_imap.c:445: error:
`auth_gss' undeclared (first use in this function)
/usr/local/src/php5-200311122030/ext/imap/php_imap.c:445: error: (Each
undeclared identifier is reported only once
/usr/local/src/php5-200311122030/ext/imap/php_imap.c:445: error: for each
function it appears in.)
make: *** [ext/imap/php_imap.lo] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=26248&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26248&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26248&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26248&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26248&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26248&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26248&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26248&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26248&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26248&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26248&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26248&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26248&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26248&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26248&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26248&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26248&r=float

Reply via email to