You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the instructions on the ezBIDS documentation here, and at the ./dev.sh -d step, I encountered several errors that highlighted some missing dependencies that I don't think are documented yet, including:
OpenSSL
The libcrypto.so.1.1 library file was expected, which I found comes from OpenSSL:
~/repos/ezbids: ./dev.sh -d
+ BRAINLIFE_AUTHENTICATION=true
+ getopts d flag
+ case$flagin
+ BRAINLIFE_AUTHENTICATION=false
+ getopts d flag
+ export BRAINLIFE_AUTHENTICATION
+ git submodule update --init --recursive
+ cd api
+ npm install
node: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
ICU
The libicui18n.so.71 library was missing, which I found comes from the ICU package:
~/repos/ezbids: ./dev.sh -d
+ BRAINLIFE_AUTHENTICATION=true
+ getopts d flag
+ case$flagin
+ BRAINLIFE_AUTHENTICATION=false
+ getopts d flag
+ export BRAINLIFE_AUTHENTICATION
+ git submodule update --init --recursive
+ cd api
+ npm install
node: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
Thanks so much for the work on ezBIDS!
I was following the instructions on the ezBIDS documentation here, and at the
./dev.sh -d
step, I encountered several errors that highlighted some missing dependencies that I don't think are documented yet, including:OpenSSL
The
libcrypto.so.1.1
library file was expected, which I found comes from OpenSSL:ICU
The
libicui18n.so.71
library was missing, which I found comes from the ICU package:I am using Arch Linux with Zen kernel:
The text was updated successfully, but these errors were encountered: