|
Posted by Dan Fulbright on 06/01/07 05:28
> I'm trying to install PHP 5.2.2 on Windows, but I keep getting errors
> when running go-pear.bat:
>
> mmap cache can't open phar://go-pear.phar/index.php
> mmap cache can't open phar://go-pear.phar/PEAR/Start/CLI.php
> mmap cache can't open phar://go-pear.phar/PEAR/Start.php
>
> There are 20 of these lines. After continuing through the script, it
> dies with this error:
>
> Fatal error: Call to undefined method PEAR_Error::set() in
> phar://go-pear.phar/PEAR/Start.php on line
> 263
>
> I can't deploy 5.2.2 until we get this resolved, so we're stuck on
> 5.2.1.
I was hoping that with the release of PHP 5.2.3, this problem would go
away. However, it hasn't. I no longer get the mmap cache errors, but
the fatal error at the end is still there with a different line
number:
Beginning install...
PHP Fatal error: Call to undefined method PEAR_Error::set() in
phar://go-pear.phar/PEAR/Start.php on line
274
To make sure there wasn't a problem with the older versions of PHP
installed on this server, I tried installing it on another one that
has never had PHP installed. That's when the error above occurred.
Any clues?
--df
[Back to original message]
|