From: | Asif Naeem <anaeem(dot)it(at)gmail(dot)com> |
---|---|
To: | alberto(at)unex(dot)es |
Cc: | poczta(at)aquaz(dot)eu, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Trouble finding libpq on Centos 6.5 |
Date: | 2014-05-08 11:14:09 |
Message-ID: | CAEB4t-NzQC74cZ2-Dr-TA8Naa3XfSStDuUVjQaS56hie3OneZQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
Yes. It seems that /usr/pgsql-9.3/lib is not in linker default library
search path. You may either require to provide it explicitly via -L option
while linking or add /usr/pgsql-9.3/lib to the default library search path.
As suggested by Alberto, for development work related devel package is
required.
Regards,
Muhammad Asif Naeem
On Thu, May 8, 2014 at 1:06 PM, Alberto Cabello Sánchez <alberto(at)unex(dot)es>
wrote:
> On Thu, 8 May 2014 08:54:44 +0200
> Aqz <poczta(at)aquaz(dot)eu> wrote:
>
> > Hi.
> >
> > I'm not sure if I should write here, or on a Centos mailing list...
> >
> > I have fresh, vanilla Centos 6.5 with postgresql yum repository added.
> > I've successfully installed postgresql93 and postgresql93-libs packages,
> > but still :
> >
> > $ ld -lpq
> > ld: cannot find -lpq
> >
> > $ ldconfig -p
> > libpq.so.5 (libc6,x86-64) => /usr/pgsql-9.3/lib/libpq.so.5
> > libpq.so (libc6,x86-64) => /usr/pgsql-9.3/lib/libpq.so
> >
> >
> > What did I do wrong?
>
> Hi, Wojtek
>
> Maybe you need to install postgresql93-devel package?
>
>
> --
> Alberto Cabello Sánchez <alberto(at)unex(dot)es>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Clark | 2014-05-08 11:29:22 | Re: Trouble finding libpq on Centos 6.5 |
Previous Message | Vincent de Phily | 2014-05-08 11:09:22 | Receiving many more rows than expected |