When i install pureftpd with mysql support on CentOS 7 server, i get following error
configure: error: libmysqlclient is needed for MySQL support
This is because MySql dev packages are missing on the server.
Fixed by installing
yum install mariadb-devel