[GRASSLIST:3827] libodbcpsql.so

Dear users...
I'm trying to connect postgresSQL to Grass57...
looking over the tutorial I saw I have to use this library:
libodbcpsql.so

but in my debian testing I can't find it...
I have installed the unixODBC package...
can someone help me???
thank you

Ivan

No, you don't need ODBC to use Postgres with GRASS 5.7

Radim

On Wednesday 07 July 2004 18:40, ivan marchesini wrote:

Dear users...
I'm trying to connect postgresSQL to Grass57...
looking over the tutorial I saw I have to use this library:
libodbcpsql.so

but in my debian testing I can't find it...
I have installed the unixODBC package...
can someone help me???
thank you

Ivan

Ivan said:

I'm trying to connect postgresSQL to Grass57...
looking over the tutorial I saw I have to use this library:
libodbcpsql.so

but in my debian testing I can't find it...
I have installed the unixODBC package...
can someone help me???

Radim said:
[ODBC not needed for postgresSQL]

FYI, apt-file is good for finding the debian package(s) that supply a file:

$ apt-file search libodbcpsql
odbcinst1: usr/lib/odbc/libodbcpsqlS.so

Hamish