[Pdns-users] metronome

2014-12-12 Thread Keresztes Péter-Zoltán
Hello guy, I have tried to get metronome on a server to test it. When I run make I get lots of errors. # make g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp -pthread -MMD -MP -std=gnu++0x-c -o metronome.o metronome.cc In file included from metronome.cc:2: iputils.hh:36:34: warning: boost/lexic

[Pdns-users] Metronome

2016-02-10 Thread Alejandro Adroher Mellado
Hi all, I'm using a local instance of Metronome and I would like to know, if possible, know how to increase the range of the stored data on the metronome historical. We are limited to only one week ... XD ___ Pdns-users mailing list Pdns-users@mailman

Re: [Pdns-users] metronome

2014-12-16 Thread Ciro Iriarte
2014-12-12 11:56 GMT-03:00 Keresztes Péter-Zoltán : > Hello guy, > > I have tried to get metronome on a server to test it. When I run make I get > lots of errors. > > # make > g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp -pthread -MMD -MP -std=gnu++0x > -c -o metronome.o metronome.cc > In file includ

Re: [Pdns-users] metronome

2014-12-18 Thread Christof Meerwald
Hi, On Wed, 17 Dec 2014 03:54:24 -0300, Ciro Iriarte wrote: [...] > You need eigen3-devel, gcc-c++, git and boost-devel. At least that's > where I'm stuck: > > [root@admin metronome-master]# make > fatal: Not a git repository (or any of the parent directories): .git > g++ -Wall -O3 -ggdb -I. -I ya

Re: [Pdns-users] metronome

2014-12-18 Thread Ciro Iriarte
2014-12-18 7:14 GMT-03:00 Christof Meerwald : > Hi, > > On Wed, 17 Dec 2014 03:54:24 -0300, Ciro Iriarte wrote: > [...] >> You need eigen3-devel, gcc-c++, git and boost-devel. At least that's >> where I'm stuck: >> >> [root@admin metronome-master]# make >> fatal: Not a git repository (or any of the

Re: [Pdns-users] metronome

2015-01-16 Thread Keresztes Péter-Zoltán
Hello, I am trying to install metronome on a debian wheezy, fist I got the errors described in the first messge then I have installed libboost-dev when I run the make I get the following output: /metronome# make g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp -pthread -MMD -MP -DYAHTTP_MAX_URL_LENGT

Re: [Pdns-users] metronome

2015-01-19 Thread bert hubert
On Sat, Jan 17, 2015 at 05:39:30AM +0200, Keresztes Péter-Zoltán wrote: > Hello, I am trying to install metronome on a debian wheezy, fist I got the > errors described in the first messge then I have installed libboost-dev > when I run the make I get the following output: Hi Keresztes, Try: cd y

Re: [Pdns-users] metronome

2015-01-19 Thread Keresztes Péter-Zoltán
Was not so easy. I had to install oxygen then libboost-dev libboost-test-dev glibbest-program-options1.49-dev After I have installed all those unmentioned dependencies I was able to properly install the metronome. > On Jan 19, 2015, at 9:43 PM, bert hubert wrote: > > On Sat, Jan 17, 2015 at 0

Re: [Pdns-users] metronome

2015-01-19 Thread bert hubert
On Mon, Jan 19, 2015 at 10:30:29PM +0200, Keresztes Péter-Zoltán wrote: > Was not so easy. I had to install oxygen then libboost-dev libboost-test-dev > glibbest-program-options1.49-dev > After I have installed all those unmentioned dependencies I was able to > properly install the metronome. C