question

Upvotes
Accepted
9 4 5 6

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

1 Answer

· Write an Answer
Upvote
Accepted
78.8k 250 52 74

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

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

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.