soap - lighttpd, php, SoapClient not found -


i trying install on switch using buildroot, added php , lighttpd build. start server , webpage gives error:

fatal error class 'soapclient' not found 

i went php.ini , uncommented extension=php_soap.dll (changed .dll .so i'm on linux, right?) stuck in cgi.fix_pathinfo = 1

the error still there, ideas?

do have enable option soap supported? can't find php_soap anywhere


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -