Email:   Password:
Blog :: Technical Learning by Thomas Riemer
RSS 2.0   RSS 1.0   Atom
mongodb II   (PDF)
Posted April 12th, 2024

mongodb installation woes

Installation on aws 2023 /aws 2


So the general advice on the net is to do:

dnf install mongodb-org


When you get to mongosh ... you lose...

You'll get an error like:

<code>

[root@groupcorners /]# mongosh
mongosh: OpenSSL configuration error:
40C88FFB977F0000:error:030000A9:digital envelope routines:alg_module_init:unkno\
wn option:../deps/openssl/openssl/crypto/evp/evp_cnf.c:61:name=rh-allow-sha1-si\
gnatures, value=yes
</code>


And its all very sad!


So... to fix this:

<code>

dnf remove mongdb-org

dnf install ongodb-mongosh-shared-openssl3

dnf install mongodb-org

</code>

Somehow installing mongdb-org straight gets the wrong version of mongosh installed.

No one likes dependencies.


Now at least mongosh works.  Wish I knew where to send this bit so it gets fixed!



Copyright © 2024 Mind Contract, Inc.   All Rights Reserved
For more information call thomasriemer49@gmail.com or email 720-883-1866
Powered By: Build a Member