Hi all!
I compiled libOrthancAwsS3Storage.so, and trying to load it into Docker image jodogne/orthanc-python:1.11.0.
Upon docker run I'm getting this error libboost_filesystem.so.1.71.0:
E0718 08:03:55.374685 SharedLibrary.cpp:98] dlopen(/usr/local/share/orthanc/plugins/libOrthancAwsS3Storage.so) failed: Error libboost_filesystem.so.1.71.0: cannot open shared object file: No such file or directory
I understand something is missing from the image, I tried adding RUN command to the Dockerfile to install libboost-all-dev
but so far no luck!
Any help would be greatly appreceated!
Thanks, anat