参考
http://yaf.laruence.com/manual/yaf.install.html
まず、phpのインストールディレクトリを見つけて、info.phpを実行し、phpのパスを確認してください
Configuration File (php.ini) Path /etc/php5/apache2
whereis phpize
/usr/bin/phpize
Cannot find config.m4. Make sure that you run /usr/local/bin/phpize in the top level source directory of the module
./configure --with-php-c/bin/php-config
pcre.h: No such file or directory
sudo apt-get install libpcre3-dev
make
sudo make install
vi /ext/php5/apache2/php.ini
service apache2 restart
sudo /etc/init.d/apache2 restart
yaf support Yaf logo enabled Version 2.3.3 Supports http://pecl.php.net/package/yaf
上記では、関連するコンテンツを含め、ubuntu での yaf フレームワークのインストールについて紹介しています。PHP チュートリアルに興味のある友人に役立つことを願っています。