Curl is not installing with ssl support in Centos (at user defined –perfix)
There is already a curl & openssl version installed in my system (Centos). I am trying to install curl with ssl support. what I've done: I have installed openssl from git (master) and installed it as follows ./configure --prefix=/path/to/xyz/dir make…