| From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
|---|---|
| To: | "Prabakaran, Vaishnavi" <Vaishnavi(dot)Prabakaran(at)au(dot)fujitsu(dot)com>, "Inoue, Hiroshi" <inoue(at)tpf(dot)co(dot)jp>, pgsql-odbc(at)postgresql(dot)org |
| Subject: | Re: Configuration error in psqlodbc-09.02.0100 . Help needed! |
| Date: | 2013-11-05 23:32:52 |
| Message-ID: | 52798024.4020604@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
On 11/05/2013 02:32 PM, Prabakaran, Vaishnavi wrote:
> -----Original Message-----
> From: pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Inoue, Hiroshi
> Sent: Tuesday, 5 November 2013 8:01 PM
> To: Prabakaran, Vaishnavi; pgsql-odbc(at)postgresql(dot)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(at)postgresql(dot)org) To make
> changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-odbc
>
>
>
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Prabakaran, Vaishnavi | 2013-11-05 23:55:22 | Re: Configuration error in psqlodbc-09.02.0100 . Help needed! |
| Previous Message | Adrian Klaver | 2013-11-05 23:26:29 | Re: Configuration error in psqlodbc-09.02.0100 . Help needed! |