Error linking SSL and crypto libraries installed in custom location
问题 I am trying to create a shared library that is to be linked against OpenSSL-1.0.2p which depends on libssl1.0 . The installed version of OpenSSL on my ubuntu bionic machine is however OpenSSL-1.1.1 which internally uses libssl1.1 . Since I do not wish to install OpenSSL-1.0 system-wide, I downloaded and compiled it separately installing it into a folder inside my home directory. I wish to use this location against which I would want my shared library to link. Here is the Makefile for the