Shared library error when installing iProcess 11.5.0 on a Redhat 7 Server
book
Article ID: KB0081535
calendar_today
Updated On:
Products
Versions
TIBCO iProcess Engine (Oracle)
11.5.0.17
Description
Shared library error when installing the iProcess Engine 11.5.0 on a Redhat 7 server.
Error: /opt/tibco/ipe1150/dist/swconfig: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Issue/Introduction
Shared library error when installing iProcess Engine 11.5.0 on a Redhat 7 server.
Error:
/opt/tibco/ipe1150/dist/swconfig: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Environment
TIBCO iProcess Engine (Oracle) 11.5.0.17
Redhat Enterprise Server 7.2 64-bit
Resolution
The iProcess Engine 11.5.0 is a 32-bit application – by default Redhat 7.x only installs the 64-bit packages.
iProcess requires the following 32-bit Redhat packages to be installed: cracklib-2.8.16-4.el6.i686.rpm db4-4.7.25-16.el6.i686.rpm libselinux-2.0.94-5.el6.i686.rpm audit-libs-2.1-5.el6.i686.rpm pam-1.1.1-8.el6.i686.rpm ncurses-libs-5.7-3.20090208.el6.i686.rpm
The following command can be used to list al 32-bit packages installed: rpm –qa | grep i686
The package versions may vary depending on the release of Redhat that you are using – however the packages should be available on the installation DVD or release ISO file.
Additional 32-bit libraries may also require installing e.g. 32-bit libstdc++.so.6 and dependent packages.