go-pear.bat doesnt run. help.
Hello,
I am using windows 7, wamp, php5.3.5.
wasnt able to get PEAR to install properly until using this line of code:
"php -d phar.require_hash=0 ./PEAR/go-pear.phar
PEAR was successfully installed but I am still not able to download the Net_UserAgent_Detect package. I get a lengthy error message instead as follows:
downloading Net_UserAgent_Detect-2.5.2.tgz ...
Starting to download Net_UserAgent_Detect-2.5.2.tgz (11,986 bytes)
.....done: 11,986 bytes
Warning: require_once(Structures/Graph.php): failed to open stream: No such file
or directory in PEAR\Downloader.php on line 1217
PHP Warning: require_once(Structures/Graph.php): failed to open stream: No such
file or directory in C:\wamp\bin\php\php5.3.5\PEAR\PEAR\Downloader.php on line
1217
PHP Stack trace:
PHP 1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\pearcmd.php:0
PHP 2. PEAR_Command_Common->run() C:\wamp\bin\php\php5.3.5\PEAR\pearcmd.php:30
8
PHP 3. PEAR_Command_Install->doInstall() C:\wamp\bin\php\php5.3.5\PEAR\PEAR\Co
mmand\Common.php:271
PHP 4. PEAR_Downloader->sortPackagesForInstall() C:\wamp\bin\php\php5.3.5\PEAR
\PEAR\Command\Install.php:700
Warning: require_once(Structures/Graph.php): failed to open stream: No such file
or directory in C:\wamp\bin\php\php5.3.5\PEAR\PEAR\Downloader.php on line 1217
Call Stack:
0.0023 532440 1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\pearcmd.php:0
0.0764 3479080 2. PEAR_Command_Common->run() C:\wamp\bin\php\php5.3.5\P
EAR\pearcmd.php:308
0.0764 3479080 3. PEAR_Command_Install->doInstall() C:\wamp\bin\php\php
5.3.5\PEAR\PEAR\Command\Common.php:271
0.8767 9437704 4. PEAR_Downloader->sortPackagesForInstall() C:\wamp\bin
\php\php5.3.5\PEAR\PEAR\Command\Install.php:700
PHP Fatal error: require_once(): Failed opening required 'Structures/Graph.php'
(include_path='C:\wamp\bin\php\php5.3.5\pear') in C:\wamp\bin\php\php5.3.5\PEAR
\PEAR\Downloader.php on line 1217
PHP Stack trace:
PHP 1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\pearcmd.php:0
PHP 2. PEAR_Command_Common->run() C:\wamp\bin\php\php5.3.5\PEAR\pearcmd.php:30
8
PHP 3. PEAR_Command_Install->doInstall() C:\wamp\bin\php\php5.3.5\PEAR\PEAR\Co
mmand\Common.php:271
PHP 4. PEAR_Downloader->sortPackagesForInstall() C:\wamp\bin\php\php5.3.5\PEAR
\PEAR\Command\Install.php:700
Fatal error: require_once(): Failed opening required 'Structures/Graph.php' (inc
lude_path='C:\wamp\bin\php\php5.3.5\pear') in C:\wamp\bin\php\php5.3.5\PEAR\PEAR
\Downloader.php on line 1217
Call Stack:
0.0023 532440 1. {main}() C:\wamp\bin\php\php5.3.5\PEAR\pearcmd.php:0
0.0764 3479080 2. PEAR_Command_Common->run() C:\wamp\bin\php\php5.3.5\P
EAR\pearcmd.php:308
0.0764 3479080 3. PEAR_Command_Install->doInstall() C:\wamp\bin\php\php
5.3.5\PEAR\PEAR\Command\Common.php:271
0.8767 9437704 4. PEAR_Downloader->sortPackagesForInstall() C:\wamp\bin
\php\php5.3.5\PEAR\PEAR\Command\Install.php:700
What does all this mean? Can somebody please tell me? Thanks in advance for your time.
Last edited by ZanderFly; August 15th, 2011 at 07:09 PM..
|