[Solved] rtld(rtld(GNU_HASH) dependency problem
Posted: Wed Nov 20, 2019 3:55 am
New to this forum, have used linux ~40 years but have not progress far from newbie status, especially when it come to resolving dependency issues. I am currently runing a 64bit slackware 14.2 distribution. It only has the 64 bit libraries installed. At the top of dmsg I see:
Linux version 4.4.14 (root@hive64) (gcc version 5.3.0 (GCC) ) #2 SMP Fri Jun 24 13:38:27 CDT 2016
to check out glibc I ran the following:
bash-4.3# /lib64/libc.so.6
GNU C Library (GNU libc) stable release version 2.23, by Roland McGrath et al.
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 5.3.0.
Available extensions:
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
I think the 'crypt add-on version 2.1' above means I have that add-on installed and from what I have read on-line this means I should have rtld(GNU_HASH) installed. However I downloaded the current RPM release of AOO 4.1.7
as a tar.gz, expand to a temp directory, cd into its RPMS directory and run install command:
bash-4.3# rpm -Uvih *.rpm
error: Failed dependencies:
rtld(GNU_HASH) is needed by openoffice-core04-4.1.7-9800.x86_64
so I am clearly doing something wrong. Suggestions?
Linux version 4.4.14 (root@hive64) (gcc version 5.3.0 (GCC) ) #2 SMP Fri Jun 24 13:38:27 CDT 2016
to check out glibc I ran the following:
bash-4.3# /lib64/libc.so.6
GNU C Library (GNU libc) stable release version 2.23, by Roland McGrath et al.
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 5.3.0.
Available extensions:
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
I think the 'crypt add-on version 2.1' above means I have that add-on installed and from what I have read on-line this means I should have rtld(GNU_HASH) installed. However I downloaded the current RPM release of AOO 4.1.7
as a tar.gz, expand to a temp directory, cd into its RPMS directory and run install command:
bash-4.3# rpm -Uvih *.rpm
error: Failed dependencies:
rtld(GNU_HASH) is needed by openoffice-core04-4.1.7-9800.x86_64
so I am clearly doing something wrong. Suggestions?