[Answered ]-Trying to query SQL Server from django running on Linux – Can't open lib '/path/to/libtdsodbc.so'

2👍

Apologies for the delay in answering, from what I remember I couldn’t answer my own question due to having a new account:

@bradley.ayers comment in PIL – libjpeg.so.8: cannot open shared object file: No such file or directory pointed me in the right direction.

Thanks all for your help

👤Luke

0👍

Probably you have change in your code the lib path “/path/to/libtdsodbc.so” in “/usr/lib/odbc/libtdsodbc.so” or otherwise the path where the file “libtdsodbc.so” has been placed.

👤Davide

Leave a comment