[collectd] Help enabling Postgresql plugin
Giovanni Torres
giovtorres at hotmail.com
Sat Feb 14 23:16:59 CET 2015
________________________________
> From: Scot.Kreienkamp at la-z-boy.com
> To: collectd at verplant.org
> Date: Thu, 4 Dec 2014 17:56:04 +0000
> Subject: [collectd] Help enabling Postgresql plugin
>
>
> Hey everyone,
>
>
>
> I’m a new user as of this morning, and so far I love what I see. The
> major feature I need to enable right now is Postgres. It’s installed
> into a non-standard location from RPM’s, so I tried to enable the
> postgres plugin with configure like so:
>
>
>
> ./configure --enable-postgresql --with-libpq=/usr/pgsql-9.1/lib
>
>
>
> However, it still says it can’t enable it because it’s missing
> dependencies. Libpq is the only dependency listed on the website.
> Can someone give me a tip on what I’m doing wrong?
>
>
>
> Thanks!
>
>
>
> Scot Kreienkamp
>
Try the following:
./configure --enable-postgresql --with-libpq=/usr/pgsql-9.1
That worked for me.
-Giovanni
More information about the collectd
mailing list