I am trying to install this on a switch using buildroot, I added php and lighttpd to the build. I start the server and the webpage gives this error:
Fatal error Class 'SoapClient' not found
I went to php.ini and uncommented extension=php_soap.dll
(changed .dll to .so as I'm on linux, this right?) I also stuck in cgi.fix_pathinfo = 1
The error is still there, any ideas?
Do I have to enable some option so that soap is supported? as I can't find php_soap anywhere