You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use socketio-rs but it is outdated and has huge bugs. I need to switch to rust-socketio but when I import it, it works on mac but, I always get TLS error on linux.
There is a conflict, I need to disable somehow this rust-socketio's TLS library's.
arget/release/deps/libopenssl_sys-f4afbd0dbc527e3f.rlib(openssl_sys-f4afbd0dbc527e3f.openssl_sys.4d9d357f231a28a-cgu.0.rcgu.o): in function openssl_sys::openssl::ssl::SSL_CTX_set_max_proto_version': #14 106.7 openssl_sys.4d9d357f231a28a-cgu.0:(.text._ZN11openssl_sys7openssl3ssl29SSL_CTX_set_max_proto_version17hc1a8c98ec06e77beE+0xc): undefined reference to SSL_CTX_ctrl' #14 106.7 collect2: error: ld returned 1 exit status #14 106.7 #14 106.7 = note: some extern functions couldn't be found; some native libraries may need to be installed or have their path specified #14 106.7 = note: use the -l flag to specify native libraries to link #14 106.7 = note: use the cargo:rustc-link-lib directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)
Hello.
I have been add my current toml file.
I can use socketio-rs but it is outdated and has huge bugs. I need to switch to rust-socketio but when I import it, it works on mac but, I always get TLS error on linux.
There is a conflict, I need to disable somehow this rust-socketio's TLS library's.
Or I dont know if there is another solution.
tokio = { version = "1", features = ["full"] }
socketio-rs = "0.1.8"
serde = { version = "1.0", features = ["derive"] }
rquest = { version = "0.27", features = ["boring-tls", "cookies"] }
hyper2 = "=0.14.62"
boring = { package = "boring2", version = "=4.12.0", default-features = false }
boring-sys2 = "=4.12.0"
http = "0.2"
chrono = "0.4"
engineio-rs = "0.1.5"
rand = "0.8"
flate2 = "1.0"
percent-encoding = "2.1.0"
brotli = "3.3.4"
futures = "0.3.31"
rust-crypto = { version = "0.2.36", default-features = false }
hex = "0.4.3"
scopeguard = "1.1"
The text was updated successfully, but these errors were encountered: