Upgrading ProFTPd (cPanel server)

I am trying to upgrade ProFTPd (we need to install it with MySQL modules) and have downloaded the RPM: http://ftp.cpanel.net/pub/sysup/8.0/...privs.i386.rpm

When I try to install it I get the following error:

---
root@srv [/usr/src/proftpd]# rpm -Uvh proftpd-1.2.6tls-15_linuxprivs.i386.rpm
error: Failed dependencies: libsafe.so.1.3 is needed by proftpd-1.2.6tls-15_linuxprivs
---

I also downloaded http://ftp.cpanel.net/pub/sysup/gene...1.3-7.i386.rpm - but it gives the same error. The file libsafe.so.1.3 is in my /lib dir though, copying it to /usr/lib and /usr/local/lib did not help either. I have also tried the --force argument, no luck.

How can I install the latest proftpd with MySQL modules? We need to install ProFTPd with this configuration:

./configure --prefix=/usr --sysconfdir=/etc --with-modules=mod_sql:mod_sql_mysql --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql

The server is a Redhat 8 running cPanel (so caution is required),
Thanks.

 

 

 

 

Top