Problem with PEAR:SOAP

Problem with PEAR:SOAP

am 13.09.2005 01:22:04 von telirum

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

Re: Problem with PEAR:SOAP

am 13.09.2005 01:25:00 von Jasper Bryant-Greene

-k. wrote:
> 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?

Install the HTTP_Request package.

--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

If you find my advice useful, please consider donating to a poor
student! You can choose whatever amount you think my advice was
worth to you. http://tinyurl.com/7oa5s

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

Re: Problem with PEAR:SOAP [solved]

am 13.09.2005 15:53:11 von telirum

--- Jasper Bryant-Greene wrote:
> Install the HTTP_Request package.

That did it. Anyone know why the SOAP package didn't complain about this when i installed it?




-k.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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