Hi, I just installed LLMP stack on fresh VPS and wanted to add FTP users. After filling out the "Add FTP Account" form, window popped up that user was created, but it won't show in "Manage FTP" panel and I can't access it with FileZilla.
What could be the problem?
In order resolve the above issue please execute the following command as root user:
ln -s /usr/local/apps/lib/libssl.so.1.0.0 /usr/lib64/
ln -s /usr/local/apps/lib/libcrypto.so.1.0.0 /usr/lib64/
After executing the above commands, restart the Pure-Ftpd service using the following command:
service pure-ftpd restart