Re: Configuration error in psqlodbc-09.02.0100 . Help needed!

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Configuration error in psqlodbc-09.02.0100 . Help needed!
Дата
Msg-id 52798024.4020604@gmail.com
обсуждение исходный текст
Ответ на Re: Configuration error in psqlodbc-09.02.0100 . Help needed!  ("Prabakaran, Vaishnavi" <Vaishnavi.Prabakaran@au.fujitsu.com>)
Ответы Re: Configuration error in psqlodbc-09.02.0100 . Help needed!  ("Prabakaran, Vaishnavi" <Vaishnavi.Prabakaran@au.fujitsu.com>)
Список pgsql-odbc
On 11/05/2013 02:32 PM, Prabakaran, Vaishnavi wrote:
> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Inoue, Hiroshi
> Sent: Tuesday, 5 November 2013 8:01 PM
> To: Prabakaran, Vaishnavi; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Configuration error in psqlodbc-09.02.0100 . Help
> needed!
>
> (2013/11/05 14:32), Prabakaran, Vaishnavi wrote:
>> Hi All,
>>
>> I am trying to install psqlodbc-09.02.0100 in linux server - "Linux
>> benchmarker1 2.6.18-8.el5PAE #1 SMP Fri Jan 26 14:28:43 EST 2007 i686
>> i686 i386 GNU/Linux" , from source and while running "./configure" ,
>> am getting below output and it fails with error message "configure:
> error:
>> unixODBC library "odbcinst" not found"
>
>> Please specify --with-unixodbc option explicitly.
>
> ./configure --help says below line,
>    --with-unixodbc=DIR     odbc_config installation of unixODBC (default)
>
> So, I have specified as "./configure --with-unixodbc=/usr/bin" , but got
> the error ==> configure: error: odbc_config not found (required for
> unixODBC build).
> I verified the configure script and it tries to search in bin folder for
> odbc_config, so this time, I tried giving
> ./configure --with-unixodbc=/usr/ , but got the same old error ==>
> "configure: error: unixODBC library "odbcinst" not found"
>
> Could you kindly give suggestion to resolve this?

Well just tried here and a bare ./configure worked. Doing:

./configure --with-unixodbc=/usr/bin

failed with the same error.

To get it to work I did:

./configure --with-unixodbc=/usr/bin/odbc_config


>
> Thanks & Regards,
> Vaishnavi
>
>> regards,
>> Hiroshi Inoue
>
>
>
>
>
>
> --
> Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org) To make
> changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-odbc
>
>
>
>


--
Adrian Klaver
adrian.klaver@gmail.com


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Configuration error in psqlodbc-09.02.0100 . Help needed!
Следующее
От: "Prabakaran, Vaishnavi"
Дата:
Сообщение: Re: Configuration error in psqlodbc-09.02.0100 . Help needed!