From:             [EMAIL PROTECTED]
Operating system: Debian 2.2
PHP version:      4.2.3
PHP Bug Type:     *Compile Issues
Bug description:  Problems Compiling PHP with Cyrus imap

I am trying to compile PHP with cyrus imap support but with no success.I
found the same problem in the bug report database.There the problem is
listed as resolved within the newest releases, but I am still getting the
same error messages:

cyrus.c: In function `zm_startup_cyrus':
cyrus.c:86: warning: passing arg 1 of `zend_register_list_destructors_ex'
from incompatible pointer type
cyrus.c: In function `zif_cyrus_connect':
cyrus.c:152: too many arguments to function `imclient_connect'
cyrus.c: In function `zif_cyrus_authenticate':
cyrus.c:300: warning: comparison between pointer and integer
cyrus.c:309: warning: comparison between pointer and integer
cyrus.c:318: warning: passing arg 2 of `imclient_authenticate' from
incompatible pointer type
cyrus.c:318: too many arguments to function `imclient_authenticate'
make[3]: *** [cyrus.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Here is the command line that I use:

./configure --with-mysql=/usr/local/mysql
--with-apxs2=/usr/local/apache/bin/apxs --enable-inline-optimization
--with-gettext=/usr/local/gettext --with-openssl=/usr/local --with-wddx
--with-cyrus --with-imap-ssl=/usr/local --with-xml --with-mcrypt 
--with-png-dir=/usr --enable-ftp --with-mcal=/usr

Here is the bug report ID that I was looking at earling in my efforts to
resolve this.

http://bugs.php.net/bug.php?id=15059

Regards,
ka
-- 
Edit bug report at http://bugs.php.net/?id=20915&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20915&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20915&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20915&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20915&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20915&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20915&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20915&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20915&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20915&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20915&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20915&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20915&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20915&r=isapi

Reply via email to