![proftpd 上缺少 mod_tls](https://rvso.com/image/770117/proftpd%20%E4%B8%8A%E7%BC%BA%E5%B0%91%20mod_tls.png)
我正在嘗試在 Proftpd 伺服器上啟用 TLS(ProFTPD 版本 1.3.7a,Debian 版本:11)
但是,完成所有步驟並重新啟動 proftpd 後,我收到以下錯誤。
mod_dso/0.5: unable to load 'mod_tls.c'; check to see if '/usr/lib/proftpd/mod_tls.la' exists
所以我檢查了 /usr/lib/proftpd/ ,那裡缺少 mod_tls 。我怎樣才能在那裡啟用/安裝這個模組?
Proftpd 透過 apt-get install 安裝。
答案1
您可以使用以下命令安裝它:apt install proftpd-mod-crypto
。
答案2
對於 Debian 11,我透過取消註解「/etc/proftpd/modules.conf」中的「LoadModule mod_tls.c」來儲存。