For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

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 512.0 KiB each and 1.0 MiB total.

Thank you for your participation in the forum.
Is the reply below satisfactory in answering your question?
If yes please click the 'Accept' text next to the reply.
This will guide all community members who have a similar question.
Otherwise please post again offering further insight into your question.
Thanks,
AHS

@raphael.rossin

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
32.2k 40 11 20

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 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 1 1

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 512.0 KiB each and 1.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.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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