cargo build failed to run custom build command for `openssl-sys v0.9.72` 问题解决
问题:新装的ubuntu环境,cargo build失败,报错failed to run custom build command for `openssl-sys v0.9.72` ,如下图。解决方法:运行以下命令apt install pkg-config -yapt-get install libssl-dev -y
·
问题:
新装的ubuntu环境,cargo build失败,报错failed to run custom build command for `openssl-sys v0.9.72` ,如下图。
解决方法:
运行以下命令
apt install pkg-config -y
apt-get install libssl-dev -y
更多推荐


所有评论(0)