• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk 12 update conflicts mod_fcgid cloudlinux w/ psa-mod_fcgid-2.3.9

Plesk 12 update conflicts mod_fcgid cloudlinux w/ psa-mod_fcgid-2.3.9 - SOLVED

Parallels Plesk Panel 12 error after trying to update Plesk 12 with CloudLinux. I turned off automatic updates and am currently looking into this problem. I have a fresh install of Plesk 12 which was CentOS 6.5 and converted to CloudLinux 6. If anyone has come across this problem and has a fix, please share it. Here are the logs:


Running rpm_check_debug
Fatal error during packages installation: Test Transaction Errors:

file /etc/httpd/conf.d/fcgid.conf from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

file /usr/lib64/httpd/modules/mod_fcgid.so from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

YumTestTransactionError: Test Transaction Errors:

file /etc/httpd/conf.d/fcgid.conf from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

file /usr/lib64/httpd/modules/mod_fcgid.so from install of mod_fcgid-2.3.9-1.el6.cloudlinux.x86_64 conflicts with file from package psa-mod_fcgid-2.3.9-14033111.x86_64

ERROR: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support
 
Last edited:
Hello,

we had the same issue at one of our servers which we updated recently. We did the following which worked in our case:

1) backup fcgid.conf from httpd/conf.d
2) check the psa-mod_fcgid package with "yum info psa-mod_fcgid". It seems that was an older version from the plesk 10.4 repo(!)
3) we removed it "yum remove psa-mod_fcgid", which also unistalls psa-mod-fcgid-configurator
4) then install it from cloudlinux repo "yum install mod_fcgid", restart apache
5) rerun plesk installer which updated fine and reinstalled psa-mod-fcgid-configurator

Hope it works for you as well
 
Back
Top