Hi guys, I'm trying to compile php5 (snapshot from today) with imap (imap-2002d). ./configure works just fine, but when I run make I get errors.
I have the following imap packages installed (Mandrake 9.2): imap-2002d-6mdk imap-devel-2002d-6mdk imap-utils-2002d-6mdk I have tried to configure with: --with-imap=shared --with-imap-ssl or --with-imap=shared --without-imap-ssl or --with-imap=shared Nothing seams to work. 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 How the h*ll do I get this to work. /Thomas PS: I have tried with the latest stable php4 too, but get the same, or similar, error.