From 0f02a8b61d9d8878eece3264bdc3271e2bd9b86b Mon Sep 17 00:00:00 2001 From: Oussama Gammoudi Date: Sat, 3 Jun 2017 16:21:50 +0100 Subject: [PATCH] Add pkg-config error: failed to run custom build command for `openssl-sys v0.9.13` run pkg_config fail: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)" Problem encountered on WSL (Ubuntu on windows). Fixed by installing pkg-config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 365d57b1..14eb79ad 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ on them. ```bash # On Ubuntu -sudo apt-get install libssl-dev +sudo apt-get install pkg-config libssl-dev # On Arch Linux sudo pacman -S openssl # On Fedora