Prev: PEAR installation
Next: pear error
From: "Murali Rathinasamy" on 3 Oct 2007 10:22 I've installed PHP5.2.4 on a Server 2k3 IIS6 install. That went smoothly, it runs my PHP files without a problem. I'm trying to install Horde, now, and that requires the PEAR packages. The problems come in when I try and run go-pear.bat The errors I get: C:\PHP>go-pear.bat phar "C:\PHP\PEAR\go-pear.phar" does not have a signature PHP Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: phar error: "index.php" is not a file in phar "go-pear.phar" in C:\PHP\PEAR\go-pear.phar on line 1237 PHP Fatal Error: require_once(): Failed opening required 'phar://go-pear.phar/index.php' (include_path='.;C:\php5\pear') in C:\PHP\PEAR\go-pear.phar on line 1237 Help pleeeeeeeeeeease. Thanks so much in advance. <Signature> Murali Rathinasamy DIS Undergraduate at the University of Florida AIM: xMuralix Cell: 813.731.3875 http://www.muralirathinasamy.com murali(a)muralirathinasamy.com </Signature>
From: "Justin Patrin" on 11 Oct 2007 01:14 On 10/3/07, Murali Rathinasamy <murali(a)muralirathinasamy.com> wrote: > I've installed PHP5.2.4 on a Server 2k3 IIS6 install. That went smoothly, it > runs my PHP files without a problem. > > I'm trying to install Horde, now, and that requires the PEAR packages. The > problems come in when I try and run go-pear.bat > > The errors I get: > C:\PHP>go-pear.bat > phar "C:\PHP\PEAR\go-pear.phar" does not have a signature PHP Warning: > require_once(phar://go-pear.phar/index.php): failed to open stream: phar > error: "index.php" is not a file in phar "go-pear.phar" in > C:\PHP\PEAR\go-pear.phar on line 1237 > > PHP Fatal Error: require_once(): Failed opening required > 'phar://go-pear.phar/index.php' (include_path='.;C:\php5\pear') in > C:\PHP\PEAR\go-pear.phar on line 1237 > It sound slike go-pear.phar is corrupted. Try redownloading http://pear.php.net/go-pear.phar with wget (not by using save-as in your browser). -- Justin Patrin
|
Pages: 1 Prev: PEAR installation Next: pear error |