Hi, I am trying to compile an application (PowerDNS) with PostgreSQL support. Where do the PowerDNS libraries get installed under CentOS? I am constantly getting the error checking for PgSQL library directory... configure: error: Didn't find the pgsql library dir in '/usr/include/lib/pgsql /usr/include/pgsql /usr/include' -- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles)
Devraj Mukherjee wrote:> Hi, > > I am trying to compile an application (PowerDNS) with PostgreSQL > support. Where do the PowerDNS libraries get installed under CentOS? > > I am constantly getting the error > checking for PgSQL library directory... configure: error: Didn't find > the pgsql library dir in '/usr/include/lib/pgsql /usr/include/pgsql > /usr/include' >you probably need to install postgresql-devel, and likely postgresql-libs, and -server.
Devraj Mukherjee wrote:> > I am constantly getting the error > checking for PgSQL library directory... configure: error: Didn't find > the pgsql library dir in '/usr/include/lib/pgsql /usr/include/pgsql > /usr/include'Did you install the postgresql-devel package? Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20070312/b561c38f/attachment.sig>
I have them installed :( Any ideas? [root at trea pdns-2.9.20]# rpm -qa | grep postg postgresql-server-7.4.16-1.RHEL4.1 postgresql-devel-7.4.16-1.RHEL4.1 postgresql-7.4.16-1.RHEL4.1 postgresql-libs-7.4.16-1.RHEL4.1 [root at trea pdns-2.9.20]# On 3/12/07, Ralph Angenendt <ra+centos at br-online.de> wrote:> Devraj Mukherjee wrote: > > > > I am constantly getting the error > > checking for PgSQL library directory... configure: error: Didn't find > > the pgsql library dir in '/usr/include/lib/pgsql /usr/include/pgsql > > /usr/include' > > Did you install the postgresql-devel package? > > Ralph > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > >-- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles)