You are here

[XAMPP] PEAR/PECL install failes

2 posts / 0 new
Last post
caefer
Offline
Last seen: 16 years 6 months ago
Joined: 2007-10-24 11:55
[XAMPP] PEAR/PECL install failes

hi all,

I just tried to install memcache a pecl extension for php.
somehow it won't work..

Microsoft Windows XP [Version 5.1.2600]
E:\>pecl install memcache
downloading memcache-2.2.0.tgz ...
Starting to download memcache-2.2.0.tgz (24,745 bytes)
.........done: 24,745 bytes
8 source files, building

Warning: PEAR_Registry::require_once(System.php): failed to open stream: No such
 file or directory in R\PEAR\Registry.php on line 339

Fatal error: PEAR_Registry::require_once(): Failed opening required 'System.php'
 (include_path='\xampp\php\pear') in E:\xampp\php\PEAR\PEAR\Registry.php on line
 339

E:\>

if I set the include_path to (in this case) 'E:\xampp\php\pear' I will get a bit further which suggests to me that at least some part of this problem is portable-related.

Microsoft Windows XP [Version 5.1.2600]
E:\>pecl install memcache
downloading memcache-2.2.0.tgz ...
Starting to download memcache-2.2.0.tgz (24,745 bytes)
.........done: 24,745 bytes
8 source files, building
ERROR: The DSP memcache.dsp does not exist.

E:\>

google doesn't come up with anything on the last error message. and the pecl extension memcache-2.2.0.tgz is nowhere to be found. maybe here as well a missing drive letter is the cause?

any clues?

thanks a lot!
/christian

John T. Haller
John T. Haller's picture
Online
Last seen: 58 min 16 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Apache Friends

That's a XAMPP issue and you should ask over at the Apache Friends website as stated on the XAMPP page here:
https://portableapps.com/apps/development/xampp#support

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments