question

Upvotes
Accepted
1 0 0 0

Real Time SD

Hello,

What is the way to build the package Real-Time-SDK-2.0.1.L1 on linux with an http proxy.


-- Downloading...
dst='/data/ion/builds/Real-Time-SDK-2.0.1/external/dlcache/RTSDK-BinaryPack-2.0.1.L1.tar.xz'
timeout='none'
-- Using src='https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.1.L1/RTSDK-BinaryPack-2.0.1.L1.tar.xz'
-- Retrying...
-- Using src='https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.1.L1/RTSDK-BinaryPack-2.0.1.L1.tar.xz'
-- Retry after 5 seconds (attempt #2) ...

Thanks for your advise

elektronrefinitiv-realtimeelektron-sdk
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
23k 22 9 14

Hello @raphael.rossin,

In my understanding, the proxy that is used by your Linux machine to enable internet access will not figure into RTSDK build directly.

Rather, the use of the proxy should enable your standard Linux utilities, such as yum, wget, git clone, to function exactly as expected, enabling you to gain access to the required modules and libraries.

Please see the article Deploy and Run Refinitiv Real-Time SDK in Docker. It goes step by step, and once you move past installing and configuring docker, the next steps apply directly to the standard Ora Linux 7 installation and build of RTSDK.

I hope this helps

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 0

Hi Zoya,

I will try the workaround.

Is there a way to specify the user:passwd@compagny.proxy to work with cmake build tool ?


Regards

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

@raphael.rossin

You can try to set the following environment variables.

export http_proxy=...
export https_proxy=...
export ftp_proxy=...
export socks_proxy=...

I found this solution on this page.

Click below to post an Idea Post Idea