Can't open lib 'ODBC Driver 17 for SQL Server' : file not found (0) (SQLDriverConnect)") on Azure Linux

6.2k views Asked by At

I'm trying to deploy python django app on azure linux using azure cli and after deployment it is showing me database connectivity error for drivers. The error message is:

Can't open lib 'ODBC Driver 17 for SQL Server' : file not found (0 (SQLDriverConnect)") on Azure Linux

enter image description here

1

There are 1 answers

0
Abednego On

If you on Ubuntu you can folow this link it helped Install the Microsoft ODBC driver for SQL Server (Linux)