Eric Jensen wrote: > > I've been having some problems getting anonymous ftp to work properly on > my system. I've set up most everything in the way that the manpage for > in.ftpd told me too, but it refers to a program pw_mkdb which I can't seem > to find anywhere. In any case, I don't believe that the lack of a pw.db > file in my /home/ftp/etc directory is the cause of my troubles. I haven't > been able to get ls to work properly. Whenever I ftp to my computer and > try to list the contents of the directory, nothing shows up in the list. > The stuff is definitely there and readable, cause I can download it, I > just can't get the listing to work. I do have ls in the /home/ftp/bin > directory and it is executable by all. > > Can anyone help?
You also need the following libs in /home/ftp/ls: maggie:~# ll /home/ftp/lib/ total 802 -r-xr-xr-x 1 root root 164094 Jul 4 20:53 ld-2.0.7.so lrwxrwxrwx 1 root root 11 Aug 30 21:09 ld-linux.so.2 -> ld-2.0.7.so -r-xr-xr-x 1 root root 650904 Jul 4 20:53 libc-2.0.7.so lrwxrwxrwx 1 root root 13 Aug 30 21:09 libc.so.6 -> libc-2.0.7.so "ldd /bin/ls" shows you the used libs BTW. Thomas