Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 May 2012 12:27:27 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Christian Reiss <email@christian-reiss.de>
Cc:        ports@FreeBSD.org, mm@FreeBSD.org
Subject:   Re: FreeBSD Port: proftpd-1.3.4a_2
Message-ID:  <4FA7A38F.2050604@quip.cz>
In-Reply-To: <4FA79386.5040806@christian-reiss.de>
References:  <4FA79386.5040806@christian-reiss.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Christian Reiss wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hey there,
>
> The proftpd port is borked atm.
>
> If you (make config / make / make install) it with SFTP activated in
> the options you (still) don't get sftp.
>
> Activated Options:
>
> - - Deflate,
> - - IPV6,
> - - PCRE,
> - - SFTP,
> - - SFTPD.
>
> Configuration (SFTP part)
>
> SFTPEngine               on
> SFTPHostKey              /usr/local/certs/proftpd.key

[...]

> It worked in previous version perfectly.
> I tried upgrading my current server AND doing this from a clean 9.0
> install where I only added the abovementioned sftp configuration
> additions.

I think you need to read /usr/ports/UPDATING entry:

===============================================
20120126:
   AFFECTS: users of ftp/proftpd and ftp/proftpd-mysql
   AUTHOR: Martin Matuska <mm@FreeBSD.org>

   The proftpd port has been updated to 1.3.4 and changed to use
   dynamically loadable modules. Please add corresponding LoadModule
   directives to your configuration file, like in the following example:

     LoadModule mod_tls.c
===============================================

So you need to add LoadModule directive.

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FA7A38F.2050604>