Plesk

Unable to install the Plesk Email Security: ERROR: Missing required additional modules: DBD::mysql

Symptoms

Cause

The package perl-DBD-MySQL that is required for the Amavis service is missed.

Resolution

Apply one of the solutions below:

For RHEL based systems (CentOS/CloudLinux)

  1. Log into the server via SSH.
  2. Execute the command below to install the perl-DBD-MySQL package:

    # yum install perl-DBD-MySQL

For Debian based systems (Ubuntu/Debian)

  1. Log into the server via SSH.
  2. Execute the command below to install the perl-DBD-MySQL package:

    # apt-get install libdbd-mysql-perl

Exit mobile version