Friday, July 13th, 2007
In an attempt to add the PECL Upload Progress package, I received the following error:
[root@zebra cbschuld]# pecl install uploadprogress-beta downloading uploadprogress-0.3.0.tgz ... Starting to download uploadprogress-0.3.0.tgz (4,677 bytes) .....done: 4,677 bytes 3 source files, building running: phpize sh: phpize: command not found ERROR: `phpize' failed
Hmmm, it turns out I never added the package php-devel (oops). If you are missing phpize on your machine add it with:
yum install php-devel
Heh, so simple… thank you, this was my problem trying to install json.
Wow thanks for the tip been searching for this for hours
Ohm, so easy.. ! thank you