Elliott C. Back: Technology FTW!

bash: phpize: command not found

Posted in Code, Computers & Technology, Linux by Elliott Back on September 14th, 2008.

If you’ve encountered this error while trying to build a PHP plugin or an Apache extension, then you’re simply missing the PHP-Devel package on your system:

-bash: phpize: command not found

To fix this, simple issue one of the commands, depending on your linux O/S:

CentOS: yum -y install php-devel
Fedora: up2date -i php-devel

Personally, I run yum on my fedora machine, so I would simply use it to install the package. If you don’t have yum, check out Managing Software with Yum, a great guide for sysadmins.

This entry was posted on Sunday, September 14th, 2008 at 1:35 pm and is tagged with fedora up2date, devel package, managing software, issue one, centos, yum, phpize, apache, linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback.

 

Trackbacks

(Trackback URL)

close Reblog this comment
blog comments powered by Disqus