Hi,
I hope somebody i able to help me solve this problem.
I'm trying to compile PHP 4.3.4 on linux RH90 with the following command:
./configure --with-mysql --with-imap --with-xml
--with-domxml --with-apache=../apache_1.3.29 --with-kerberos
but the command fail in the Configuring extensions section with this error code:
checking for IMAP support... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... (cached) yes
checking whether SSL libraries are needed for c-client... no
checking whether IMAP works... no
configure: error: build test failed. Please check the config.log for details.
when i look in the config.log - last couples of lines - i see the following:
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libc-client.a(osdep.o)(.text+0xbafe): In function ssl_genkey':
: undefined reference toERR_error_string'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libc-client.a(osdep.o)(.text+0xbb81): In function ssl_server_input_wait':
: undefined reference toSSL_get_fd'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libc-client.a(osdep.o)(.text+0xbb96): In function ssl_server_input_wait':
: undefined reference toSSL_pending'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libc-client.a(osdep.o)(.text+0xbbba): In function ssl_server_input_wait':
: undefined reference toSSL_read'
collect2: ld returned 1 exit status
configure: failed program was:
#line 40560 "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_newbody();
int main() {
mail_newbody();
return 0;
}
how do i solve this problem? I've been searching on google but couldn't find an answer.
please help.
br
kim