[ODBC] postgresql install odbc driver - Mailing list pgsql-odbc

From weilei@chinasofti.com
Subject [ODBC] postgresql install odbc driver
Date
Msg-id 201709301128479154639@chinasofti.com
Whole thread Raw
List 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
地址:陕西省 西安市 雁塔区 天谷八路 中软基地

pgsql-odbc by date:

Previous
From: "weilei@chinasofti.com"
Date:
Subject: [ODBC] install ODBC driver
Next
From: Evan Blackstone
Date:
Subject: [ODBC] ODBC binary downloads -- SHA256sums?