When installing tdsodbc package the /etc/odbcinst.ini file is not updated to contain sections for the driver.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
freetds (Debian) |
New
|
Unknown
|
|||
freetds (Ubuntu) |
Triaged
|
Undecided
|
Unassigned |
Bug Description
When installing tdsodbc package the /etc/odbcinst.ini file is not updated to contain sections for the driver.
For example when installing package odbc-postgresql the /etc/odbcinst.ini is updated to contain
[PostgreSQL ANSI]
Description = PostgreSQL ODBC driver (ANSI version)
Driver = psqlodbca.so
Setup = libodbcpsqlS.so
Debug = 0
CommLog = 1
UsageCount = 1
[PostgreSQL Unicode]
Description = PostgreSQL ODBC driver (Unicode version)
Driver = psqlodbcw.so
Setup = libodbcpsqlS.so
Debug = 0
CommLog = 1
UsageCount = 1
I would expect a similar update of that file when I install tdsodbc package
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: tdsodbc 0.91-1build1
ProcVersionSign
Uname: Linux 3.5.0-27-generic x86_64
NonfreeKernelMo
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Fri Apr 26 10:44:48 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2011-10-18 (555 days ago)
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MarkForUpload: True
ProcEnviron:
LANGUAGE=
TERM=xterm
PATH=(custom, no user)
LANG=da_DK.UTF-8
SHELL=/bin/tcsh
SourcePackage: freetds
UpgradeStatus: Upgraded to quantal on 2012-11-10 (166 days ago)
Changed in freetds (Ubuntu): | |
status: | New → Triaged |
Changed in freetds (Debian): | |
status: | Unknown → New |
Looks like `tdsodbc` is meant to ask questions if the driver needs to be installed installed - https:/ /salsa. debian. org/vorlon/ freetds/ blob/master/ debian/ tdsodbc. postinst and that question probably fails.
`odbc-postgresql` on the other hand installs driver unconditionally https:/ /salsa. debian. org/postgresql/ psqlodbc/ blob/master/ debian/ odbc-postgresql .postinst