The rpm install for FTL 5.1.0

The rpm install for FTL 5.1.0

book

Article ID: KB0082516

calendar_today

Updated On:

Products Versions
TIBCO FTL 5.1.0, 5.2.0, 5.2.1

Description

The following four is from the install document for rpm install:

sudo yum install -y tibco-ftl-5.1.0-Linux-runtime.rpm
sudo yum install -y tibco-ftl-5.1.0-Linux-java.rpm
sudo yum install -y tibco-ftl-5.1.0-Linux-servers.rpm
sudo yum install -y tibco-ftl-5.1.0-Linux-development.rpm

The above four commands will fail with
Error: Package: tibco-ftl-runtime-5.1.0-7.x86_64 (/tibco-ftl-5.1.0-Linux-runtime
           Requires: libibverbs.so.1(IBVERBS_1.1)(64bit)
Error: Package: tibco-ftl-runtime-5.1.0-7.x86_64 (/tibco-ftl-5.1.0-Linux-runtime
           Requires: librdmacm.so.1()(64bit)
Error: Package: tibco-ftl-runtime-5.1.0-7.x86_64 (/tibco-ftl-5.1.0-Linux-runtime
           Requires: libibverbs.so.1()(64bit)
Error: Package: tibco-ftl-runtime-5.1.0-7.x86_64 (/tibco-ftl-5.1.0-Linux-runtime
           Requires: libibverbs.so.1(IBVERBS_1.0)(64bit)
Error: Package: tibco-ftl-runtime-5.1.0-7.x86_64 (/tibco-ftl-5.1.0-Linux-runtime
           Requires: librdmacm.so.1(RDMACM_1.0)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Issue/Introduction

The rpm install fails with Error: Package: tibco-ftl-runtime-5.1.0-7.x86_64 (/tibco-ftl-5.1.0-Linux-runtime Requires: libibverbs.so.1(IBVERBS_1.1)(64bit)

Environment

All Linux

Resolution

 The error or dependency warning you get is for Infiniband Support.   The Infiniband Support is only required if you have Infiniband cards and want to use the RDMA transport, otherwise, you can ignore the dependency warnings (see below how to ignore the dependency).
If you have Infiniband cards, then you need install Infiniband using

    $ yum groupinstall "Infiniband Support"

or download the libraries directly from:

    http://downloads.openfabrics.org/OFED/

If you do not have Infiniband cards,then y ou should try the following commands by ignoring the dependency.

[root@vm-rh6-msg rpm]# rpm -ivh tibco-ftl-5.1.0-Linux-runtime.rpm --nodeps
Preparing...                ########################################### [100%]
   1:tibco-ftl-runtime      ########################################### [100%]
[root@vm-rh6-msg rpm]# rpm -ivh tibco-ftl-5.1.0-Linux-java.rpm --nodeps
Preparing...                ########################################### [100%]
   1:tibco-ftl-java         ########################################### [100%]
[root@vm-rh6-msg rpm]# rpm -ivh tibco-ftl-5.1.0-Linux-servers.rpm  --nodeps
Preparing...                ########################################### [100%]
   1:tibco-ftl-servers      ########################################### [100%]
[root@vm-rh6-msg rpm]# rpm -ivh tibco-ftl-5.1.0-Linux-development.rpm  --nodeps
Preparing...                ########################################### [100%]
   1:tibco-ftl-development  ########################################### [100%]
 

Additional Information

 http://downloads.openfabrics.org/OFED/