Wednesday 1 June 2011

CentOS php-config: command not found

If you try using php-config, and you get the error: "command not found", you just need to install php-devel.
sudo yum install php-devel

2 comments:

  1. what if I use apt-get and php-devel is not avaiable?

    ReplyDelete
  2. @peter maybe try installing php5-dev

    ReplyDelete