<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"><<a href="mailto:francois-xavier.bourlet@dotcloud.com">francois-xavier.bourlet@dotcloud.com</a>></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 "^" 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&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 <<a href="mailto:savoy9020@texoma.net">savoy9020@texoma.net</a>> wrote:<br>
> Hmm, not very familiar with git..<br>
><br>
> I tried a "git clone git://<a href="http://github.com/octo/collectd.git" target="_blank">github.com/octo/collectd.git</a>"<br>
> but it didn't have a configure file, so tried with "autoconf"<br>
><br>
> That didn't work to well either.<br>
><br>
> The daily builds don't appear to be working.. Is there a recent<br>
> daily build somewhere else I could get?<br>
><br>
> I did see where the supplied iptc was removed.. recently.<br>
><br>
> Bill<br>
><br>
><br>
><br>
><br>
> On 5/3/11 12:15 PM, "Francois-Xavier Bourlet"<br>
> <<a href="mailto:francois-xavier.bourlet@dotcloud.com">francois-xavier.bourlet@dotcloud.com</a>> wrote:<br>
><br>
>> if you are compiling from the latests sources, you can still checkout<br>
>> to the latest but one commit, and try again to build. Pay attention<br>
>> that clean.sh do not clean everything. you would like to checkout in a<br>
>> empty directory before building.<br>
>><br>
>> On Tue, May 3, 2011 at 6:51 AM, Bill Harris <<a href="mailto:savoy9020@texoma.net">savoy9020@texoma.net</a>> wrote:<br>
>>><br>
>>><br>
>>> Is there a patch to fix this iptc issue with collectd on Ubunutu Server<br>
>>> (11.04) i386?<br>
>>><br>
>>> Bill<br>
>>><br>
>>> gcc -DHAVE_CONFIG_H -I. -I. -I../../src -Wall -Werror -g -O2 -c libip4tc.c<br>
>>> -fPIC -DPIC -o .libs/libip4tc.o<br>
>>> In file included from libip4tc.c:136:0:<br>
>>> libiptc.c:84:8: error: redefinition of Œstruct xt_error_target¹<br>
>>> /usr/include/linux/netfilter/x_tables.h:69:8: note: originally defined here<br>
>>> make[3]: *** [libip4tc.lo] Error 1<br>
>>> make[3]: Leaving directory `/home/bharris/work/collectd-5.0.0/src/owniptc'<br>
>>> make[2]: *** [all-recursive] Error 1<br>
>>> make[2]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'<br>
>>> make[1]: *** [all] Error 2<br>
>>> make[1]: Leaving directory `/home/bharris/work/collectd-5.0.0/src'<br>
>>> make: *** [all-recursive] Error 1<br>
>>><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>
>>><br>
>>><br>
>><br>
>><br>
><br>
><br>
><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>