Top "Libssl" questions

libssl is the portion of OpenSSL which supports TLS

How to install wget in macOS?

I try to install wget in MAC OS 10.11.1 but when I run ./configure --with-ssl=openssl I get this error: configure: …

macos wget osx-elcapitan libssl libressl
installing libssl0.9.8 on debian 7

I'm trying to install uTorrent on debian 7 but every time I tried to run it got this error message : error …

linux debian libssl
mongod: error while loading shared libraries: libssl.so.10 libcrypto.so.10

Problem I downloaded the mongodb 3.0.7 tar files. Then I added the bin directory to my path: export PATH=<mongodb-install-directory&…

mongodb openssl libssl libcrypto
no version information available

I'm using Ubuntu 12.04 - server and consistently getting: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/…

ubuntu openldap libssl libcrypto
Encryption/decryption doesn't work well between two different openssl versions

I've downloaded and compiled openssl-1.1.0. I can encrypt and decrypt using the same exe of openssl (as is here) me@…

linux encryption openssl cryptography libssl
Any good examples on programming using libssl?

I was wondering whether someone knows any good examples of using libssl as a programming library. Its kind of annoying …

c ssl openssl libssl
libcrypto.so.10: cannot open shared object file: No such file or directory

I am trying to install ODBC driver for Debian arrording to these instructions: https://blog.afoolishmanifesto.com/posts/install-and-configure-the-ms-odbc-driver-on-debian/ However …

odbc debian libssl libcrypto
uWSGI can not load libssl.1.0.0.dylib

When I call uwsgi, it always shows the following: dyld: Library not loaded: libssl.1.0.0.dylib Referenced from: /Users/xingshi/anaconda/…

macos uwsgi libssl
Tcpdump trace on android - could not load library "libssl.so" needed by "/system/bin/tcpdump"

I need to do tcpdump trace on my android devices. My setup: Push tcpdump file to sdcard adb push filepath/…

android adb linker-errors tcpdump libssl
Compiling C programs using libssl on OS X El Capitan?

I have a simple C program using libssl. On Linux, I installed the openssl-dev package and compiled the program with …

c macos gcc homebrew libssl