| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-07-25 07:03 UTC] sniper@php.net
  [2002-07-25 07:06 UTC] sniper@php.net
  [2002-07-25 07:31 UTC] oden dot eriksson at kvikkjokk dot net
  [2002-07-25 07:34 UTC] sniper@php.net
  [2002-07-25 08:02 UTC] oden dot eriksson at kvikkjokk dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 14:00:01 2025 UTC | 
Hi. Whatever I pass to "--with-imap-ssl" I still get: checking for IMAP support... yes, shared checking for pam_start in -lpam... yes checking for crypt in -lcrypt... (cached) yes checking whether SSL libraries are needed for c-client... /usr/lib checking whether IMAP works... configure: error: build test failed. Please check the config.log for details. Ecerpts from config.log: configure:34909: checking whether SSL libraries are needed for c-client configure:35069: checking whether IMAP works configure:35102: gcc -o conftest -O3 -fomit-frame-pointer -pipe -march=i686 -mcpu=i686 -ffast-math -fno-strength-reduce -fPIC conftest.c -lcrypt -lpam -lgd -lt1 -lfreetype -lpng -lz -ljpeg -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lttf -lfreetype -lpng -ljpeg -lz -lnsl -lreadline -lhistory -lncurses -lcrypt 1>&5 /tmp/cclSaiiI.o: In function `main': /tmp/cclSaiiI.o(.text+0x31): undefined reference to `mail_open' collect2: ld returned 1 exit status configure: failed program was: #line 35077 "configure" #include "confdefs.h" void mm_log(void){} void mm_dlog(void){} void mm_flags(void){} void mm_fatal(void){} void mm_critical(void){} void mm_nocritical(void){} void mm_notify(void){} void mm_login(void){} void mm_diskerror(void){} void mm_status(void){} void mm_lsub(void){} void mm_list(void){} void mm_exists(void){} void mm_searched(void){} void mm_expunged(void){} char mail_open(); int main() { mail_open(0,"",0); return 0; } Reverting to ext/imap/config.m4 (v1.44) fixes the problem. Chears.