[SOLVED] Howto build the PHP rrdtool extension
Posted by Kelvin on 09 Oct 2010 at 11:52 am | Tagged as: programming, Ubuntu, PHP
The definitive answer is here: http://www.samtseng.liho.tw/~samtz/blog/2009/03/11/howto-build-the-php-rrdtool-extension/
If you're on Ubuntu, do this first:
sudo apt-get install rrdtool librrd-dev php5-dev
Then follow the steps above.