Re: Configuration error in psqlodbc-09.05.0100 Solaris 10 - Mailing list pgsql-odbc

From Tsunakawa, Takayuki
Subject Re: Configuration error in psqlodbc-09.05.0100 Solaris 10
Date
Msg-id 0A3221C70F24FB45833433255569204D1F5E7A4E@G01JPEXMBYT05
Whole thread Raw
In response to Configuration error in psqlodbc-09.05.0100 Solaris 10  ("Shinya, Araki" <saraki@pacific-systems.co.jp>)
Responses Re: Configuration error in psqlodbc-09.05.0100 Solaris 10  ("Shinya, Araki" <saraki@pacific-systems.co.jp>)
List pgsql-odbc
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.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


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Configuration error in psqlodbc-09.05.0100 Solaris 10
Next
From: "Shinya, Araki"
Date:
Subject: Re: Configuration error in psqlodbc-09.05.0100 Solaris 10