Chris Schuld's Blog

personal musings on the composition of software

Written By: Chris Schuld 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
Categories: Fedora, PHP

3 Responses to " Missing phpize? "

  1. Evan says:

    Heh, so simple… thank you, this was my problem trying to install json.

  2. aED says:

    Wow thanks for the tip been searching for this for hours

  3. huong nghiep says:

    Ohm, so easy.. ! thank you

Leave a Reply

About Chris

Chris Schuld

Thank you for visiting my website. I use this site for a myriad of things: maintaining software I have open sourced, connecting with my readers and friends and documenting all of this little things "I wished I would have written down." You can read more about me or contact me.


thanks for visiting... happy coding

Recent Comments