Configuration On the UNIX Platform

Set the variables on the UNIX platform.

After TIBCO API Exchange Gateway product is installed, ensure that the following environment variables are set correctly. Depending on the type of shell, you might have to use different commands to set these variables.

  • RV_HOME: verify that this variable is set to the directory where TIBCO Rendezvous is installed. If not, set it as follows:

       export RV_HOME=directory where the TIBCO Rendezvous product is installed.

  • PATH: verify that this variable includes $RV_HOME/bin. If not, set it as follows:

   export PATH=$RV_HOME/bin:$PATH

  • LD_LIBRARY_PATH: verify that this variable includes $RV_HOME/lib. If not, set it as follows:
       export LD_LIBRARY_PATH=$RV_HOME/lib:$RV_HOME/lib/64:$LD_LIBRARY_PATH