postgresql install odbc driver

From: "weilei(at)chinasofti(dot)com" <weilei(at)chinasofti(dot)com>
To: pgsql-odbc <pgsql-odbc(at)postgresql(dot)org>
Subject: postgresql install odbc driver
Date: 2017-09-30 03:28:53
Message-ID: 201709301128479154639@chinasofti.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

hello!

Centos 7.0
install 9.2 driver psqlodbc-09.02.0100.tar.gz
./configure

checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing SQLGetPrivateProfileString... -lodbcinst
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking for PQconnectdb in -lpq... no
configure: error: libpq library not found

install 9.5 driver psqlodbc-09.05.0400.tar.gz
./configure
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing SQLGetPrivateProfileString... -lodbcinst
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking for PQsetSingleRowMode in -lpq... no
configure: error: libpq library version >= 9.2 is required

thanks!

互联网ITS集团,流通线.行业BU 魏磊
电话:029-89633928
地址:陕西省 西安市 雁塔区 天谷八路 中软基地

Browse pgsql-odbc by date

  From Date Subject
Next Message Evan Blackstone 2017-10-02 17:43:53 ODBC binary downloads -- SHA256sums?
Previous Message weilei@chinasofti.com 2017-09-30 03:09:32 install ODBC driver