You are not logged in.

#1 2011-06-12 15:55:37

unknow
Member
Registered: 2011-06-12
Posts: 2

[solved] php-soap-extension installation problem

Hey,
I'm trying to get soap extension in php working. The problem is that there is no package like php-soap in Arch's repositories. Does anyone know how to install that extension?

Thanks in advance,
Unknow


PS I'm really sorry for my broken English..

Last edited by unknow (2011-06-13 09:47:11)

Offline

#2 2011-06-13 03:05:11

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: [solved] php-soap-extension installation problem

The extension you want is already included in the 'php' package.

To get it working, uncomment the 'extension=soap.so' line in /etc/php/php.ini.

Offline

#3 2011-06-13 09:46:16

unknow
Member
Registered: 2011-06-12
Posts: 2

Re: [solved] php-soap-extension installation problem

Hey,
thanks for the answer. I already uncommented that line but it was still not working, because there was no soap.so module in /usr/lib/php/modules, so I was getting:

Fatal error:  Class 'SoapClient' not found [..] 

To get it working I took a rpm-package (this one) and copied the missing soap.so module. Now it seems to work.

Greets,
Unknow

Last edited by unknow (2011-06-13 09:47:29)

Offline

#4 2011-06-13 13:48:02

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: [solved] php-soap-extension installation problem

unknow wrote:

I already uncommented that line but it was still not working, because there was no soap.so module in /usr/lib/php/modules

Sure there is:

$ pkgfile -v soap.so
extra/php (5.3.6-4) : /usr/lib/php/modules/soap.so

Offline

Board footer

Powered by FluxBB