Re: [pmacct-discussion] 1.7.5 with static ndpi

2020-06-25 Thread Steve Clark

Thanks for the info Marc.

On 06/25/2020 08:50 AM, Marc Sune wrote:
Steve,

Missatge de Stephen Clark 
mailto:sclar...@earthlink.net>> del dia dj., 25 de juny 
2020 a les 13:56:
Hi Paolo,

We have pmacct installed on a number of remote systems and
it just more moving parts to keep updated with having to also install/update 
nDPI.

Not sure what your requirements are, but if the concern is remote system's 
connectivity, docker images can be downloaded in a tar.gz and locally imported, 
without the need to have external connectivity.

https://docs.docker.com/engine/reference/commandline/save/


Also I have used the following configure line

./configure '--enable-ndpi' --with-ndpi-static-lib=/usr/local/lib/ '--enable-l2'
'--enable-traffic-bins' '--enable-bgp-bins' '--enable-bmp-bins' 
'--enable-st-bins'

and still get a dynamically linked pmacctd. Also the dynamic lib and static lib
are both in /usr/local/lib

Can you the resulting config.log?

marc


I just removed the dynamic libs and got pmacctd built - I am testing it now.

Thanks for your help,
Steve


On 6/24/20 4:30 PM, Paolo Lucente wrote:

Hi Steve,

Apart from asking the obvious - personal curiosity! - why do you want to
link against a static nDPI library. There are a couple main avenues i
can point you to depending on your goal:

1) You can supply configure with a --with-ndpi-static-lib knob; guess
the static lib and the dynamic lib are in different places, you should
be game. Even simplifying further: should you make the 'shared object'
library disappear then things will be forced onto the static library;

2) did you see the "pmacct & Docker" email that did just circulate on
the list? In the seek for a static library? Perhaps time to look into a
container instead? :-D

Paolo

On Tue, Jun 23, 2020 at 01:44:32PM -0400, Stephen Clark wrote:

Hello,

Can anyone give the magic configuration items I need to build using a static
libndpi.a

I have spend all day trying to do this without any success. It seem like I
tried every combination
that ./configure --help displays.

Any help would be appreciated.

Thanks,
Steve


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



--

"They that give up essential liberty to obtain temporary safety,
deserve neither liberty nor safety."  (Ben Franklin)

"The course of history shows that as a government grows, liberty
decreases."  (Thomas Jefferson)

"Beer is proof God loves us and wants us to be happy!" (Ben Franklin)


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



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


Email Confidentiality Notice: The information contained in this transmission 
may contain privileged and confidential and/or protected health information 
(PHI) and may be subject to protection under the law, including the Health 
Insurance Portability and Accountability Act of 1996, as amended (HIPAA). This 
transmission is intended for the sole use of the individual or entity to whom 
it is addressed. If you are not the intended recipient, you are notified that 
any use, dissemination, distribution, printing or copying of this transmission 
is strictly prohibited and may subject you to criminal or civil penalties. If 
you have received this transmission in error, please contact the sender 
immediately and delete this email and any attachments from any computer. Vaso 
Corporation and its subsidiary companies are not responsible for data leaks 
that result from email messages received that contain privileged and 
confidential and/or protected health information (PHI).
___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists


Re: [pmacct-discussion] 1.7.5 with static ndpi

2020-06-25 Thread Marc Sune
Steve,

Missatge de Stephen Clark  del dia dj., 25 de juny
2020 a les 13:56:

> Hi Paolo,
>
> We have pmacct installed on a number of remote systems and
> it just more moving parts to keep updated with having to also
> install/update nDPI.
>

Not sure what your requirements are, but if the concern is remote system's
connectivity, docker images can be downloaded in a tar.gz and locally
imported, without the need to have external connectivity.

https://docs.docker.com/engine/reference/commandline/save/


>
> Also I have used the following configure line
>
> ./configure '--enable-ndpi' --with-ndpi-static-lib=/usr/local/lib/
> '--enable-l2'
> '--enable-traffic-bins' '--enable-bgp-bins' '--enable-bmp-bins'
> '--enable-st-bins'
>
> and still get a dynamically linked pmacctd. Also the dynamic lib and
> static lib
> are both in /usr/local/lib
>

Can you the resulting config.log?

marc


>
> I just removed the dynamic libs and got pmacctd built - I am testing it
> now.
>
> Thanks for your help,
> Steve
>
>
> On 6/24/20 4:30 PM, Paolo Lucente wrote:
> > Hi Steve,
> >
> > Apart from asking the obvious - personal curiosity! - why do you want to
> > link against a static nDPI library. There are a couple main avenues i
> > can point you to depending on your goal:
> >
> > 1) You can supply configure with a --with-ndpi-static-lib knob; guess
> > the static lib and the dynamic lib are in different places, you should
> > be game. Even simplifying further: should you make the 'shared object'
> > library disappear then things will be forced onto the static library;
> >
> > 2) did you see the "pmacct & Docker" email that did just circulate on
> > the list? In the seek for a static library? Perhaps time to look into a
> > container instead? :-D
> >
> > Paolo
> >
> > On Tue, Jun 23, 2020 at 01:44:32PM -0400, Stephen Clark wrote:
> >> Hello,
> >>
> >> Can anyone give the magic configuration items I need to build using a
> static
> >> libndpi.a
> >>
> >> I have spend all day trying to do this without any success. It seem
> like I
> >> tried every combination
> >> that ./configure --help displays.
> >>
> >> Any help would be appreciated.
> >>
> >> Thanks,
> >> Steve
> >>
> >>
> >> ___
> >> pmacct-discussion mailing list
> >> http://www.pmacct.net/#mailinglists
>
>
> --
>
> "They that give up essential liberty to obtain temporary safety,
> deserve neither liberty nor safety."  (Ben Franklin)
>
> "The course of history shows that as a government grows, liberty
> decreases."  (Thomas Jefferson)
>
> "Beer is proof God loves us and wants us to be happy!" (Ben Franklin)
>
>
> ___
> pmacct-discussion mailing list
> http://www.pmacct.net/#mailinglists
>
___
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists


Re: [pmacct-discussion] 1.7.5 with static ndpi

2020-06-25 Thread Stephen Clark

Hi Paolo,

We have pmacct installed on a number of remote systems and
it just more moving parts to keep updated with having to also install/update 
nDPI.

Also I have used the following configure line

./configure '--enable-ndpi' --with-ndpi-static-lib=/usr/local/lib/ '--enable-l2' 
'--enable-traffic-bins' '--enable-bgp-bins' '--enable-bmp-bins' '--enable-st-bins'


and still get a dynamically linked pmacctd. Also the dynamic lib and static lib 
are both in /usr/local/lib


I just removed the dynamic libs and got pmacctd built - I am testing it now.

Thanks for your help,
Steve


On 6/24/20 4:30 PM, Paolo Lucente wrote:

Hi Steve,

Apart from asking the obvious - personal curiosity! - why do you want to
link against a static nDPI library. There are a couple main avenues i
can point you to depending on your goal:

1) You can supply configure with a --with-ndpi-static-lib knob; guess
the static lib and the dynamic lib are in different places, you should
be game. Even simplifying further: should you make the 'shared object'
library disappear then things will be forced onto the static library;

2) did you see the "pmacct & Docker" email that did just circulate on
the list? In the seek for a static library? Perhaps time to look into a
container instead? :-D

Paolo

On Tue, Jun 23, 2020 at 01:44:32PM -0400, Stephen Clark wrote:

Hello,

Can anyone give the magic configuration items I need to build using a static
libndpi.a

I have spend all day trying to do this without any success. It seem like I
tried every combination
that ./configure --help displays.

Any help would be appreciated.

Thanks,
Steve


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



--

"They that give up essential liberty to obtain temporary safety,
deserve neither liberty nor safety."  (Ben Franklin)

"The course of history shows that as a government grows, liberty
decreases."  (Thomas Jefferson)

"Beer is proof God loves us and wants us to be happy!" (Ben Franklin)


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


Re: [pmacct-discussion] 1.7.5 with static ndpi

2020-06-24 Thread Paolo Lucente


Hi Steve,

Apart from asking the obvious - personal curiosity! - why do you want to
link against a static nDPI library. There are a couple main avenues i
can point you to depending on your goal:

1) You can supply configure with a --with-ndpi-static-lib knob; guess
the static lib and the dynamic lib are in different places, you should
be game. Even simplifying further: should you make the 'shared object'
library disappear then things will be forced onto the static library;

2) did you see the "pmacct & Docker" email that did just circulate on
the list? In the seek for a static library? Perhaps time to look into a
container instead? :-D

Paolo 

On Tue, Jun 23, 2020 at 01:44:32PM -0400, Stephen Clark wrote:
> Hello,
> 
> Can anyone give the magic configuration items I need to build using a static
> libndpi.a
> 
> I have spend all day trying to do this without any success. It seem like I
> tried every combination
> that ./configure --help displays.
> 
> Any help would be appreciated.
> 
> Thanks,
> Steve
> 
> 
> ___
> pmacct-discussion mailing list
> http://www.pmacct.net/#mailinglists

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