Top "Libssl" questions

libssl is the portion of OpenSSL which supports TLS

openssl: error while loading shared libraries: libssl.so.3

it doesn't matter what I type in combination with 'openssl', I always get the following error message: 'openssl: error while …

openssl debian libssl
Libssl and libcrypto causing dyld: Library not loaded: /usr/lib/libpq.5.dylib

I recently uninstalled postgresql and installed pyscopg2 via pip. I know there's some trickery involved with libcrypto and libssl Currently …

python postgresql pip psycopg2 libssl
How to install libssl-dev for OpenSSL 1.0.2a version on Ubuntu 14.04?

The command apt-cache policy libssl-dev shows the following output: libssl-dev: Installed: (none) Candidate: 1.0.1f-1ubuntu2.11 Version table: 1.0.1f-1ubuntu2.11 0 500 http://…

linux ubuntu openssl ubuntu-14.04 libssl
How do I run psycopg2 on El Capitan without hitting a libssl error

I've got a python django dev setup on my mac and have just upgraded to El Capitan. I've got psycopg2 …

python psycopg2 osx-elcapitan libssl
Depends: libssl0.9.8 (>= 0.9.8m-1) but it is not installable

I'm trying to install nginx (Debian 7, amd64): apt-get install nginx But I get an error: nginx : Depends: libssl0.9.8 (>= 0.9.8m-1) …

linux nginx debian libssl
openssl libs in Xcode 4

as the title suggests, I'm struggling to make the inclusion of openssl libs in my xcode iOs project, such as: #…

objective-c xcode4 libssl