Linux ODBC driver issue

Hi Gurus,

I have a odbc in Linux.

when I run command ldd. I got following result:

 # ldd DWora26.so
        linux-vdso.so.1 =>  (0x00007fff26355000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc31e70a000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fc31e501000)
        libDWicu26.so => not found
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fc31e2fd000)
        libodbcinst.so => not found
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fc31dff6000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fc31dd72000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fc31d9e0000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fc31d7ca000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003a42400000)

my question is for these not found lib file ( libodbcinst.so => not found).
does this mean the system miss pkg or the lib path is wrong?

I am not Linux admin. I installed the application on Linux box.

Can anybody help me about this issue.

Thanks in advance.

Either those libraries do not exist (not installed) or the OS doesn't know where to find them (they're not in LD_LIBRARY_PATH or /etc/ld.so.conf).

libodbcinst.so usually comes bundled with unixODBC rpm. I don't know about libDWicu26.so.