• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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