-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
priority: medium (missing info)An additional information can be helpful or interesting, but the absence is not disruptiveAn additional information can be helpful or interesting, but the absence is not disruptive
Description
We do not support rhel 8, but for the reference, we can note this on the installation page if the following error occurs:
● memgraph.service - Memgraph: High performance, in-memory, transactional graph database
Loaded: loaded (/usr/lib/systemd/system/memgraph.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2024-04-24 07:32:44 UTC; 3s ago
Process: 13859 ExecStart=/usr/lib/memgraph/memgraph (code=exited, status=127)
Main PID: 13859 (code=exited, status=127)
Apr 24 07:32:44 ip-10-0-10-45.eu-west-1.compute.internal systemd[1]: Started Memgraph: High performance, in-memory, transactional graph database.
Apr 24 07:32:44 ip-10-0-10-45.eu-west-1.compute.internal memgraph[13859]: /usr/lib/memgraph/memgraph: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or direct>
Apr 24 07:32:44 ip-10-0-10-45.eu-west-1.compute.internal systemd[1]: memgraph.service: Main process exited, code=exited, status=127/n/a
Apr 24 07:32:44 ip-10-0-10-45.eu-west-1.compute.internal systemd[1]: memgraph.service: Failed with result 'exit-code'.
Fix:
sudo dnf install compat-openssl10
sudo systemctl restart memgraph
Metadata
Metadata
Assignees
Labels
priority: medium (missing info)An additional information can be helpful or interesting, but the absence is not disruptiveAn additional information can be helpful or interesting, but the absence is not disruptive