thesmahesh

Member
Sep 26, 2015
10
0
1
India
cPanel Access Level
Website Owner
Dear All,

Please help me with given below error on update

OS: Centos 7.2

Code:
Transaction check error:
  file /usr/lib/debug/usr/lib64/apache2/modules/libphp5.so.debug conflicts between attempted installs of ea-php55-php-debuginfo-5.5.30-7.7.x86_64 and ea-php56-php-debuginfo-5.6.16-5.7.x86_64
  file /usr/lib/debug/usr/lib64/apache2/modules/libphp5.so.debug conflicts between attempted installs of ea-php54-php-debuginfo-5.4.45-7.7.x86_64 and ea-php55-php-debuginfo-5.5.30-7.7.x86_64

There is no libphp5.so.debug in the given below directory
Code:
/usr/lib/debug/usr/lib64/apache2/modules/
Code:
[/usr/lib/debug/usr/lib64/apache2/modules]# dir
./  ../  libea-php54-php5.so.debug@  libea-php55-php5.so.debug@  libea-php56-php5.so.debug@  mod_ruid2.so.debug
Code:
# sudo find / -name "libphp5.so.debug"

/usr/lib/debug/opt/cpanel/ea-php56/root/usr/lib64/apache2/modules/libphp5.so.debug
/usr/lib/debug/opt/cpanel/ea-php55/root/usr/lib64/apache2/modules/libphp5.so.debug
/usr/lib/debug/opt/cpanel/ea-php54/root/usr/lib64/apache2/modules/libphp5.so.debug
Thanks and Regards
 

JacobPerkins

Well-Known Member
May 2, 2014
617
97
103
cPanel Access Level
DataCenter Provider
Twitter
Hi,

We put in a fix for libphp5.so RPMs, but unfortunately not the debug info packages. The primary issue here is that when we initially spun up our profiles, we had all PHP versions have their associated DSO packages installed as well. Unfortunately since the DSO module uses a shared memory space, only 1 DSO module can be ran at one time on the server. The fix here is to simply remove the DSO packages that you are not using, and then you'll be able to yum update properly.
 

thesmahesh

Member
Sep 26, 2015
10
0
1
India
cPanel Access Level
Website Owner
Hello cPJacob,
Thanks for the reply.
My php handler is php-dso
Can you please let me know how to find what packages are currently used by my websites and which are safe to delete?
(i am afraid that this exercise should not break my existing applications)
Kindly help me with the safe way of achieving this.
Thanks and Regards