Test your config using openssl -a If DSO is on you 'll get something including the following flags: -DDSO_DLFCN -DHAVE_DLFCN_H
In fact is seems that there is only a "no-dso" options! The DSO support is enable by default (if available). Try to add that flag to the config. ./config shared threads -DDSO_DLFCN -DHAVE_DLFCN_H stop the script and have a look at the CFLAG. for me... that add the flag CFLAG =-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DDSO_DLFCN -DHAVE_DLFCN_H -mcpu=pentium -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM If you get a compile time error. please report it. Fred -----Original Message----- From: Christopher P. Masone [mailto:[EMAIL PROTECTED] Sent: Tue 10/4/2005 10:08 AM To: [email protected] Cc: Christopher P. Masone Subject: RE: Dynamic Engine support on OS X --- Frederic Donnat wrote: 26743:error:2507006C:DSO support routines:DSO_load:functionality not This says that you do not have the DSO support on! --- end of quote --- Yes, that error message led me to try passing both -DSO_DLFCN and -DDSO_DLFCN to the config script. But the first flag didn't change the behavior, and the second gave me a compile-time error. As far as I can tell, there is no "dso" config option...there's "shared", which I was using. Is there a dso option for ./config? -Chris ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
