Results 1 to 8 of 8
i'm configuring ftp service on redhat linux server.
For that i need to instaal vsftpd rpm file, but while installing this rpm i got following message:
[root@localhost /]# rpm -Uvh ...
- 06-15-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
configuring Vsftpd service on Linux server
i'm configuring ftp service on redhat linux server.
For that i need to instaal vsftpd rpm file, but while installing this rpm i got following message:
[root@localhost /]# rpm -Uvh vsftpd-1.1.3-8.i386.rpm
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by vsftpd-1.1.3-8
libwrap.so.0 is needed by vsftpd-1.1.3-8
------------------------------------------
i've checked for installed glibc's:
root@localhost /]# rpm -qa | grep glibc
glibc-2.2.4-26
glibc-devel-2.2.4-26
glibc-common-2.2.4-26
-----------------------------------------
when i tried to install glibc 2.3.3...., again failed dependencies message comes out
Is there any shorter and efficient method to install ftp service
- 06-15-2006 #2
Can't you use yum? I'm not sure which distros feature it, but I think it's like Debian's apt: It automatically calculates, fetchs, and install dependencies along with the desired package.
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 06-15-2006 #3Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 637
yum install vsftpd
- 06-15-2006 #4Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 637
yum install vsftpd
- 06-16-2006 #5Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
Originally Posted by Javasnob
sorry.... i can't use yum. it says command not found.... also displays message: you have mail in /usr/root..............
i'm new to linux. my linux version is redhat advanced server 2.1.
- 06-16-2006 #6Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 520
Why not install it from sources. Download vsftpd-2.0.4.tar.gz, then:
Read the INSTALL file for istructions on how to install and configure it.Code:tar xfz vsftpd-2.0.4.tar.gz cd vsftpd-2.0.4
If I remember correctly, you configure builddefs.h file first, and then install everything by typing:
After that you will have to create some configuration files in /etc and /etc/pam.d directories.Code:make make install
Just google for sample configurations.
Hope this helps.
- 06-16-2006 #7Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 637
Can't use Yum? Did your type SU at the CLI and enter the root password? Or you can try typing SU - at the command prompt that will put you in the root directory. If Yum doesn't work try typing cd /sbin and then try typing Yum install vsftpd.
- 09-27-2006 #8Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
configuring vsftpd
when i install vsftpd service on my computer i don't get the service vsftpd in the /etc/init.d directory
So can anyone help me


Reply With Quote
