Hello.
I installed the MSSQL ODBC Driver for SQL 18 following the official tutorial from Zabbix and Windows:
- https://www.zabbix.com/documentation...es/odbc_checks
- https://learn.microsoft.com/en-us/sq...Crhel7-offline
I am using RHEL 9, and the driver is installed successfully but for some reason Zabbix is trying to get "libmsodbcsql-18.2.so.1.1" instead of the actual installed driver which is "/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.4.so.1.1".
How can I adjust Zabbix to use the correct driver instead of that "18.2" one?
As you can see, I already have the configuration correctly and the driver is present, but Zabbix is trying a older version (2 Versions older):


And the error in Zabbix appear as "Cannot connect to ODBC DSN: [SQL_ERROR]:[01000][0][[unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.2.so.1.1' : file not found]" because it is trying to read a wrong file.

Can someone help?
I installed the MSSQL ODBC Driver for SQL 18 following the official tutorial from Zabbix and Windows:
- https://www.zabbix.com/documentation...es/odbc_checks
- https://learn.microsoft.com/en-us/sq...Crhel7-offline
I am using RHEL 9, and the driver is installed successfully but for some reason Zabbix is trying to get "libmsodbcsql-18.2.so.1.1" instead of the actual installed driver which is "/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.4.so.1.1".
How can I adjust Zabbix to use the correct driver instead of that "18.2" one?
As you can see, I already have the configuration correctly and the driver is present, but Zabbix is trying a older version (2 Versions older):
And the error in Zabbix appear as "Cannot connect to ODBC DSN: [SQL_ERROR]:[01000][0][[unixODBC][Driver Manager]Can't open lib '/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.2.so.1.1' : file not found]" because it is trying to read a wrong file.
Can someone help?
Comment