[BlueOnyx:26985] Re: Connecting to MSSQL

Larry Smith lesmith at ecsis.net
Wed May 22 09:39:55 -05 2024


Colin,

  A quick look shows libtdsodbc.so located in /usr/lib64
on a machine here (5210R).  Wonder if you just linked
that file (/usr/lib64/libtdsodbc.so) to /usr/local/lib/libtdsodbc.so
if that would solve your issue?

(ln -s /usr/lib64/libtdsodbc.so /usr/local/lib/libtdsodbc.so)

-- 
Larry Smith
lesmith at ecsis.net

On Wed May 22 2024 09:01, Colin Jack via Blueonyx wrote:
> Hi Michael,
>
> Been doing a bit of research and found that we have unixODBC installed as
> you said:
>
> unixODBC-2.3.7-1.el8.x86_64
> unixODBC-devel-2.3.7-1.el8.x86_64
>
> If you remove them, things break hard.
>
> On that basis our customer should be able to use  isql to connect but when
> he does so he gets this:
>
> [root at broadwater]# isql -v 81.137.196.19 admin password
> [01000][unixODBC][Driver Manager]Can't open lib
> '/usr/local/lib/libtdsodbc.so' : file not found [ISQL]ERROR: Could not
> SQLConnect
>
> Any thoughts? Seems we are close! :0)
>
> Thanks
>
> Colin


More information about the Blueonyx mailing list