You’re playing with fire if you have multiple versions of Openssl installed in the common search paths.
> On Nov 15, 2016, at 3:50 PM, varun <[email protected]> wrote: > > Hi Azat, > > Here you go: > > $ nm -g /usr/lib/libssl.dylib | grep TLS_method > $ ls -al /usr/lib/libssl.dylib > lrwxr-xr-x 1 root wheel 18 May 20 16:21 /usr/lib/libssl.dylib -> > libssl.0.9.8.dylib > $ openssl version > OpenSSL 1.1.0c 10 Nov 2016 > $ which openssl > /usr/local/bin/openssl > > The method does not exist, also the lib is pointing to a older version of > openssl but when I run openssl it is the newest version. > Also when compiling and install openssl I did not use any prefixes. So it > would have installed int he default places. > > Thanks *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
