Hi 26743:error:2507006C:DSO support routines:DSO_load:functionality not
This says that you do not have the DSO support on! ./Configure dso or something like that. regards Fred -----Original Message----- From: Christopher P. Masone [mailto:[EMAIL PROTECTED] Sent: Tue 10/4/2005 4:36 AM To: [email protected] Cc: Christopher P. Masone Subject: Re: Dynamic Engine support on OS X --- Geoff Thorpe wrote: Sure, what kind of engine are you trying to build/load? I can't see any earthly reason why engines shouldn't work on OS-X, but I haven't tried this myself. Can you post a little more detail about the problem? Also, have you played with "openssl engine -vvvv" at all? It may help by generating an error-trace. --- end of quote --- I'd like to eventually use the opensc pkcs11 engine. However, I am currently trying to dynamcially load one of the engines that comes with openssl, to try to cut out possible errors in my building of the opensc stuff. I configure openssl like this when I build it: ./config -DENGINE_DYNAMIC_SUPPORT shared I've tried some other flags (-DSO_DLFCN doesn't help, -DDSO_DLFCN makes the build fail) as well, based on info I found poking around the openssl list, BSD lists, and some other places, but I still get the same error. I run the following command from the install directory, /usr/local/ssl/: bin/openssl engine -vvvv dynamic -pre SO_PATH:/usr/local/ssl/lib/engines/lib4758cca.so -pre LOAD and I get this output: (dynamic) Dynamic engine loading support [Success]: SO_PATH:/usr/local/ssl/lib/engines/lib4758cca.so [Failure]: LOAD 26743:error:2507006C:DSO support routines:DSO_load:functionality not supported:dso_lib.c:239: 26743:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450: Right now, I'm trying to see if the same fix that is used in OpenBSD and FreeBSD will help, but I haven't gotten to test it yet. Is this helpful? Thanks 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]
