I'm trying to connect SQL Server installed on a Linux server through Docker from a C++ application using Microsoft ODBC 17. Compilation is fine, but SQLConnect gives me segmentation fault. It's all within a local environment. Does anyone know what the problem may be? Thanks.