Unsolved
This post is more than 5 years old
2 Posts
0
3100
April 11th, 2014 06:00
networker client 7.6 SP4 install problem on rhel 6
Hi,
when trying to install NW client 7.6 SP4 on a RHEL 6 server:
Linux hostname 2.6.32-358.14.1.el6.x86_64 #1 SMP Mon Jun 17 15:54:20 EDT 2013
x86_64 x86_64 x86_64 GNU/Linux
I'm getting the following dependencies errors:
[root@snsv01996 linux_x86_64]# rpm -ivh lgtoclnt-7.6.4-1.x86_64.rpm
error: Failed dependencies:
libc.so.6 is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.0) is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.1) is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.1.2) is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.1.3) is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.2) is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.3) is needed by lgtoclnt-7.6.4-1.x86_64
libc.so.6(GLIBC_2.3.2) is needed by lgtoclnt-7.6.4-1.x86_64
libcap.so.1()(64bit) is needed by lgtoclnt-7.6.4-1.x86_64
libdl.so.2 is needed by lgtoclnt-7.6.4-1.x86_64
libdl.so.2(GLIBC_2.0) is needed by lgtoclnt-7.6.4-1.x86_64
libdl.so.2(GLIBC_2.1) is needed by lgtoclnt-7.6.4-1.x86_64
libm.so.6 is needed by lgtoclnt-7.6.4-1.x86_64
libpthread.so.0 is needed by lgtoclnt-7.6.4-1.x86_64
libpthread.so.0(GLIBC_2.0) is needed by lgtoclnt-7.6.4-1.x86_64
libpthread.so.0(GLIBC_2.1) is needed by lgtoclnt-7.6.4-1.x86_64
libpthread.so.0(GLIBC_2.2) is needed by lgtoclnt-7.6.4-1.x86_64
librt.so.1 is needed by lgtoclnt-7.6.4-1.x86_64
Doing, for examples, an rpm query against libc I get:
[root@snsv01996 linux_x86_64]# rpm -aq | grep -i libc
libcroco-0.6.2-5.el6.x86_64
libcgroup-0.37-7.2.el6_4.x86_64
glibc-2.12-1.132.el6.x86_64
libcom_err-1.41.12-14.el6_4.2.x86_64
libcap-2.16-5.5.el6.x86_64
libcurl-7.19.7-37.el6_4.x86_64
glibc-common-2.12-1.132.el6.x86_64
libcap-ng-0.6.4-3.el6_0.1.x86_64If
so it looks like libc and libcap, for instances, are correctly in place.
Can someone shade some light on what is going wrong here?
Thanks a lot in advance.
Giovanni
0 events found


bingo.1
2.4K Posts
0
April 11th, 2014 07:00
For some compatibility reasons you just need some legacy packages to be present.
You should use yum for installation as it will install them automatically, if it can access them.
Please read the appropriate details in the Installation Guide.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 11th, 2014 08:00
If you have yum on the box (and configured), install it with yum and yum will take care of dependencies.
gmala
2 Posts
0
April 14th, 2014 03:00
Hrvoje and bingo, yum installation of lgtoclnt-7.6.5.7-1.x86_64.rpm did the job.
Thanks.
Giovanni