Post

Missing phpize?

In an attempt to add the PECL Upload Progress package, I received the following error:

1
2
3
4
5
6
7
8
[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:

1
yum install php-devel
This post is licensed under CC BY 4.0 by the author.