Page 1 of 1

I can't install php-soap

Posted: 2016/03/01 17:15:08
by vivooo
Hi,

I have a problem with install php soap.

Code: Select all

-bash-3.2# cat /etc/redhat-release
CentOS release 5.11 (Final)

-bash-3.2# yum --enablerepo=centosplus install php-soap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.icm.edu.pl
 * centosplus: ftp.icm.edu.pl
 * extras: mirror-pl.kielcetechnologypark.net
 * updates: mirror-pl.kielcetechnologypark.net
centosplus                                               | 1.9 kB     00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php-soap available.
Nothing to do
-bash-3.2#
I can't download package for php-soap
How can i install php-soap on my server?

Regards.
vivooo

Re: I can't install php-soap

Posted: 2016/03/01 18:36:32
by avij
Perhaps you have excluded the PHP packages for some reason. Do you perhaps use some control panel software? They have a bad habit of supplying their own versions of PHP. You can check the excludes with grep -ir exclude /etc/yum.*

If you are using something like CPanel, please ask them before blindly adjusting the exclude directives.