phpize: command not found

Last update on November 8, 2008 08:26 AM by deri58
Published by deri58

phpize: command not found






If during the installation of extension pecl despite the installation of PHP, you receive below error message:
sh: phpize: command not found

ERROR: `phpize' failed

To solve this problem under Debian, the package php5-dev contain the command phpize.

apt-get install php5-dev
Best answers for « phpize: command not found » in :
Phpize: command not found Show phpize: command not found Though you have installed the PHP programming language on your computer, you will be required to install the extension pecl to be able to run its commands. Else, you will be face with the error message...
Unable to delete file: Argument list too long Show Unable to delete file: Argument list too long Solutions Xargs Command find loop for (bash) Program Perl When trying to delete a file , you receive the following error message : bash: /bin/rm: Argument list too long This is...
Recursive GREP ShowRecursive GREP It may happen that the option –r (or –d recurse) of the command grep is not accessible; you are therefore requested to use the command find. An example, when searching for “kioskea” in all files constantly from...
Apt-get blocked ShowApt-get blocked Unblock apt-get Unblock the message to validate Unblock apt-get If for one reason or another, you encounter an apt-get blocking, below is a simple way to solve this problem: Kill the process apt-get: killall -9 apt...
Enable/disable a device from the command line ShowEnable/disable a device from the command line Install Devcon Display all the devices in the system Enable/disable the device Other devices Here is a trick that allows you to enable / disable a device from the command line in XP....
Network tests and diagnostics ShowTesting the IP configuration Before doing anything else, you are advised to check the computer's IP configuration. Windows systems offer a command-line tool, called ipconfig, that lets you find out your computer's IP configuration. The output of...
UNIX system - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence its name "shell". The shell therefore acts as an intermediary between the operating system and the user using command lines...
Introduction to UNIX systems ShowThe UNIX system The Unix system is a multi-user, multi tasking operating system which means that it allows a single or multiprocessor computer to simultaneously execute several programs by one or several users. It has one or several command...