Skip to content

Commit 3458962

Browse files
committed
Kerberos tutorial: unixodbc on Focal (current workaround)
1 parent cb099bb commit 3458962

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • content/installation/user/user_install_kerberos

content/installation/user/user_install_kerberos/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ source ~/.bashrc
145145
sudo apt-get install unixodbc-dev
146146
```
147147

148+
On Ubuntu 20.04, if installing `msodbcsql17` and `mssql-tools` fails because of incompatible `unixodbc` version, you can first try `apt install unixodbc=2.3.6-0.1build1 unixodbc-dev=2.3.6-0.1build1`.
149+
148150
[^installnotes]: You can also find the debian packages of Microsoft ODBC Driver for SQL Server [here](https://docs.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server).
149151
You can find separate installation instructions for `sqlcmd`, `bcp` and `unixodbc-dev` [here](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools).
150152

0 commit comments

Comments
 (0)