Page 1 of 1

Centos 6 and TNG

PostPosted: Fri Nov 24, 2017 11:03 am
by Leon van Heerden
TNG is a 32 bit application and on 64bit servers if requires the 32bit version on the libraries to work.
This should install the libz (32bit) on test.

If you get this message, you need to install the libz 32bit
Code: Select all
./tng: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory


Code: Select all
yum install zlib.i686


Code: Select all
yum install libgcc_s.so.1