h3x.no

Tor Henning Ueland`s thoughts about technology and other stuff

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

Related posts:

  1. Getting Groupwise to work on Ubuntu 64bit (9.04)
  2. Munin-graph error: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
  3. Installation of GPFS on SLES10

Written by Tor Henning Ueland

July 9th, 2010 at 8:56 pm

Posted in PHP,Ubuntu

Tagged with ,

Leave a Reply