Re: [Proftpd-user] Error during make with latest release.

"TJ Saunders" <[email protected]>
Newsgroups gmane.network.proftpd.user
Message-ID <[email protected]>
> I am using Ubuntu 20.04
> 
> Linux www 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 
> x86_64 x86_64 x86_64 GNU/Linux
> 
> Here is my complete process for installing proftpd.
> 
> apt-get install libmysqlclient-dev
> wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.7rc4.tar.gz
> tar -xzf proftp*
> cd proftpd-1.3.7rc4/
> ./configure \
>  --with-includes=/usr/include/mysql/ \
>  --with-libraries=/usr/lib/x86_64-linux-gnu/
>  --sysconfdir=/etc/proftpd \
>  --disable-ident \
>  --enable-dso \
>  --with-modules=mod_tls:mod_sftp:mod_sql:mod_sql_mysql:mod_sql_passwd \

Compiling the mod_tls and mod_sftp modules requires OpenSSL; you will need to install that before compiling ProFTPD, using e.g.:

  apt-get install libssl-dev

Hope this helps,
TJ


_______________________________________________
ProFTPD Users List   <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.