How To Install Proftpd Linux Centos

RegisterLogin
How To Install Proftpd Linux Centos
Post Description: I Want To Know About Installing Steps For Proftpd Server On My Linux Server Using A Command So Please Give Me The Instructions Quickly
Tags: How, To, Install, Proftpd, Linux, Centos
This Post Was Posted On Jan 03, 2010 By Huikin4u #2987
i tried to install ProFTPD Server in my Linux Centos server but when i try using the command you sent me it doesnt work, this is what i send in the shell terminal:

yum install proftpd

i get this:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.xmission.com
* base: mirrors.versaweb.com
* extras: mirrors.combinetworks.com
* updates: centos-distro.cavecreek.net
Setting up Install Process
No package proftpd available.
Nothing to do

how do i install ProFTP on my server then?
Leave Your Comments
webune
#3156 1
try sending these command:

# cd /tmp/

# wget --passive-ftp ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.2a.tar.gz

NOTE: if you get an error that might look like this:
=> `proftpd-1.3.0a.tar.gz'
Resolving ftp.proftpd.org... 78.47.206.250
Connecting to ftp.proftpd.org|78.47.206.250|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /distrib/source ... done.
==> SIZE proftpd-1.3.0a.tar.gz ... done.
==> PASV ... done. ==> RETR proftpd-1.3.0a.tar.gz ...
No such file `proftpd-1.3.0a.tar.gz'.

open this url with your browser:
ftp://ftp.proftpd.org/distrib/source/

and get the link for the .tar.gz file version you want to install - it may be that the file on this post is old and there is a newer version . after you have downloaded the file with the wget command, you will need to untar it

# tar xvfz proftpd-1*.tar.gz

# cd proftpd-1*/

# ./configure --sysconfdir=/etc

you will get this:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


# make

# make install

# cd ..

# rm -fr proftpd-1*


Jul 28, 2010 Reply Report abuse
lprensz
#3936 2
soucer lista para instalar proftp
May 05, 2010 Reply Report abuse
alex
#3271 3
i didnt know it was possible for installing proftpd on centos from source
Jan 18, 2010 Reply Report abuse
webune
#3260 4
if you are looking for older version you can go to :ftp://ftp.proftpd.org/historic/source/

for example to get:

wget --passive-ftp ftp://ftp.proftpd.org/historic/source/proftpd-1.3.0a.tar.gz
Jan 16, 2010 Reply Report abuse
webune
#3159 5
if you do get that error,, try this command:

yum install gcc gcc-c++
Jan 03, 2010 Reply Report abuse
webune
#3157 6
do you get this?

checking whether we are using the gnu c compiler... no
checking whether g accepts -g... no
checking how to run the c preprocessor... /lib/cpp
configure: error: c preprocessor "/lib/cpp" fails sanity check
see `config.log' for more details.
Jan 03, 2010 Reply Report abuse
Leave Your Comments...
©2012 Webune Forums - Wed Dec 12, 2012 7:08 pm
Powered by: Webune Forums V3