Closed Amgine0 closed 9 years ago
@Amgine0 Try installing libssl-dev
to see if that fixes the issue:
$ sudo apt-get install libssl-dev
Same results after installing libssl-dev.
configure: error: Cannot find OpenSSL's libraries
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
(well, slightly different, but...)
Same issue here :/
Resolved with :
sudo apt-get install libcurl4-openssl-dev pkg-config.
Thanks @PyRowMan!
Don't forget to run:
sudo apt-get update
before trying to install new packages.
Clean install debian 8.2.0 amd64 install git, clone, run ./build.sh: