search for: a726d85f

Displaying 1 result from an estimated 1 matches for "a726d85f".

2002 Jul 04
1
libcrypto requires libdl
My libcrypto does dynamic library linking (dlopen(), etc) and consequently prerequires libdl. I.e. if you link with -lcrypto, you must also specify -ldl. I don't know how unique this situation is to me, but it causes configure to fail. The symptom is that configure complains that libcrypto does not exist (because it does a test link to test for existence of libcrypto and assumes that any