-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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:
~/repos/ezbids: ./dev.sh -d
+ BRAINLIFE_AUTHENTICATION=true
+ getopts d flag
+ case $flag in
+ 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 $flag in
+ 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
I am using Arch Linux with Zen kernel:
~: uname -v
#1 ZEN SMP PREEMPT_DYNAMIC Thu, 12 Sep 2024 17:17:51 +0000
Metadata
Metadata
Assignees
Labels
No labels