I have been trying now for about 2 days to get imap to work with php 1.1.2 I have installed imap the rpm version and have configured php to install it.
But everytime I run the make command I get the following error.
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: [libphp4.la] Error 1
make[1]: Leaving directory `/home/admin/updates/php-4.1.2'
make: [all-recursive] Error 1
My system is a full install of Redhat 7.1 running the following
Apache/1.3.20 (Unix) (Red-Hat/Linux) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.1.2 mod_perl/1.24_01 FrontPage/5.0.2.2510
any help on getting imap to run in php would be helpful.