-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

Reply via email to