Just disabled the TLS module and its working, unfortunatly TLS is a requirement i cannot
live without...
I wonder if this could be caused by a symlink that has to be created to get this version
of the driver to load, as its compiled for redhat (further details here:
http://onefinepub.com/2013/03/ms-sql-odbc-ubuntu/ step 6,)
`sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/usr/lib/x86_64-linux-gnu/libcrypto.so.10;
sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/x86_64-linux-gnu/libssl.so.10;`
There is a preview of v13 of the driver compiled for ubuntu, shall give that a try and see
if it resolves the issue.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/501#issuecomment-182303807