Re: [pmacct-discussion] Compilation Error

2016-11-13 Thread Lorenzo Mainardi
Hi Paolo,

thank you for support.

The problem was just the space [?]


Thank you for support.

Regards


Da: pmacct-discussion <pmacct-discussion-boun...@pmacct.net> per conto di Paolo 
Lucente <pa...@pmacct.net>
Inviato: sabato 12 novembre 2016 15.23.12
A: pmacct-discussion@pmacct.net
Oggetto: Re: [pmacct-discussion] Compilation Error


Ciao Lorenzo,

Can you show your configure line and any environment variables you may
have set? It all points to an incorrect setting of RABBITMQ_LIBS, like
you did leave a space between -L and its value whereas it should be set
like:

RABBITMQ_LIBS="-L/var/lib/rabbitmq/lib"

Cheers,
Paolo

On Fri, Nov 11, 2016 at 10:32:13PM +, Lorenzo Mainardi wrote:
> Hi Paolo,
>
> I'm trying to compile pmacct with AMQP support.
>
>
> I dowloaded the last version from the git repository (but the problem is 
> present also with the stable 1.6.1 version); configure works fine, but make 
> did not complete:
>
>
> root@tick:~/pmacct# make
> []
> make[2]: Entering directory `/root/pmacct/src'
>   CCLD   libdaemons.la
> libtool: link: require no space between `-L' and `/var/lib/rabbitmq/lib'
> make[2]: *** [libdaemons.la] Error 1
> make[2]: Leaving directory `/root/pmacct/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/pmacct/src'
> make: *** [all-recursive] Error 1
>
> What I'm doing wrong?
>
> Regards

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


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

Re: [pmacct-discussion] Compilation Error

2016-11-12 Thread Paolo Lucente

Ciao Lorenzo,

Can you show your configure line and any environment variables you may
have set? It all points to an incorrect setting of RABBITMQ_LIBS, like
you did leave a space between -L and its value whereas it should be set
like:

RABBITMQ_LIBS="-L/var/lib/rabbitmq/lib"
 
Cheers,
Paolo

On Fri, Nov 11, 2016 at 10:32:13PM +, Lorenzo Mainardi wrote:
> Hi Paolo,
> 
> I'm trying to compile pmacct with AMQP support.
> 
> 
> I dowloaded the last version from the git repository (but the problem is 
> present also with the stable 1.6.1 version); configure works fine, but make 
> did not complete:
> 
> 
> root@tick:~/pmacct# make
> []
> make[2]: Entering directory `/root/pmacct/src'
>   CCLD   libdaemons.la
> libtool: link: require no space between `-L' and `/var/lib/rabbitmq/lib'
> make[2]: *** [libdaemons.la] Error 1
> make[2]: Leaving directory `/root/pmacct/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/pmacct/src'
> make: *** [all-recursive] Error 1
> 
> What I'm doing wrong?
> 
> Regards

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


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