ftpd

Posted by: masteriou

ftpd - 30/11/2000 16:03

Hi out there!
I just managed to install the ftp-client on my MKII...works fine! Now I tried to install & configure ftpd but there seems to be a problem I can't fix: When I try to su to my user ftp, I receive the error message: BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed!
The same happens when I try to run some other utility-programs which I copied from the debian distribution (ftp://ftp.netwinder.org/users/p/peter/debian-image_990822.tar.gz)

any ideas???

Posted by: fvgestel

Re: ftpd - 30/11/2000 17:15

Did you install the necessary libraries ?:

empeg:~# ldd /usr/sbin/wu-ftpd
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001f000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40053000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40070000)
libpam.so.0 => /lib/libpam.so.0 (0x40087000)
libdl.so.2 => /lib/libdl.so.2 (0x40096000)
libc.so.6 => /lib/libc.so.6 (0x400a0000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


Frank van Gestel