(09-11-2018, 08:23 AM)james30263 Wrote: Thanks Keith, I ran the following in this order to get it to work. (I didn't run the EPEL code since I already installed it.). Everything seems to run perfect now!
Code:yum install -y php-mcrypt php-imap
Code:systemctl restart httpd.service
Code:yum install -y proftpd proftpd-mysql
Code:rm -f /etc/proftpd.conf
Code:ln -s /etc/sentora/configs/proftpd/proftpd-mysql.conf /etc/proftpd.conf
Code:systemctl enable proftpd.service
Code:systemctl start proftpd.service
Glad to hear it!
Those are essentially the steps the installer would have done had it been able to. Hopefully others who originally installed with the EPEL issue in the installer will find this helps, although I think it would need tweaking if you're not on CentOS 7.
Keith