Problem with PEAR:SOAP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I just installed the SOAP Pear package (version 0.9.1) when i try and:
require_once('SOAP/Client.php');

i get the following errors:
Warning: main(HTTP/Request.php): failed to open stream: No such file or directory in
/usr/local/lib/php/SOAP/WSDL.php on line 27

Fatal error: main(): Failed opening required 'HTTP/Request.php'
(include_path='.:/usr/local/lib/php') in /usr/local/lib/php/SOAP/WSDL.php on line 27

Line 27 in WSDL.php is, as you might guess, 
require_once 'HTTP/Request.php';

I looked in /usr/local/lib/php/ and there is no HTTP directory (much less a Request.php). I have
the HTTP PEAR package installed (Version 1.3.6 ). My question is should installing the HTTP
package put these files in /usr/local/lib/php ? If not what are these files? And where do i get
them? Am i missing a dependency or something? Did i install HTTP incorrectly?



-k.


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux