I can't install php-soap

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
vivooo
Posts: 1
Joined: 2016/03/01 17:09:38

I can't install php-soap

Post by vivooo » 2016/03/01 17:15:08

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

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: I can't install php-soap

Post by avij » 2016/03/01 18:36:32

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.

Post Reply