From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
---|---|
To: | Steve Clark <steve(dot)clark(at)netwolves(dot)com>, pgsql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgresql 94 from PostgreSQL RPM Repository (with Yum) |
Date: | 2016-11-10 14:36:15 |
Message-ID: | 1478788575.25953.20.camel@gunduz.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Steve,
On Thu, 2016-11-10 at 07:56 -0500, Steve Clark wrote:
>
> I installed the following package:
> postgresql94-server-9.4.9-1PGDG.rhel6.x86_64
> postgresql94-plperl-9.4.9-1PGDG.rhel6.x86_64
> postgresql94-plpython-9.4.9-1PGDG.rhel6.x86_64
> postgresql94-contrib-9.4.9-1PGDG.rhel6.x86_64
> postgresql94-devel-9.4.9-1PGDG.rhel6.x86_64
> postgresql94-libs-9.4.9-1PGDG.rhel6.x86_64
> postgresql94-9.4.9-1PGDG.rhel6.x86_64
>
> Then tried to build pmacct and the configure complained it couldn't find the
> libpq library. I looked for
> a package-config file for the above but couldn't find one.
>
> What am I missing?
Can you please run
export PKG_CONFIG_PATH=/usr/pgsql-9.4/lib/pkgconfig/
and then run configure script again?
Regards,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2016-11-10 14:40:43 | Re: Postgresql 94 from PostgreSQL RPM Repository (with Yum) |
Previous Message | Adrian Klaver | 2016-11-10 14:31:16 | Re: Syncing Data of data type BLOB into Postgres- Bytea |