[CentOS] PgSQL development libraries?

Mon Mar 12 23:45:44 UTC 2007
Benjamin Smith <lists at benjamindsmith.com>

You might have already done the below, but if not, try this: 

# rpm -ql postgresql-devel | grep include; 

Note their location, and pass this to the compile script, eg: 

.... 
--with-pgsql=/usr
.... 

or something like that. Also, in your PowerDNS source directory, try 

./configure --help | less

for some more options - you might need to specify the full path to a specific 
file. Lastly, I'd check for 32 vs 64 bit issues - make sure that's not what's 
biting you. 

I hope this helps. Cheers!

-Ben  

On Monday 12 March 2007, Devraj Mukherjee wrote:
> 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)
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>