#464: drakma / cl+ssl failure ----------------------------+--------------------------------- Reporter: charmon | Owner: Evenson Not Org Type: defect | Status: assigned Priority: major | Milestone: 1.6.0 Component: libraries | Version: 1.6.0-dev Resolution: | Keywords: cl+ssl, ssl, drakma Parent Tickets: | ----------------------------+--------------------------------- Comment (by charmon): So both SBCL and ABCL use the following (on my system): /usr/local/Cellar/openssl/1.0.2t/lib/libssl.1.0.0.dylib But on SBCL, I get: {{{ CL-USER> (format nil "~X" (cl+ssl::ssl-eay)) "1000214F" }}} and on ABCL, I get: {{{ CL-USER> (format nil "~X" (cl+ssl::ssl-eay)) "20000000" }}} I think this is somehow making the cl+ssl stuff think that we're using post version 1.0 and it tries to call a function that doesn't exist. -- Ticket URL: <http://abcl.org/trac/ticket/464#comment:12> armedbear <http://abcl.org> armedbear