[collectd] 5.4.1 configure can't find amqp.h
Dan Fandrich
dan at coneharvesters.com
Tue Feb 3 22:02:09 CET 2015
On Tue, Feb 03, 2015 at 04:14:06PM +0000, Riches Jr, Robert M wrote:
> …
> checking amqp.h usability... no
> checking amqp.h presence... no
> checking for amqp.h... no
> …
> librabbitmq . . . . . no (amqp.h not found)
> …
>
> The amqp.h file is definitely present. The question is how to tell Collectd's
> configure script how to find it.
>
> Any suggestions?
Take a look at the file config.log. That will contain the exact command used to
determine that the file wasn't present. The cause is likely a mismatch between
the expected value of those options and the given value. You can always try
setting CPPFLAGS=-I/path/to/include/dir on the configure command to set the
path another way.
>>> Dan
More information about the collectd
mailing list