Re: Configure script unable to find PgSQL dir

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Joe Tseng <joe_tseng(at)hotmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Configure script unable to find PgSQL dir
Date: 2012-05-23 14:18:17
Message-ID: 4FBCF1A9.1000704@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 05/23/2012 06:56 AM, Joe Tseng wrote:
> I'm attempting to compile and install this from source but I'm getting a
> "library not found" error:
>
> # ls -l /export/appl/pkgs/pgsql
> total 4
> lrwxrwxrwx 1 root other 6 May 23 09:29 latest -> v9.1.3
> drwxr-xr-x 6 root other 512 May 8 16:02 v9.1.3
>
> ./configure \
> --prefix=/export/appl/pkgs/psqlodbc/v09.01.0100 \
> --with-libpq=/export/appl/pkgs/pgsql/latest \
> --with-unixodbc=/export/appl/pkgs/unixodbc/latest \
> --enable-unicode \
> --host=sparc-sun-solaris2.10 \
> --disable-openssl
> ...
> checking for PQconnectdb in -lpq... no
> configure: error: libpq library not found
>
> I also configured using --without-libpq and the package was made and
> installed correctly, but I don't think it knows how to connect:
>
> # ./isql pidcim11 odbcuser xxx
> [ISQL]ERROR: Could not SQLConnect
>
> If this is not the right address to ask questions is there a forum that
> I can post my problem to?

My guess is you do not have the Postgres dev libraries for libpq. That
the libpq you are pointing at is the client binary. Verify whether you
have postgresql-dev(or equivalent) installed.

>
> thx,
>
> - Joe
>
>
> If you type "Google" into Google <http://en.wikipedia.org/wiki/Google>,
> you can break the Internet. -- Jen Barber

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Vitale 2012-05-24 14:55:01 Re: cannot copy very large bytea data
Previous Message Joe Tseng 2012-05-23 13:56:43 Configure script unable to find PgSQL dir