How do we fix library conflicts?
When I do ldd on Mysql Driver, I get an error
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)
In my ".profile" when I try to add /usr/lib and /unix in the beginning, some other programs don't work.
Any Ideas on how to resolve this?