memgraph / documentation

The official documentation for Memgraph open-source graph database.
https://memgraph.com/docs
MIT License
9 stars 5 forks source link

Rhel 8 Installation proces failes because of OpenSSL #720

Open antejavor opened 3 weeks ago

antejavor commented 3 weeks ago

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