Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-09 Thread Karl O. Pinc
On Sat, 9 Jul 2016 16:45:23 +
Johan Sjöberg <johan.sjob...@deltait.se> wrote:

> Will I get pf_ring support with the Debian package?

Here's the changelog for the Jessie version.

http://sources.debian.net/src/pmacct/1.5.0-4/ChangeLog/

Looks like there's pf_ring support, but you might want
to check newer changlogs to see if any important bugs
were fixed or some such.

> /Johan
> 
> Från: Karl O. Pinc <k...@meme.com>
> Skickat: den 6 juli 2016 12:42:37
> Till: Johan Sjöberg
> Kopia: pmacct-discussion@pmacct.net
> Ämne: Re: [pmacct-discussion] Problem compiling on Debian Jessie
> 
> On Tue, 5 Jul 2016 12:58:27 +
> Johan Sjöberg <johan.sjob...@deltait.se> wrote:
> 
> > We have been running pmacct 1.2.5 on Debian Squeeze for many years.
> > We are now trying to set up a new server, running Debian Jessie. I
> > have downloaded pmacct 1.6.0 (and also 1.5.3), and tried compiling
> > it.  
> 
> FYI.  There's usually no need to compile pmacct on Jessie.  You can
> install the regular debian package.
> 
> Karl <k...@meme.com>
> Free Software:  "You don't pay back, you pay forward."
>  -- Robert A. Heinlein




Karl <k...@meme.com>
Free Software:  "You don't pay back, you pay forward."
 -- Robert A. Heinlein

___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-06 Thread Karl O. Pinc
On Wed, 6 Jul 2016 12:48:39 +0200
Olivier Benghozi  wrote:

> Only if you absolutely need an obsolete release I guess.

There are trade-offs.  If there's a new feature you need,
and you're willing to monitor the pmacct-announce mailing
list for security problems, then it makes sense to
compile your own.

On the other hand if what the distro releases works for you
why bother to go though extra work to get shiny new features you
don't need?

> 
> > Le 6 juil. 2016 à 12:42, Karl O. Pinc  a écrit :
> > 
> > FYI.  There's usually no need to compile pmacct on Jessie.  You can 
> > install the regular debian package.  
> 
> 
> ___
> pmacct-discussion mailing list
> http://www.pmacct.net/#mailinglists



Karl 
Free Software:  "You don't pay back, you pay forward."
 -- Robert A. Heinlein

___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-06 Thread Karl O. Pinc
On Tue, 5 Jul 2016 12:58:27 +
Johan Sjöberg  wrote:

> We have been running pmacct 1.2.5 on Debian Squeeze for many years.
> We are now trying to set up a new server, running Debian Jessie. I
> have downloaded pmacct 1.6.0 (and also 1.5.3), and tried compiling
> it. 

FYI.  There's usually no need to compile pmacct on Jessie.  You can 
install the regular debian package.

Karl 
Free Software:  "You don't pay back, you pay forward."
 -- Robert A. Heinlein

___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-06 Thread Vincent Bernat
 ❦  6 juillet 2016 09:04 CEST, Johan Sjöberg  :

> Yes, don't know why it complained about MySQL client
> libraries. Configure also completed successfully without
> --enable-mysql. So it was somehow related to MySQL.

It's just that MySQL was the next test. Your compilation is likely to
fail as well after the succesful configure. -lnuma should be explicitely
tested but the code for that has been commented out. I suppose there is
a good reason for that.
-- 
Kindness is a language which the deaf can hear and the blind can read.
-- Mark Twain

___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-06 Thread Johan Sjöberg
Original Message-
From: Vincent Bernat [mailto:ber...@luffy.cx] 
Sent: den 5 juli 2016 22:16
To: Johan Sjöberg <johan.sjob...@deltait.se>
Cc: pmacct-discussion@pmacct.net
Subject: Re: [pmacct-discussion] Problem compiling on Debian Jessie

 ❦  5 juillet 2016 16:50 CEST, Johan Sjöberg <johan.sjob...@deltait.se> :

>>> We have been running pmacct 1.2.5 on Debian Squeeze for many years. 
>>> We are now trying to set up a new server, running Debian Jessie. I 
>>> have downloaded pmacct 1.6.0 (and also 1.5.3), and tried compiling it.
>>>
>>> On 1.6.0, I get an error that the MySQL client libraries cannot be
>>> found:
>>
>> With 1.6, provides a pastebin of your config.log. It would help to pinpoint 
>> the problem.

> It seems like the problem was that libnuma-dev was missing. I saw that 
> when looking at the config.log file.

So, it's unrelated to MySQL. -lnuma is added whatever you have PF_RING. Dunno 
if it makes sense or not.
--
Let the data structure the program.
- The Elements of Programming Style (Kernighan & Plauger)

Yes, don't know why it complained about MySQL client libraries. Configure also 
completed successfully without --enable-mysql. So it was somehow related to 
MySQL.
___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-05 Thread Johan Sjöberg
-Original Message-
From: Vincent Bernat [mailto:ber...@luffy.cx] 
Sent: den 5 juli 2016 15:25
To: Johan Sjöberg <johan.sjob...@deltait.se>
Cc: pmacct-discussion@pmacct.net
Subject: Re: [pmacct-discussion] Problem compiling on Debian Jessie

 ❦  5 juillet 2016 14:58 CEST, Johan Sjöberg <johan.sjob...@deltait.se> :

> We have been running pmacct 1.2.5 on Debian Squeeze for many years. We 
> are now trying to set up a new server, running Debian Jessie. I have 
> downloaded pmacct 1.6.0 (and also 1.5.3), and tried compiling it.
>
> On 1.6.0, I get an error that the MySQL client libraries cannot be
> found:

With 1.6, provides a pastebin of your config.log. It would help to pinpoint the 
problem.
--
Many a writer seems to think he is never profound except when he can't 
understand his own meaning.
-- George D. Prentice

Hi,

It seems like the problem was that libnuma-dev was missing. I saw that when 
looking at the config.log file.

/Johan
___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-05 Thread Johan Sjöberg


-Original Message-
From: Vincent Bernat [mailto:ber...@luffy.cx] 
Sent: den 5 juli 2016 15:25
To: Johan Sjöberg <johan.sjob...@deltait.se>
Cc: pmacct-discussion@pmacct.net
Subject: Re: [pmacct-discussion] Problem compiling on Debian Jessie

 ❦  5 juillet 2016 14:58 CEST, Johan Sjöberg <johan.sjob...@deltait.se> :

> We have been running pmacct 1.2.5 on Debian Squeeze for many years. We 
> are now trying to set up a new server, running Debian Jessie. I have 
> downloaded pmacct 1.6.0 (and also 1.5.3), and tried compiling it.
>
> On 1.6.0, I get an error that the MySQL client libraries cannot be
> found:

With 1.6, provides a pastebin of your config.log. It would help to pinpoint the 
problem.
--
Many a writer seems to think he is never profound except when he can't 
understand his own meaning.
-- George D. Prentice

Hi,

Here's a pastebin of config.log: http://pastebin.com/3bTnY7Jc

Regards,
Johan
___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] Problem compiling on Debian Jessie

2016-07-05 Thread Vincent Bernat
 ❦  5 juillet 2016 14:58 CEST, Johan Sjöberg  :

> We have been running pmacct 1.2.5 on Debian Squeeze for many years. We
> are now trying to set up a new server, running Debian Jessie. I have
> downloaded pmacct 1.6.0 (and also 1.5.3), and tried compiling it.
>
> On 1.6.0, I get an error that the MySQL client libraries cannot be
> found:

With 1.6, provides a pastebin of your config.log. It would help to
pinpoint the problem.
-- 
Many a writer seems to think he is never profound except when he can't
understand his own meaning.
-- George D. Prentice

___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists