#30661: php5-soap extension not available in fastcgi binary -------------------------------+-------------------------------------------- Reporter: axolx@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: php5-soap -------------------------------+-------------------------------------------- Comment(by ryandesign@…): Works fine here. {{{ $ port installed php5 php5-soap lighttpd The following ports are currently installed: lighttpd @1.4.28_0+ssl+universal (active) php5 @5.3.6_0+apache2+fastcgi+universal (active) php5-soap @5.3.6_0+universal (active) $ echo '<?php echo (int)class_exists("SoapClient")."\n";' > ~/Sites/test/soap.php $ php ~/Sites/test/soap.php 1 $ curl -i http://localhost/~rschmidt/test/soap.php HTTP/1.1 200 OK Content-type: text/html Transfer-Encoding: chunked Date: Tue, 09 Aug 2011 14:31:53 GMT Server: lighttpd 1 $ sudo port deactivate php5-soap ---> Deactivating php5-soap @5.3.6_0+universal $ sudo port unload lighttpd $ sudo port load lighttpd $ php ~/Sites/test/soap.php 0 $ curl -i http://localhost/~rschmidt/test/soap.php HTTP/1.1 200 OK Content-type: text/html Transfer-Encoding: chunked Date: Tue, 09 Aug 2011 14:46:10 GMT Server: lighttpd 0 $ }}} Are you sure: * you stopped and started lighttpd after installing php5-soap? * lighttpd is actually using MacPorts PHP FCGI and not some other PHP FCGI? -- Ticket URL: <https://trac.macports.org/ticket/30661#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS