Click to See Complete Forum and Search --> : cannot find -lcrypto


Anon
12-15-2001, 09:01 PM
Hi,
I installt the new php 4.1 on an 7.2 SUSE
First at the configure i must take --with-imap-ssl cause the skript says that i must take this option too.
So i do this and now it works
So i do make
At the make progress he stops with the following warning

-ldl -lmysqlclient -lcrypt -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt
/usr/i486-suse-linux/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/usr/local/etc/php-4.1.0'
make: *** [all-recursive] Error 1

what have I do wrong or what must i install that it works?