How do we resolve the library conflicts?

How do we resolve the library conflicts?

ldd libmyodbc5.so
libmyodbc5.so needs:
/usr/lib/libdl.a(shr_64.o)
Cannot find libodbcinst.so
/usr/lib/libc.a(shr_64.o)
/usr/lib/libpthreads.a(shr_xpg5_64.o)
/unix
/usr/lib/libcrypt.a(shr_64.o)

What OS are you on? AIX?

If that library is already there then set LD_LIBRARY_PATH to include its location. If your system doesnot have that .so in HDD then first install package (probably unixODBC) which provides missing libodbcinst.so