S3 plugins.

Hello everyone,

I am in big trouble i am not able to implement the S3 plugins in my orthanc configuration.
I did follow the official docs but still not able to create the plugin ‘so’ files for the S3 plugins.
This is official document that i followed

https://book.orthanc-server.com/plugins/object-storage.html

And i attaching my orthanc.conf file, please anyone help me resolve my problems.
Thanks

orthanc.conf (3.95 KB)

Hello,

If you don’t provide any information about how you try to build the “.so” file, nobody can help you:
https://book.orthanc-server.com/users/support.html#discussing-a-minimal-working-example

Screenshot from 2021-05-29 20-01-32.pngHello,

I used these commands,

$ mkdir ~/aws

$ cd ~/aws

$ git clone https://github.com/aws/aws-sdk-cpp.git

$

$ mkdir -p ~/aws/builds/aws-sdk-cpp

$ cd ~/aws/builds/aws-sdk-cpp

$ cmake -DBUILD_ONLY=“s3;transfer” ~/aws/aws-sdk-cpp

$ make -j 4 $ make install
from https://book.orthanc-server.com/plugins/object-storage.html

but while running the command at line 6 i getting some errors.

I am attaching all the stuffs in attachments, please have a look

Screenshot from 2021-05-29 20-01-32.png

Screenshot from 2021-05-29 20-00-04.png

Screenshot from 2021-05-29 20-01-40.png

Hi Suraj,

From the look of your screenshots, you are having problems compiling the S3 SDK. It is most likely because you are missing a dependancy or build prerequisite.

As this group is dedicated to supporting Orthanc, you may be better for support on Stack Overflow or in the AWS C++ SDK support pages.

Cheers,

James