How do we resolve the library conflicts?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How do we resolve the library conflicts?
# 1  
Old 06-26-2008
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)
# 2  
Old 06-26-2008
What OS are you on? AIX?
# 3  
Old 06-27-2008
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
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

How to install SFE ips binaries? Conflicts.

I am trying to install binaries from the SFE repo with IPS package manager which I have added from: http://sfe.opencsw.org/localhosts11/ When I try to install some stuff, like VLC v2.1.5 or Wine v1.7.6, there are lot of conflicts. How to resolve them? I suspect SFE wants to install some... (0 Replies)
Discussion started by: kebabbert
0 Replies

2. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

3. UNIX and Linux Applications

mysql conflicts problem

:confused: hi all, RHEL 4 has installed on the server, when i use rpm -i command to install mysql5.1 enterprise version, error failed dependencies occurs as below: mysql conflicts with mysql-4.1.22-2.el4.i386 mysql conflicts with mysql-4.1.22-2.el4.x86_64 have tried rpm -e which was... (2 Replies)
Discussion started by: maxlee24
2 Replies

4. IP Networking

dhcp and static ip conflicts.

I have a USB Wireless Adapter using the rum0 driver. All I want to do is set a perminent static IP for the onboard wired interface elxl0. I can plumb the wired interface up fine on the fly, but when I try to save the static IP over a reboot, I lose the IP address assigned to rum0 from my wireless... (1 Reply)
Discussion started by: ts97783
1 Replies

5. AIX

How do we fix the library conflicts?

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 ... (1 Reply)
Discussion started by: Hangman2
1 Replies

6. UNIX for Advanced & Expert Users

Virtual Hosts and Alteon DNS conflicts

Hi, This is more of a verification rather than a question of technical nature. This is based on solaris 10 machine Could we use Virtual hosts (within our hosts file): 123.1.1.10 virtual_host_name 123.1.1.10 host_A (note: 123.1.1.10 - host_A is also in our DNS server entry) And... (0 Replies)
Discussion started by: jackola
0 Replies

7. Solaris

Software Dependencies Conflicts

Question: What do you do when you have a software dependency conflict? Case in point, according to Freeware for Solaris, before one can install tcl, tk must be installed first. And then when I go to investigate dependencies for tk, it says that tcl must be installed first!!! Its like... (2 Replies)
Discussion started by: RobSand
2 Replies

8. UNIX for Advanced & Expert Users

Memory conflicts

Hi, I am upgrading a Dell Inspiron 4000 from 128Mb to 512Mb, but if I put over 256Mb RAM into the machine, it is then unable to access the network card and modem (both PCMCIA). I have seen something about Linux not being able to handle large amounts of physical RAM, but is there a way round... (1 Reply)
Discussion started by: ghoti
1 Replies
Login or Register to Ask a Question