참고
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를 추가하면 권한 문제가 있을 수 있습니다. 폴더를 만들어야 하기 때문에
sudo make install공유 확장 설치: /usr/lib/php5/20121212/
vi /ext/php5/apache2/php.iniextension_dir = "./"
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