Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Preparation of the RFC libraries for Linux

Step 1

Download the appropriate tar file for the target platform:

SAP_NW_RFC_Lin_x64.tar or SAP_NW_RFC_Lin_x86.tar (64-bit and 32-bit respectively)

Step 2

Create the /usr/local/lib/sap/ directory for the SAP libraries to reside in.

md /usr/local/lib/sap

Step 3

Copy the RFC tar file into the directory (from Step 2) and extract the contents:

$tar -xvf SAP_NW_RFC_Lin_x64.tar

Step 4Put the library files into a $LD_LIBRARY_PATH folder.
Step 5

Add LIBRARY_PATH and PATH to /etc/profile:

  • export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib/sap"
  • export PATH=$PATH:/opt/universal/opscli/bin/:/opt/universal/usap/bin/:/root/startup/

Preparation of the RFC libraries for SUSE Linux

...