Hi, I want to install Fileinfo for use with horde, but
pecl install Fileinfo gives ==================================== downloading Fileinfo-1.0.3.tar ... Starting to download Fileinfo-1.0.3.tar (-1 bytes) ........done: 23,552 bytes 3 source files, building running: phpize Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20050606 ERROR: `phpize' failed ==================================== Anyone any idea how I can fix it, or even just get more info about the error? Cheers, Paul. A bit of background, originally, although pear was working fine, pecl was failing to install because of the php 8MB memory limit (strange as my php.ini has it set to 64M). To get around that, I edited the pecl command and added '-d memory_limit=-1'. Then it failed with "phpize not found", so I installed php4-devel, and that's where I ran into the above problem. Hmmm, just noticed I have php4 v4.4.0-6.6 whereas php4-devel is v4.4.0-6. Could that be it?