This section reviews how to integrate Sybase CEP with RAP - The Trading Edition, versions R3 and R4.
Sybase CEP provides two wrapper libraries (libc8_sybase_rap_publisher_r2_lib.so and libc8_sybase_rap_publisher_r4_lib.so) that you can use to interact with the RAP Publisher API of each release. The names of the wrapper libraries are versioned. The RAP in-process and out-of-process adapters link against a versionless library name.
Sybase CEP can only run against one version of RAP at a time. Depending on which RAP version you want to publish to, create a soft link between the versionless library and one of the versioned wrapper libraries.
libc8_rap_pub_lib.so -> libc8_sybase_rap_publisher_r2_lib.soOr:
libc8_rap_pub_lib.so -> libc8_sybase_rap_publisher_r4_lib.so