>>>>> "andreas" == Andreas Tille <[EMAIL PROTECTED]> writes:

    andreas> I installed wu-ftpd now, but all is the same :-(((

running libc6 hamm/frozen, right?  this is a already reported and
known bug in the `addftpuser' script (see e.g. #12236, #17110, etc).
the point is that the script copies libc5 libraries instead of libc6
ones to the home ftp location.  hence the simple manual workaround
goes like this:

  $ cd /home/ftp/lib
  $ ldd ../bin/ls
    libc.so.6 => /lib/libc.so.6 (0x4000f000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  $ cp /lib/ld-linux.so.2 .
  $ cp /lib/libc.so.6 .

and ls should work now

cheers
-- 
[EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to