Tried this:
yum install php-soap
Says:
No package php-soap available.
Then tried this:
yum --enablerepo=centosplus install php-soap
Still same sh!t. Tried this:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Still no luck. Guys, where's the repo that contains the needed package?
The server is at vps.net btw...
firstly open /etc/yum.conf file. Find exclude line and erase php* command, then, save the file.
Then, 'yum install php-soap' command should work.
http://www.wallpaperama.com/forums/how-to-install-php-soap-extension-in-apache-linux-php-server-remove-t1756.html comment by Mehmet
Worked for me :)
I think that remi repo is what you are looking for.
Remi Dependency on CentOS 6 and Red Hat (RHEL) 6
CentOS 6 and Red Hat (RHEL) 6
Remi Dependency on CentOS 5 and Red Hat (RHEL) 5
CentOS 5 and Red Hat (RHEL) 5
I have it in epel and rpmforge repos on CentOS 5. Did you try with --enablerepo: