Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies in documentation #136

Open
astewartau opened this issue Oct 9, 2024 · 0 comments
Open

Update dependencies in documentation #136

astewartau opened this issue Oct 9, 2024 · 0 comments

Comments

@astewartau
Copy link
Contributor

astewartau commented Oct 9, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant