https://bugs.documentfoundation.org/show_bug.cgi?id=114495

--- Comment #14 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated some days ago, I fail to
install odbc env.
Here what I did:
- installed unixodbc
- installed libsqliteodbc

/etc/odbcinst.ini contains:
[SQLITE]
Description=SQLite ODBC Driver
Driver=libsqliteodbc.so
Setup=libsqliteodbc.so
Threading=2
FileUsage=1
UsageCount=1

[SQLITE3]
Description=SQLite3 ODBC Driver
Driver=libsqlite3odbc.so
Setup=libsqlite3odbc.so
Threading=2
FileUsage=1
UsageCount=1

I can create a brand new odb and open tables of the sqllite file, so it's not a
pb of drivers.

In ~/.odbc.ini, I got:
[bug_114495]
Description= FINCA Bug
Driver= SQLITE3
Database= /home/julien/lo/bugs/114495_odbcreg/FINCA_SQLITE.sqlite

Here's the error:
The connection to the data source "FINCA_SQLITE" could not be established
SQL Status: IM002

[unixODBC][Driver Manager]Data source name not found, and no default driver
specified

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to