Unsolved
This post is more than 5 years old
1 Rookie
•
79 Posts
0
2547
September 28th, 2016 00:00
Install Networker client on Centos7
Hi,
I try to install networker client V 8.2.1-1on a Centos 7 Linux server. GLIBC is installed as you can see in the attachment. But the installation of lgtclnt fails on dependencies on GLIBC stuff.
All ideas are welcome.
Best regards,
Johan
0 events found
No Events found!


mkeil
68 Posts
0
September 28th, 2016 00:00
Hi,
have you tried to install it with yum?
I don't know if all the dependencies above are GLIBC components (libm.so.6 for example).
You can check all dependencies with yum deplist package.rpm
Yum will also install all necessary dependencies:
yum localinstall --nogpgcheck package.rpm
Hope that helps.
Kleinenbroich
86 Posts
0
September 28th, 2016 00:00
Hi bingo,
sometimes the yum approach can't be used.
Regards
Michael
Kleinenbroich
86 Posts
0
September 28th, 2016 00:00
Hi Johan,
the 64-bit version is installed, please try to install the 32-bit Version: glibc-2.17-106.el7.i686.rpm.
Regards
Michael
bingo.1
2.4K Posts
0
September 28th, 2016 00:00
Make sure that you have internet connection, use 'yum' and all necessary packages will automatically be downloaded and installed.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 28th, 2016 12:00
Compatibility guide states following:
It is also easily possible that i686 package is needed - I normally have local yum server and it takes care of these things (but do not run CentOS to see what exactly is needed as in your case).