phpize: command not found

You may receive the error “-bash: phpize: command not found” while executing the “phpize” command. The reason is the php-devel package is not installed on the server. The easiest way to install the package is to use ‘yum’.

SSH to your server as root and execute:

# yum install php-devel

Once done, you should be able to execute the command ‘phpize’.

This entry was posted on Tuesday, August 31st, 2010 and is filed under Linux Administration. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.