[PHP-SOAP-DEV] Problems installing
Status: Alpha
Brought to you by:
rodif_bl
From: Mike P. <mi...@oe...> - 2002-05-29 13:08:46
|
Hi all: I'm trying to install soap on my PHP installation (version php-4.2.1). It compiles and installs fine, but when I go the test page (which is the example from the site), I get the message *Fatal error*: Cannot instantiate non-existent class: soapserver in */var/www/html/soap.php* on line *3* leading me to believe that it hasn't been installed at all. My compile options look like this: './configure' '--prefix=/var/tmp/php-root' '-exec-prefix=/var/tmp/php-root' '--with-exec-dir=/usr/bin' '--with-config-file-path=/etc' '--with-zlib' '--with-apxs' '--with-gd' '--with-jpeg' '--with-png' '--with-ttf' '--with-ical=/usr' '--enable-soap' If I show information from phpinfo(), it doesn't show anything about soap, except that it was compiled. Any help is appreciated (I'm not yet subscribed to this list, so please cc me at mi...@oe...) Thanks! Mike |