Installing on Linux

Use the platform-native installer to install the product on Linux platforms. The installer provides a collection of RPM and DEB packages.

Prerequisites

Ensure that TIBCO FTL is already installed on your machine.

On SUSE Linux, ensure that libjvm and rdma libraries are already installed.

Procedure

  1. Download the installation package.
    Download the package for either the community edition or the enterprise edition.
  2. Extract the TIBCO eFTL archive file to a temporary directory.
    Edition Command
    Community Edition
    unzip TIB_eftl-ce_3.3.0_linux_x86_64.zip
    Enterprise Edition
    unzip TIB_eftl_3.3.0_linux_x86_64.zip
    The extracted file package_name.bin is the installer.
  3. Run the installer binary.
    Edition Command
    Community Edition
    ./tibco-eftl-ce-3.3.0_linux_x86_64.bin
    Enterprise Edition
    ./tibco-eftl-3.3.0_linux_x86_64.bin
  4. Read the license agreement. Press the spacebar key to continue reading. Type q to reach the end of the agreement.
  5. To accept the license agreement, type y.
    After you accept the license agreement, the installer extracts installation artifacts to a temporary directory, named EFTL.install.pid, within the current directory. Those artifacts include RPM, DEB, and TAR files.
  6. Navigate to the temporary directory.
    cd EFTL.install.pid
  7. Install using one of these commands, depending on the Linux platform variant.
    Linux Variant Command
    Red Hat, Centos
    sudo yum install -y rpm/*.rpm
    Debian, Ubuntu, Fedora
    sudo dpkg -i deb/*.deb
    SUSE
    sudo zypper install rpm/*.rpm
    Note: If you encounter issues with dependencies, you can safely ignore those dependencies and proceed with the installation.
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, you can use tar.
    for f in tar/*; do sudo tar xvf $f; done
    
    The installation utilities yum, dpkg, or zypper install TIBCO eFTL software under /opt/tibco/.

    The archive utility tar installs TIBCO eFTL software under ./opt/tibco/. You must complete the next step.

    A complete installation includes the following packages:
    • eFTL runtime
    • eFTL development
    • eFTL servers
    • eFTL enterprise (Enterprise Edition only)
  8. Link to the FTL installation directory.
    Required only if you installed using tar.
    Explicitly create a symbolic link to the FTL directory:
    cd ./opt/tibco/eftl/3.3
    ln -s  ../../ftl/5.3 ftl