我正在为个人项目学习Rust,但是遇到了一个我不知道如何解决的问题。我想使用request
版本0.0.8下载JSON文件,但出现错误提示error: failed to run custom build command for 'openssl-sys v0.6.7'
。
在网上四处寻找,我发现的唯一解决方案是我通过apt进行的“ install libssl-dev”安装,已在我的计算机上验证为1.1.1版。
我正在使用this python file as my home-rolled makefile并运行该脚本produces this output。尽管运行cargo build
会产生相同的错误although with this output。
我也尝试过在Cargo.toml中直接链接OpenSSL,尽管那并没有改变。