I am try to install amqp for php (Integrating PHP with RabbitMQ) using this http://code.google.com/p/php-amqp/.
after run phpize && ./configure --with-amqp && make && sudo make install
it give error like this
Cannot find config.m4. Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
Please help me, my environment is ubuntu