Web Hosting Talk







View Full Version : Simple question.. on installing ProFTPd


awiekupo
01-23-2003, 01:34 PM
Ok.. I'm going to install proftpd...

I've installed the proftpd-1.2.8rc1.tar.gz...
I've unzipped it..
"gunzip -c proftpd-1.2.8rc1.tar.gz| tar xvf -"
Now.. how do i make it & how do i make install?

Anyone.. err.. help me plz..

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Azlin Shah's WebFactory
The Best Web Factory in Town!
http://planet.time.net.my/technologypark/webfactory/
azlin_shah22@hotmail.com
012-2980531 (24hr)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thedavid
01-23-2003, 01:53 PM
Originally posted by awiekupo
Ok.. I'm going to install proftpd...

I've installed the proftpd-1.2.8rc1.tar.gz...
I've unzipped it..
"gunzip -c proftpd-1.2.8rc1.tar.gz| tar xvf -"
Now.. how do i make it & how do i make install?

Anyone.. err.. help me plz..



For what it's worth, usually with source packages like the one that you downloaded first you'd run:
./configure

then run

make

then run

make install

Usually also there's an install readme included with the package. I've never installed proftpd from source myself, so you might want to check that first.

Oh, and BTW I think your sig is too long - should be less than 4 lines here I think.

-David

DigiCrime
01-23-2003, 09:15 PM
if your looking to configure it from source, read the docs that are on their site

Their located here
http://proftpd.linux.co.uk/docs/faq/linked/faq-ch2.html
http://proftpd.linux.co.uk/docs/faq/linked/faq.html

or from an RPM package
http://www.rpmfind.net/linux/rpm2html/search.php?query=proftpd

:D