Skip to content

Update dependencies in documentation #136

@astewartau

Description

@astewartau

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions