diff options
| author | Oussama Gammoudi <[email protected]> | 2017-06-03 16:21:50 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-03 16:21:50 +0100 |
| commit | 0f02a8b61d9d8878eece3264bdc3271e2bd9b86b (patch) | |
| tree | 8abfdd751104c872a96b8e0596f0760ce0537be4 | |
| parent | Little docs fix (diff) | |
| download | rust-openssl-0f02a8b61d9d8878eece3264bdc3271e2bd9b86b.tar.xz rust-openssl-0f02a8b61d9d8878eece3264bdc3271e2bd9b86b.zip | |
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
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |