While doing easyapache on cPanel server you might get below error:
This error generally means that the mysql_config is missing or corupted, easyapache is connected to mysql_config as it tries to execute it and if it fails the easyapache stops it process, so now what to do?
Just fire beloww fire command to solve the issue:
/scripts/mysqlup –force
Bingo!! now when you run easyapache after above process gets over you will not see the error any more.
Can’t fork at /var/cpanel/perl/easy/Cpanel/Easy/Utils/MySQL.pm
This error generally means that the mysql_config is missing or corupted, easyapache is connected to mysql_config as it tries to execute it and if it fails the easyapache stops it process, so now what to do?

Just fire beloww fire command to solve the issue:
/scripts/mysqlup –force
Bingo!! now when you run easyapache after above process gets over you will not see the error any more.

Comment