Home > Article > Backend Development > Install yaf framework under ubuntu
Reference
http://yaf.laruence.com/manual/yaf.install.html
First, find the installation directory of php, execute info.php, check the php path
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 restartor
sudo /etc/init.d/apache2 restart
yaf support Yaf logo enabled Version 2.3.3 Supports http://pecl.php.net/package/yaf
The above introduces the installation of the yaf framework under ubuntu, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.