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

From: "Lee Rubao" <lee(dot)lestat(at)gmail(dot)com>
To: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
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 18:07:48
Message-ID: 2ad57ca00603061007s1c5a16ebh@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thank you. I finished the compilation with LDFLAGS = -L/usr/local/lib.

2006/3/7, Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>:
>
> > > 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

Browse pgsql-odbc by date

  From Date Subject
Next Message Marten Feldtmann 2006-03-06 19:06:55 Re: Slow query over ADSL Line
Previous Message Hiroshi Saito 2006-03-06 17:33:53 Re: building psqlodbc-07.03.0260 failed: "no suitable ODBC driver manager found"