Hello Thanks to all that answer on this subject. I must thank you to Jim. Seems that you are right Jim because I install VSFTPD version 2.0.1 and I didn´t found any problem. Arnaldo --------- 14. Re: VSFTPD and Fedora 3 (Jim Cornette) ------------------------------ Message: 14 Date: Tue, 29 Mar 2005 20:53:58 -0500 From: Jim Cornette <fc-cornette@xxxxxxxxxxxxxx> Subject: Re: VSFTPD and Fedora 3 To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> Message-ID: <424A06B6.3000206@xxxxxxxxxxxxxx> Content-Type: text/plain; charset=us-ascii; format=flowed Justin Zygmont wrote: > On Mon, 28 Mar 2005, Arnaldo Bento wrote: > >> Hello >> >> >> >> I tried to install the ftp server program VSFTPD >> (vsftpd-2.0.3-1.i386.rpm) >> >> but he was not possible for a problem of dependencies. >> >> I got the following message: >> >> >> >> Failed dependencies >> >> libcrypt.so.5 >> >> libssl.so.5 >> These later versions for the libraries are included in the development reopsitories. There are a programs in FC3 that will break if you install the newer version libraries to meet the dep requirements for the newer vsftpd package. It sounds like you might have bettr luck waiting for FC4 to make it out. Mutt and up2date depend on the libraries you mentioned . ( *.so.4 versions for FC3) ]$ ls *.so.4 libcrypto.so.4 libssl.so.4 ls *.so.5 ls: *.so.5: No such file or directory Jim