I am running SuSE 8.0, have horde configured, php installed, but without imap support - it keeps erroring out during the make process. The imap package is installed on the system.
Previous compiles have provided for mysql, gettext, and apxs support, but imap is always a bust! I get this error whenever using the --with-imap --with-imap-ssl flags when recompiling
php 4.2.3 (using only --with-imap errors out duing ./configure letting me know I need to add SSL support)
excerpt from make at point of error:
Making all in .
make[1]: Entering directory /home/downloads/php-4.2.3'
/bin/sh /home/downloads/php-4.2.3/libtool --silent --mode=link gcc -I.l
/bin/sh /home/downloads/php-4.2.3/libtool --silent --mode=link gcc -I.
/usr/i486-suse-linux/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [code=php] Error 1
make[1]: Leaving directory/home/downloads/php-4.2.
Questions:
What is -lcrypto?
What do I need to do to get imap support ????
Thanks in advance.