Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you compile php with imap support (--with-imap)?

Status
Not open for further replies.

jpmitchell

Programmer
Dec 10, 2001
26
US
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




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top