joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
208 stars 56 forks source link

[Bug] VSFTPD install from source failed on Ubuntu 22.04 #146

Open joglomedia opened 1 year ago

joglomedia commented 1 year ago

Describe the Issue / Bug Installation from source on Ubuntu 22.04 fails due to OpenSSL 3

To Reproduce Steps to reproduce the behavior: GitHub Action

Expected Behavior Install from source on newer OpenSSL version

Screenshots / Screen Cast image

Config File (.env)

[ftpd]
INSTALL_FTP_SERVER=true

# Available installer: repo | source.
FTP_SERVER_INSTALLER="source"

# Supported FTP server: vsftpd | pureftpd.
FTP_SERVER_NAME="pureftpd"

# Available version: 3.0.5 (vsftpd), 1.0.50 (pure-ftpd), or latest.
FTP_SERVER_VERSION="latest"

# Enable FTP over TLS.
FTP_SSL_ENABLE=true

# Enable passv mode.
FTP_PASV_MODE=true

# Range of passv ports.
FTP_MIN_PORT=45000
FTP_MAX_PORT=45099

System Information (please complete the following information):

Additional Context Add any other context about the problem here.