'I tried to install cosmwasm using rust and I got the following error
while running this command "cargo install cargo-generate --features vendored-openssl" I got the error
error: failed to run custom build command for `openssl-sys v0.9.73`
Caused by:
process didn't exit successfully: `C:\Users\ARAVIN~1\AppData\Local\Temp\cargo-installPIMqQf\release\build\openssl-sys-520d67ed8ad782c5\build-script-main` (exit code: 101)
--- stdout
cargo:rustc-cfg=const_fn
cargo:rerun-if-env-changed=X86_64_PC_WINDOWS_MSVC_OPENSSL_NO_VENDOR
X86_64_PC_WINDOWS_MSVC_OPENSSL_NO_VENDOR unset
cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR
OPENSSL_NO_VENDOR unset
running "perl" "./Configure" "--prefix=C:\\Users\\ARAVIN~1\\AppData\\Local\\Temp\\cargo-installPIMqQf\\release\\build\\openssl-sys-09c4d916681ea0b7\\out\\openssl-build\\install" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "no-engine" "no-asm" "VC-WIN64A"
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: NotFound, message: "program not found" }', C:\Users\Aravind Mandiga\.cargo\registry\src\github.com-1ecc6299db9ec823\openssl-src-111.18.0+1.1.1n\src\lib.rs:477:39
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cargo-generate v0.13.1`, intermediate artifacts can be found at `C:\Users\ARAVIN~1\AppData\Local\Temp\cargo-installPIMqQf`
Caused by:
build failed
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|