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 +0000, 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

Reply via email to