ID: 32390 Updated by: [EMAIL PROTECTED] Reported By: ptiggerdine at fastmail dot com dot au -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: Gentoo linux PHP Version: 4.3.10 New Comment:
What is the configure line that you used? (No, gentoo emerge lines are not useful) Previous Comments: ------------------------------------------------------------------------ [2005-03-21 06:09:30] ptiggerdine at fastmail dot com dot au Description: ------------ This is exactly the same problem as: http://bugs.php.net/bug.php?id=30640 And I challange anyone who says that this is bogus. If you have a look in the ./configure script, it only looks for MIT libraries NEVER looks for heimdal libraries at all. Heimdal has different library names. Reproduce code: --------------- for gentoo. export USE="kerberos imap ssl php" emerge heimdal && emerge php Expected result: ---------------- to compile Actual result: -------------- Actual result: -------------- checking for IMAP support... yes checking for pam_start in -lpam... (cached) yes checking for crypt in -lcrypt... (cached) yes checking whether SSL libraries are needed for c-client... /usr/lib checking whether IMAP works... no configure: error: build test failed. Please check the config.log for details. config.log: configure:41193: checking whether SSL libraries are needed for c-client configure:41323: gcc -o conftest -g -O2 -Wl,-rpath,/var/tmp/imap/lib -L/var/tmp/imap/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lresolv -lm -ldl -lnsl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/b in/ld: cannot find -lgssapi_krb5 collect2: ld returned 1 exit status configure: failed program was: #line 41298 "configure" #include "confdefs.h" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32390&edit=1