On Wed, 16 Feb 2000, Piotr Majka wrote:
> [root@link /root]# rpm -qf `which ldd`
> glibc-2.1.3-6
> [root@link /root]# ldd /usr/sbin/opensshd
> BUG IN DYNAMIC LINKER
> ld.so: dynamic-link.h: 57: elf_get_dynamic_info: Assertion `! "bad dynamic
> tag"' failed!
> ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)
> [root@link /root]# rpm -q ld.so
> ld.so-1.9.11-1
> [root@link /root]#
Just one thing. ld.so is not part of glibc, it does not contain
/lib/ld-linux.so.2. It is a backwards compatibility for libc 5 linked
applications. You should not be linking against it. /lib/ld-linux.so.2,
comes from glibc.
As to your problem, I'm not certain. Did you rebuild openssh after
upgrading to glibc-2.1.3-6? Did you play with earlier pre releases of
glibc 2.1.3? If so you might have something linked with the rlimit
symbols, which no longer exists in glibc 2.1.3.
Good luck,
-Rms
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null