i cannot use odbc with postgresql in linux - Mailing list pgsql-odbc

From Michal Seliga
Subject i cannot use odbc with postgresql in linux
Date
Msg-id 4C60FF02.2050704@visicom.sk
Whole thread Raw
List pgsql-odbc
i am using ubuntu 10.04, with self compiled unixodbc 2.2.11 from ubuntu repository (its build such way that SQL WCHARS are 2 bytes long). unixodbc is then installed to /opt/unixodbc

then i install postgresql from repository and pgsqlodbc-08.03.0200 from repository and build it with ./configure --with-unixodbc=/opt/unixodbc ; make; cp .libs/psqlodbcw.so /opt/unixodbc/lib

then i create .odbc.ini entry to test database which works using psql and I do
export LD_LIBRARY_PATH=/opt/unixodbc/lib
/opt/unixodbc/bin/isql -v psqltest

result is:
[IM005][unixODBC][Driver Manager]Driver's SQLAllocHandle on
SQL_HANDLE_DBC failed
[ISQL]ERROR: Could not SQLConnect

i found many messages here about this problem, but no solution yet. any idea what i can do?
i tried to use newev official version (08.04.200), cvs version from http://pgfoundry.org/scm/?group_id=1000125, but result was always the same

i did the same things with mysql and their odbc driver and it works such way. i can use it both with isql and other programs. so i guess that how i build driver is not problem...or am i doing something
really wrong?

--

i tried to post this message using google groups but it seems it didn't got through. if it would be posted twice i am sorry...

pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Next
From: Dennis Evans
Date:
Subject: SQLPrepare