-
Notifications
You must be signed in to change notification settings - Fork 6
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
OpenSSL 1.1.1 was EOL 11 sep 2023 #60
Comments
The OpenSSL dependency is there because mgclient depends on it (underlying Bolt protocol client implementation), but it should also work with OpenSSL 3.0 (compiled on Mac M1 with OpenSSL 3.3.1). What operating system are you compiling and using the client on? It should be possible to inject the right OpenSSL dependency under https://github.com/memgraph/rsmgclient/blob/master/build.rs, e.g. on Windows |
I'm on Mac M1 as well and at the lines referenced below it seems to me like the path to OpenSSL 1.1 is hardcoded, at least when using Homebrew? I haven't considered Windows, as I'm on a different OS, which was not made clear above. Sorry for that. https://github.com/memgraph/rsmgclient/blob/master/build.rs#L95C9-L99C11 |
You're right, on Mac paths are/were hardcoded 🙈 The following https://github.com/memgraph/rsmgclient/pull/61/files should be an improvement -> could you verify that it works for you? Offtopic, what's your use-case to use the graph database driver in Rust? |
"Offtopic, what's your use-case to use the graph database driver in Rust?" |
rsmgclient relies on OpenSSL 1.1.1 which was end of life 11 sep 2023. Perhaps it is time to depend on OpenSSL 3.0, the current LTS?
The text was updated successfully, but these errors were encountered: