question

Upvotes
Accepted
7 2 3 5

RTSDK C++ Cmake Fail

Hi,

I tried to go through the setup steps given in https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/quick-start/esdk-build-system#Troubleshoot for RTSDK C++ version on Linux, but got this error. Actually, there are OL7_64_GCC482, RHEL6_64_GCC444 and RHEL8_64_GCC831 files in that directory, but I did not see LIN3_64_GCC485. I guess that caused the problem. I downloaded the SDK directly from developers website. Do you know how to fix it? Thank you.

trepc++linuxcmake
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.

1 Answer

Upvote
Accepted
38.1k 69 35 53

@Xueying

Have you installed redhat-lsb-core.x86 package?

 yum -y install  redhat-lsb-core.x86_64 


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.

I just installed this package and it works now! Thank you very much.

Click below to post an Idea Post Idea