[ODBC] postgresql install odbc driver

Поиск
Список
Период
Сортировка
От weilei@chinasofti.com
Тема [ODBC] postgresql install odbc driver
Дата
Msg-id 201709301128479154639@chinasofti.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "weilei@chinasofti.com"
Дата:
Сообщение: [ODBC] install ODBC driver
Следующее
От: Evan Blackstone
Дата:
Сообщение: [ODBC] ODBC binary downloads -- SHA256sums?