Skip to main content

update error with ea4 php packages

Comments

7 comments

  • JacobPerkins
    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.
    0
  • thesmahesh
    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
    0
  • JacobPerkins
    Hi, Which PHP version are you using DSO for? You can only use one. You will need to remove the DSO packages for whichever PHP version you are NOT using DSO for.
    0
  • thesmahesh
    Hello cPJacob, i am presently using ea-php 5.6 what packages can i delete safely? Thanks and Regards
    0
  • JacobPerkins
    Hi, If you are using the EA-PHP 5.6 package with DSO, you can safely remove the 5.4 and 5.5 packages for DSO. yum remove ea-php54-php-debuginfo ea-php55-php-debuginfo You should be able to yum update after that.
    0
  • thesmahesh
    Hello cPJacob, Thanks for your help. Issue resolved
    0
  • JacobPerkins
    I'm glad to hear you are back up and running! I've really appreciated your feedback you've had so far about EA4. Please keep it coming :D
    0

Please sign in to leave a comment.