Sean E. Covel wrote:

>I copied the sftp.lrp from DCD 1.01 onto my Slink box.  When I run sftp
>I get the following error:
>
>--------------------------------
>slink:~# sftp
>BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 53: elf_get_dynamic_info:
>Assertion `! "bad dynamic tag"' failed!
>slink:~#
>--------------------------------
>
>Ok, I'm pretty sure I'm missing a library, but how do I figure out what
>it is?
>
With ldd:

woody:~/dachstein-glibc-2.0.7/build/openssh-3.0.2p1$ ldd sftp
        libutil.so.1 => /lib/libutil.so.1 (0x40019000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4001c000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x4002b000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40040000)
        libc.so.6 => /lib/libc.so.6 (0x4006e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

You could of course rebuild OpenSSH on the slink system. When you have 
the required libraries (openssl, zlib) it's no problem.


Ewald Wasscher



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to