jpmitchell
Programmer
Here is the line of code that I am using from inside the php.4X directory: ./configure --with-mysql --with-apache=../apache_1.3.28 --with-gettext=../gettext-0.12.1 --with-mcrypt=../mcrypt-2.6.4 --with-imap=../imap-2002d
After executing this command I get the following error.
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.
And I looked at the config.log and it tells me and I get a lot of undefined errors:
/opt/packages/imap-2002d/c-client/osdep.c:860: undefined reference to `SSL_get_fd'
The daemon is running:
prompt:/opt/packages/php-4.3.3# /usr/sbin/imapd
* OK [CAPABILITY IMAP4REV1 X-NETSCAPE LOGIN-REFERRALS AUTH=LOGIN] xxxx.xxxx.net IMAP4rev1 2001.315 at Sun, 31 Aug 2003 13:59:46 -0400 (EDT)
If someone has the answer please help me. This is last configuration I need to get horde working!
Thanks,
JPM
After executing this command I get the following error.
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.
And I looked at the config.log and it tells me and I get a lot of undefined errors:
/opt/packages/imap-2002d/c-client/osdep.c:860: undefined reference to `SSL_get_fd'
The daemon is running:
prompt:/opt/packages/php-4.3.3# /usr/sbin/imapd
* OK [CAPABILITY IMAP4REV1 X-NETSCAPE LOGIN-REFERRALS AUTH=LOGIN] xxxx.xxxx.net IMAP4rev1 2001.315 at Sun, 31 Aug 2003 13:59:46 -0400 (EDT)
If someone has the answer please help me. This is last configuration I need to get horde working!
Thanks,
JPM