PDA

View Full Version : DOC: Proftpd installation procedure is outdated



interfasys
07-07-2010, 03:20 PM
http://help.directadmin.com/item.php?id=82

It's missing mod_tls

scsi
07-08-2010, 08:22 AM
Install via custombuild.

interfasys
07-08-2010, 08:31 AM
Not always an option when you have to manually patch proftpd to fix its SSL mess ;).
And besides it's beyond the point. If there is outdated doc out there, it should either be fixed or removed.
That doc also has a prefix that works on FreeBSD, but not necessarily on Linux.

DirectAdmin Support
07-08-2010, 04:31 PM
Hello,

mod_tls added to the list.

Regarding the install_user=ftp install_group=ftp bit, that's not related to any particular OS, but rather the shell you're using. You can take it out if you don't use a "Bourne-ish style shell":
http://www.proftpd.org/docs/howto/Compiling.html

John

interfasys
07-08-2010, 04:52 PM
I meant the prefix, "/usr/local/". Custombuild uses a different one if I'm not mistaken.

DirectAdmin Support
07-08-2010, 09:44 PM
FreeBSD uses /usr/local, everything else uses /usr. It's mentioned in the guide.

John

interfasys
07-09-2010, 04:30 AM
Perfect, thank you John.