使用源代码安装proftpd # cd /usr/src # wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.10.tar.gz # tar -xvzf proftpd-1.2.10.tar.gz # cd proftpd-1.2.10 编译之前要确定自己装了以下两个包: # apt-get install build-essential # apt-get install libssl-dev 编译的时候加上mod_tls这个模块: # ./configure --with-modules=mod_tls # make # make install 安装成功后查看proftpd是否已经安装好了这个模块: # proftpd -l Compiled-in modules: mod_core.c mod_xfer.c mod_auth_unix.c mod_auth_file.c mod_auth.c mod_ls.c mod_log.c mod_site.c mod_tls.c mod_cap.c
举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )
GMT+8, 2024-11-15 19:50 , Processed in 0.024831 second(s), 16 queries .
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.