Posted by "-k." on 10/21/24 11:26
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
Navigation:
[Reply to this message]
|