Need help for this, after install:
Rocks Cluster 6.2 front end.
Virtualbox 5.0 and the extension pack
http://www.tecmint.com/install-virtu...centos-fedora/
I use the apache server to access virtualbox remote console over the Web Browser with:
http://sourceforge.net/projects/phpvirtualbox/
I have this error, in the web browser after login/password to the remote console.
PHP does not have the SOAP extension enabled
Exception Object
message protected PHP does not have the SOAP extension enabled.
string Exception private
code protected 32
file protected /var/www/html/vb/endpoints/api.php
line protected 134
trace Exception private Array
Need install php-soap on this Centos 6.6 Rocks Cluster front end.
This is the termnal:
[root@hpc install]# yum install epel-release
Setting up Install Process
Package epel-release-6-5.noarch already installed and latest version
Nothing to do
[root@hpc install]# yum makecache
Rocks-6.2 | 3.6 kB 00:00
Rocks-6.2/group_gz | 221 kB 00:00
Rocks-6.2/filelists_db | 2.1 MB 00:00
Rocks-6.2/other_db | 1.0 MB 00:00
Metadata Cache Created
[root@hpc install]# yum install php-soap
Setting up Install Process
No package php-soap available.
Error: Nothing to do
[root@hpc install]# yum install php-soap
Setting up Install Process
No package php-soap available.
Error: Nothing to do
[root@hpc install]# yum --enablerepo=epel install php-soap
Setting up Install Process
epel/metalink | 24 kB 00:00
epel | 4.3 kB 00:00
http://ftp.cica.es/epel/6/x86_64/repodata/repomd.xml: [Errno -1] repomd.xml does not match metalink for epel
Trying other mirror.
epel | 4.3 kB 00:00
epel/primary_db | 5.7 MB 00:00
No package php-soap available.
Error: Nothing to do
SOLVED:
I do it manually as this post
http://stackoverflow.com/questions/2...soap-on-centos
Dowloading the file from here
http://rpm.pbone.net/index.php3/stat...86_64.rpm.html
Thanks.