cancel
Showing results for 
Search instead for 
Did you mean: 

Which .SO(Shared Object) file is required to load C++ libraries dynamically in Red Hat Linux while using SAP Java Connectors(sapjco3.jar and libsapjco3.so )

Former Member
0 Kudos

We have developed an application  using SAP Java Connectors in Windows environment for which MSVCP71.dll and MSVCR71.dll file is required to load C++ libraries dynamically.

We have moved the same application into Linux environment and deployed the application along with SAP Jco libraries for Red Hat Linux successfully.

But facing issue in identifying the Shared Object (.so ) file which we have to use in place of MSVCP71.dll and MSVCR71.dll

Can anyone please guide me how to install the C++ Shared Objects and which C++ Shared Objects can be used in Red Hat Linux to load C++ libraries dynamically..

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member193379
Active Contributor
0 Kudos

Hi Tanvi,

Please go through the below URL please, it may help you

Red Hat JBoss Fuse - Apache Camel Component Reference - Overview

Thanks,

Hamendra

former_member193379
Active Contributor
0 Kudos

Hi Tanvi,

Please go through the below URL please, it may help you

Red Hat JBoss Fuse - Apache Camel Component Reference - Overview

Thanks,

Hamendra

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Tanvi,

follow note 1496410 for RHEL6 (of which I assume that you are using) Then libsapjco3.so will work without any issue.

Best regards,

Markus