<div dir="ltr">Hi,<div><br></div><div>I would like to jump in to ask how about something like this for collection4 on nginx from cloning to actually launching your browser and seeing the graphs.</div><div><br><div>Thanks<br clear="all">

<div dir="ltr"><span style="border-collapse: collapse; "><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; margin-bottom: 5px; "><span style="font-family:arial, helvetica, sans-serif;font-size:small"><b>--</b></span></div>

<div style="margin-bottom: 5px; "><span style="font-family: arial, helvetica, sans-serif; font-size: small; "><b>Salimane Adjao Moustapha</b></span><br><span style="font-family: arial, helvetica, sans-serif; font-size: small; color: rgb(128, 128, 128); ">Independent Analyst, Real Solutions Builder</span><font class="Apple-style-span" color="#808080" face="arial, helvetica, sans-serif"><i><br>

</i></font></div></span></div><br>
<br><br><div class="gmail_quote">On Thu, May 5, 2011 at 12:59 AM, Francois-Xavier Bourlet <span dir="ltr">&lt;<a href="mailto:francois-xavier.bourlet@dotcloud.com">francois-xavier.bourlet@dotcloud.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">try something like:<br>
<br>
$clone git://<a href="http://github.com/octo/collectd.git" target="_blank">github.com/octo/collectd.git</a><br>
$cd collectd<br>
<br>
now checkout to the lastest but one commit:<br>
<br>
$git checkout HEAD^<br>
<br>
(yes the &quot;^&quot; is important)<br>
<br>
then configure the build system:<br>
<br>
$./build.sh<br>
<br>
then configure the build itself:<br>
<br>
$./configure<br>
<br>
build:<br>
<br>
$make<br>
<br>
install:<br>
<br>
sudo make install<br>
<br>
If thats still do not build correctly, i notice that build.sh create<br>
the missing files, and if you go back to the latest commit:<br>
<br>
$git checkout master<br>
<br>
The missing files are now present, and so<br>
<br>
$./build.sh<br>
<br>
will work again, then you can continue on the configure&amp;make steps.<br>
<br>
Hope I helped you,<br>
<div><div></div><div class="h5"><br>
On Wed, May 4, 2011 at 9:04 AM, Bill Harris &lt;<a href="mailto:savoy9020@texoma.net">savoy9020@texoma.net</a>&gt; wrote:<br>
&gt; Hmm, not very familiar with git..<br>
&gt;<br>
&gt; I tried a &quot;git clone git://<a href="http://github.com/octo/collectd.git" target="_blank">github.com/octo/collectd.git</a>&quot;<br>
&gt; but it didn&#39;t have a configure file, so tried with &quot;autoconf&quot;<br>
&gt;<br>
&gt; That didn&#39;t work to well either.<br>
&gt;<br>
&gt; The daily builds don&#39;t appear to be working.. Is there a recent<br>
&gt; daily build somewhere else I could get?<br>
&gt;<br>
&gt; I did see where the supplied iptc was removed.. recently.<br>
&gt;<br>
&gt; Bill<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 5/3/11 12:15 PM, &quot;Francois-Xavier Bourlet&quot;<br>
&gt; &lt;<a href="mailto:francois-xavier.bourlet@dotcloud.com">francois-xavier.bourlet@dotcloud.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; if you are compiling from the latests sources, you can still checkout<br>
&gt;&gt; to the latest but one commit, and try again to build. Pay attention<br>
&gt;&gt; that clean.sh do not clean everything. you would like to checkout in a<br>
&gt;&gt; empty directory before building.<br>
&gt;&gt;<br>
&gt;&gt; On Tue, May 3, 2011 at 6:51 AM, Bill Harris &lt;<a href="mailto:savoy9020@texoma.net">savoy9020@texoma.net</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Is there a patch to fix this iptc issue with collectd on Ubunutu Server<br>
&gt;&gt;&gt; (11.04) i386?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Bill<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c<br>
&gt;&gt;&gt;  -fPIC -DPIC -o .libs/libip4tc.o<br>
&gt;&gt;&gt; In file included from libip4tc.c:136:0:<br>
&gt;&gt;&gt; libiptc.c:84:8: error: redefinition of Œstruct xt_error_target¹<br>
&gt;&gt;&gt; /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here<br>
&gt;&gt;&gt; make[3]: *** [libip4tc.lo] Error 1<br>
&gt;&gt;&gt; make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc&#39;<br>
&gt;&gt;&gt; make[2]: *** [all-recursive] Error 1<br>
&gt;&gt;&gt; make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src&#39;<br>
&gt;&gt;&gt; make[1]: *** [all] Error 2<br>
&gt;&gt;&gt; make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src&#39;<br>
&gt;&gt;&gt; make: *** [all-recursive] Error 1<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; collectd mailing list<br>
&gt;&gt;&gt; <a href="mailto:collectd@verplant.org">collectd@verplant.org</a><br>
&gt;&gt;&gt; <a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
François-Xavier Bourlet<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
</div></div></blockquote></div><br></div></div></div>