h3x.no

Tor Henning Ueland`s thoughts about technology and other stuff

Archive for the ‘phpize’ tag

sh: phpize: not found

without comments

When using pecl, or something else that require phpize, you may get a warning saying that phpize is not found, even when you have PHP installed on your server.  In order to use phpize you need to install the PHP development packages, normally named php-devel.

For Debian/Ubuntu, you can fix this by running:

sudo apt-get install php5-dev

Written by Tor Henning Ueland

July 9th, 2010 at 8:56 pm

Posted in PHP,Ubuntu

Tagged with ,