odbc on 64 bit linux

Hello: 
    Does any body successfully installed odbc on 64-bit linux for kdb+ 32 bit version?

q)\l odbc.k

q)h : .odbc.open `dbname

'01000 [unixODBC][Driver Manager]Can’t open lib ‘/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2270.0’ : file not found

The file /opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2270.0 DO exists. but as you can see, it’s 64 bit.

I suspect that we cannot use it from 32-bit libodbc.so, am I correct?

Any help?

Thanks.

this may also be of interest to you

http://code.kx.com/wiki/Babel

Thank you.
I managed to make FreeTDS works!