Closed twmartin closed 8 years ago
openssl-dev ?
@adubovikov - I cannot find a Debian package by that name. libcurl4-openssl-dev
is the closest, but that doesn't seem quite right to me. Is openssl-dev
the correct package name?
vagrant@default-ubuntu-1404:~$ apt-cache search openssl-dev
libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
libgnutls-dev - GNU TLS library - development files
libglobus-common-dev - Globus Toolkit - Common Library Development Files
I could be wrong but I keep finding that the equivalent is libssl-dev.
@iamninjabob - I have that one installed already when make
pukes on me.
@adubovikov - That works. Thanks!
ok, nice, I will close the ticket
I am running into an issue when running
make
with--enable-ssl
configured. It appears to be identical to #72:The
./build.sh
step appears to have completed successfully:The
./configure --enable-ssl
step appears to have completed successfully:And all of the requisite packages appear to be installed:
Is there something else that I'm missing?