Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error loading libcrypto.so.1.1 in Ubuntu #21

Open
ufoscout opened this issue Aug 23, 2023 · 0 comments
Open

error loading libcrypto.so.1.1 in Ubuntu #21

ufoscout opened this issue Aug 23, 2023 · 0 comments

Comments

@ufoscout
Copy link

It is impossible to use this library in ubuntu 22.04.
It complains about libcrypto.so.1.1 which is not present in ubuntu even if libssl-dev is installed.

Error message:

ic-test-state-machine: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Creating dummy canister
thread 'state_machine::cell::should_init_tx_cell' panicked at 'failed to send request length: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:368:14
stack backtrace:
   0: rust_begin_unwind
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/panicking.rs:67:14
   2: core::result::unwrap_failed
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/result.rs:1651:5
   3: core::result::Result<T,E>::expect
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/result.rs:1033:23
   4: ic_test_state_machine_client::StateMachine::send_request
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:366:9
   5: ic_test_state_machine_client::StateMachine::call_state_machine
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:358:9
   6: ic_test_state_machine_client::StateMachine::update_call
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:129:9
   7: ic_test_state_machine_client::call_candid_as::{{closure}}
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:444:9
   8: ic_test_state_machine_client::with_candid
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:564:11
   9: ic_test_state_machine_client::call_candid_as
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:443:5
  10: ic_test_state_machine_client::StateMachine::create_canister
             at /home/ufo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ic-test-state-machine-client-3.0.0/src/lib.rs:157:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant