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

Best Answer

  • 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

Answers