Bug:
run pkg_config fail: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)"--- stderrthread 'main' panicked at 'Could not find directory of OpenSSL installation, and this `-sys` crate cannotproceed without this knowledge. If OpenSSL is installed and this crate hadtrouble finding it, you can set the `OPENSSL_DIR` environment variable for thecompilation process.Make sure you also have the development packages of openssl installed.For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
修复:
apt-get install libssl-dev pkg-config
