<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to build the PHP rrdtool extension by hand</title>
	<atom:link href="http://www.missiondata.com/blog/system-administration/54/how-to-build-the-php-rrdtool-extention-by-hand/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/system-administration/54/how-to-build-the-php-rrdtool-extention-by-hand/</link>
	<description>Louisville-based Web Development &#038; Software Engineering</description>
	<lastBuildDate>Thu, 13 May 2010 10:34:28 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marinko</title>
		<link>http://www.missiondata.com/blog/system-administration/54/how-to-build-the-php-rrdtool-extention-by-hand/comment-page-1/#comment-19284</link>
		<dc:creator>Marinko</dc:creator>
		<pubDate>Sat, 05 May 2007 20:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=54#comment-19284</guid>
		<description>Hi. Very nice article.
I have one question about php and rrdtool. I need php script for collecting data from local router so I can use it for billing software to see traffic for specific host in MB and in direction (up and down.)

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi. Very nice article.<br />
I have one question about php and rrdtool. I need php script for collecting data from local router so I can use it for billing software to see traffic for specific host in MB and in direction (up and down.)</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Howe</title>
		<link>http://www.missiondata.com/blog/system-administration/54/how-to-build-the-php-rrdtool-extention-by-hand/comment-page-1/#comment-2426</link>
		<dc:creator>Scott Howe</dc:creator>
		<pubDate>Tue, 05 Dec 2006 02:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=54#comment-2426</guid>
		<description>BTW - For some reason with any other version of AUTOCONF (even newer versions)  it will not configure correctly.  I had to uninstall the autoconf rpm and compile 2.13 from source to get it to work.</description>
		<content:encoded><![CDATA[<p>BTW &#8211; For some reason with any other version of AUTOCONF (even newer versions)  it will not configure correctly.  I had to uninstall the autoconf rpm and compile 2.13 from source to get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Fesler</title>
		<link>http://www.missiondata.com/blog/system-administration/54/how-to-build-the-php-rrdtool-extention-by-hand/comment-page-1/#comment-2330</link>
		<dc:creator>Jason Fesler</dc:creator>
		<pubDate>Fri, 01 Dec 2006 21:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=54#comment-2330</guid>
		<description>Thank you for posting this - I was going a bit nuts putting two and two together from php-rrdtool.tgz&#039;s limited documentation.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this &#8211; I was going a bit nuts putting two and two together from php-rrdtool.tgz&#8217;s limited documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien Cramatte</title>
		<link>http://www.missiondata.com/blog/system-administration/54/how-to-build-the-php-rrdtool-extention-by-hand/comment-page-1/#comment-1237</link>
		<dc:creator>Sébastien Cramatte</dc:creator>
		<pubDate>Mon, 16 Oct 2006 00:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=54#comment-1237</guid>
		<description>I&#039;ve tried to compile  the extension under debian sarge with php 5.1.6 packages from dotdeb.org  and rrdtool 1.2  package from www.backports.org

When I do  a phpize  and just after ./configure  it tell me that not found rrdtool header ...

I&#039;ve tried  ./configure --include=/usr/src/rrdtool-1.2.11/src   without succes ...

# ./configure
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext
checking for PHP extension directory... /usr/lib/php5/20050922
checking for PHP installed headers prefix... /usr/include/php5
checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for rrdtool support... yes, shared
checking for rrdtool header files in default path... not found
configure: error: Please reinstall the rrdtool distribution</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to compile  the extension under debian sarge with php 5.1.6 packages from dotdeb.org  and rrdtool 1.2  package from <a href="http://www.backports.org" rel="nofollow">http://www.backports.org</a></p>
<p>When I do  a phpize  and just after ./configure  it tell me that not found rrdtool header &#8230;</p>
<p>I&#8217;ve tried  ./configure &#8211;include=/usr/src/rrdtool-1.2.11/src   without succes &#8230;</p>
<p># ./configure<br />
checking for egrep&#8230; grep -E<br />
checking for a sed that does not truncate output&#8230; /bin/sed<br />
checking for gcc&#8230; gcc<br />
checking for C compiler default output file name&#8230; a.out<br />
checking whether the C compiler works&#8230; yes<br />
checking whether we are cross compiling&#8230; no<br />
checking for suffix of executables&#8230;<br />
checking for suffix of object files&#8230; o<br />
checking whether we are using the GNU C compiler&#8230; yes<br />
checking whether gcc accepts -g&#8230; yes<br />
checking for gcc option to accept ANSI C&#8230; none needed<br />
checking whether gcc and cc understand -c and -o together&#8230; yes<br />
checking if compiler supports -R&#8230; no<br />
checking if compiler supports -Wl,-rpath,&#8230; yes<br />
checking build system type&#8230; i686-pc-linux-gnu<br />
checking host system type&#8230; i686-pc-linux-gnu<br />
checking target system type&#8230; i686-pc-linux-gnu<br />
checking for PHP prefix&#8230; /usr<br />
checking for PHP includes&#8230; -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext<br />
checking for PHP extension directory&#8230; /usr/lib/php5/20050922<br />
checking for PHP installed headers prefix&#8230; /usr/include/php5<br />
checking for re2c&#8230; no<br />
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.<br />
checking for gawk&#8230; gawk<br />
checking for rrdtool support&#8230; yes, shared<br />
checking for rrdtool header files in default path&#8230; not found<br />
configure: error: Please reinstall the rrdtool distribution</p>
]]></content:encoded>
	</item>
</channel>
</rss>
