We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I did below steps to use the provided plugin but getting error.
I am doing below steps, let me know If I miss something or doing wrong.
Step 1: I have cloned the repo using below command git clone https://github.com/radpointhq/orthanc-s3-storage.git
Step 2: Run below command cd orthanc-s3-storage/scripts/docker-build-orthanc/
Step 3: Run below command sh ./build-s3-plugin.sh
Step 4: Copy below files to plugin as backup libOrthancS3StoragePlugin.so*
Step 5: Run below command cd ../docker-run-orthanc
Step 6: Run below command sh ./build-orthanc-in-docker.sh
Step 7: Update S3 details in orthanc.json file
Step 8: Copy libOrthancS3StoragePlugin.so* files to orthanc/plugin directory
Step 9: Run below command sh ./run-orthanc-in-docker.sh
Getting error => WARNING: Published ports are discarded when using host network mode Startup command: Orthanc /etc/orthanc/orthanc.json W1220 05:54:13.700517 main.cpp:1956] Orthanc version: 1.9.7 W1220 05:54:13.708643 OrthancConfiguration.cpp:66] Reading the configuration from: "/etc/orthanc/orthanc.json" W1220 05:54:13.799452 main.cpp:878] Loading plugin(s) from: /usr/local/share/orthanc/plugins E1220 05:54:13.801282 SharedLibrary.cpp:97] dlopen(/usr/local/share/orthanc/plugins/libOrthancS3StoragePlugin.so) failed: Error libcurl-gnutls.so.4: cannot open shared object file: No such file or directory E1220 05:54:13.819221 main.cpp:2013] Uncaught exception, stopping now: [Error while using a shared library (plugin)] (code 25) W1220 05:54:13.819277 main.cpp:2044] Orthanc has stopped
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I did below steps to use the provided plugin but getting error.
I am doing below steps, let me know If I miss something or doing wrong.
Step 1: I have cloned the repo using below command
git clone https://github.com/radpointhq/orthanc-s3-storage.git
Step 2: Run below command
cd orthanc-s3-storage/scripts/docker-build-orthanc/
Step 3: Run below command
sh ./build-s3-plugin.sh
Step 4: Copy below files to plugin as backup
libOrthancS3StoragePlugin.so*
Step 5: Run below command
cd ../docker-run-orthanc
Step 6: Run below command
sh ./build-orthanc-in-docker.sh
Step 7: Update S3 details in orthanc.json file
Step 8: Copy libOrthancS3StoragePlugin.so* files to orthanc/plugin directory
Step 9: Run below command
sh ./run-orthanc-in-docker.sh
Getting error =>
WARNING: Published ports are discarded when using host network mode
Startup command: Orthanc /etc/orthanc/orthanc.json
W1220 05:54:13.700517 main.cpp:1956] Orthanc version: 1.9.7
W1220 05:54:13.708643 OrthancConfiguration.cpp:66] Reading the configuration from: "/etc/orthanc/orthanc.json"
W1220 05:54:13.799452 main.cpp:878] Loading plugin(s) from: /usr/local/share/orthanc/plugins
E1220 05:54:13.801282 SharedLibrary.cpp:97] dlopen(/usr/local/share/orthanc/plugins/libOrthancS3StoragePlugin.so) failed: Error libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
E1220 05:54:13.819221 main.cpp:2013] Uncaught exception, stopping now: [Error while using a shared library (plugin)] (code 25)
W1220 05:54:13.819277 main.cpp:2044] Orthanc has stopped
The text was updated successfully, but these errors were encountered: