Last active
July 6, 2018 23:23
-
-
Save stpettersens/25e49e598a3b09290014be6015daa594 to your computer and use it in GitHub Desktop.
SSL libraries for building PHP with OpenSSL support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libssl-dev | |
sudo apt-get install libcurl4-openssl-dev | |
sudo apt-get install clibcurl4-openssl-dev pkg-config libssl-dev libsslcommon2-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo apt-get install clibcurl4-openssl-dev pkg-config libssl-dev libsslcommon2-dev
say:
E: Unable to locate package clibcurl4-openssl-dev
E: Unable to locate package libsslcommon2-dev
Debian 9.5
Which repo are you using?
Thanks.