Re: building psqlodbc-07.03.0260 failed: "no suitable ODBC driver manager found"

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Lee Rubao" <lee(dot)lestat(at)gmail(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: building psqlodbc-07.03.0260 failed: "no suitable ODBC driver manager found"
Date: 2006-03-06 17:33:53
Message-ID: 061701c64144$238b6f80$01324d80@hiroshi5jz7dqj
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> > I have already installed unixODBC-2.2.11 which is working well on my
> > machine.
> >
> > But ,what is the problem of building psqlodbc and how can i fix it?
>
> Umm, Is the directory which you installed contained in path?
> Although odbc_config shows the place, is there?
> or place of libodbcinst.a....
> configure looks for SQLGetPrivateProfileString of odbcinst.

Ahh, Some supplement.
Please see CONFIG_sample.txt

CPPFLAGS="-I/usr/local/include -I/usr/local/pgsql/include -I/usr/include/openssl"
LDFLAGS="-L/usr/local/lib -L/usr/local/pgsql/lib"
export CPPFLAGS LDFLAGS
configure --enable-unicode --with-unixodbc --with-odbcver=0x0300 --enable-pthreads

Furthermore, Please check of LD_LIBRARY_PATH at the time of execution.

Regards,
Hiroshi Saito

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Lee Rubao 2006-03-06 18:07:48 Re: building psqlodbc-07.03.0260 failed: "no suitable ODBC driver manager found"
Previous Message Hiroshi Saito 2006-03-06 17:03:59 Re: building psqlodbc-07.03.0260 failed: "no suitable ODBC driver manager found"