-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Environment
$ lsb_release -d
Description: Ubuntu 22.04.2 LTS
$ node -v
v18.17.1
$ npm -v
9.8.1
Reproduction
git clone https://github.com/danny-avila/LibreChat.git
cd LibreChat
npm ci
npx concurrently 'npx mongoz' 'npm run backend'
Describe the bug
npx mongoz
appears to always exit immediately with exit code 0.
it will print Starting mongo at port 27017
but then just exits.
Additional context
Logs
$ cat /tmp/mongo/logs/default/mongo/logs.txt
/tmp/mongo/source/mongo/4.4.2/linux/unpacked/bin/mongod: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
looks like a missing dependency?
similar issue here:
journeyapps/node-sqlcipher#101
I'm guessing mongo itself is actually exiting with an error status? But somehow the error message/status isn't making it to the console - this seems to happen also with just npx mongoz
, so probably not related to concurrently
.
I don't know most of the packages you use, so I can't really be of more help here, sorry.
Metadata
Metadata
Assignees
Labels
No labels