Re: Configuration error in psqlodbc-09.05.0100 Solaris 10

From: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
To: "'Shinya, Araki'" <saraki(at)pacific-systems(dot)co(dot)jp>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Configuration error in psqlodbc-09.05.0100 Solaris 10
Date: 2016-09-08 01:21:39
Message-ID: 0A3221C70F24FB45833433255569204D1F5E7A4E@G01JPEXMBYT05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> From: pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Shinya, Araki
> I am trying to install psqlodbc-09.05.0100 in UNIX server – “Solaris 10
> 64-bit sparc”, from source and while running “./configure” , am getting
> below output and it fails with error message “configure: error:
> unixODBC library "odbcinst" not found”
>
> -bash-3.00# LD=ld ./configure --with-unixodbc=/usr/local/bin/odbc_config
> --with-libpq=/opt/csw/lib/libpq.so.5

Try adding the unixODBC lib directory (/usr/local/lib?) to LD_LIBRARY_PATH.

Although this is not relevant, you need to specify the PostgreSQL installation directory (e.g. /usr/local/pgsql) to --with-libpq, not the libpq file path.

Regards
Takayuki Tsunakawa

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Shinya, Araki 2016-09-12 04:55:56 Re: Configuration error in psqlodbc-09.05.0100 Solaris 10
Previous Message Adrian Klaver 2016-09-07 19:19:44 Re: Configuration error in psqlodbc-09.05.0100 Solaris 10