> 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