solved – bash: phpize: command not found

This error is due to “phpize” command not available on your server.

To fix, install php-devel package.

If your server have yum (Eg: Fedora)

[root@localhost siwan]# phpize
bash: phpize: command not found
[root@localhost siwan]# yum -y install php-devel

[root@localhost siwan]# phpize
Cannot find config.m4.
Make sure that you run ‘/usr/bin/phpize’ in the top level source directory of the module

[root@localhost siwan]#
How to install the eaccelerator on fedora9?
use follwoing command

[root@localhost siwan]# yum install php-eaccelerator

Published by

Purab

I am Purab from India, Software development is my profession and teaching is my passion. Programmers blog dedicated to the JAVA, Python, PHP, DevOps and Opensource Frameworks. Purab's Github Repo Youtube Chanel Video Tutorials Connect to on LinkedIn

One thought on “solved – bash: phpize: command not found”

  1. This is a very important post, I was looking for this info. Just so you know I discovered your web site when I was looking around for blogs like mine, so please check out my site sometime and leave me a comment to let me know what you think.

Leave a Reply

Your email address will not be published.