PDA

View Full Version : libqt-mt.so.3 not found


Kathrin
23-May-2008, 07:59 AM
Hi,

when I run "bcompare" I get the following

:/usr/bin$ bcompare
Some Shared Libraries were not found
linux-gate.so.1 => (0xffffe000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf7ef9000)
libqtc.so.1 => /usr/lib/beyondcompare/libqtc.so.1 (0xf787e000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf778c000)
librt.so.1 => /lib32/librt.so.1 (0xf7783000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf776b000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7767000)
libc.so.6 => /lib32/libc.so.6 (0xf761d000)
libqt-mt.so.3 => not found
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf760e000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf751b000)
libm.so.6 => /lib32/libm.so.6 (0xf74f6000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf74eb000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf74e8000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf74e2000)
/lib/ld-linux.so.2 (0xf7f22000)

When I try to find libqt-mt.so.3 I get:

/usr/bin$ find /usr -name "libqt-mt.so.3"
/usr/share/qt3/lib/libqt-mt.so.3
/usr/lib/libqt-mt.so.3
/usr/lib32/libqt-mt.so.3

What do I have to do to get bcompare running??
:confused:
btw: I use 64-bit Ubuntu 7.10 with a Gnome desktop.

Regards,
Kathrin

Dave_L
23-May-2008, 08:41 AM
This might be helpful: http://scootersoftware.com/vbulletin/showthread.php?t=153

jm16
31-Jul-2008, 11:34 PM
I'm currently having the same problem as Kathrin only I am running BC in Linux Red Hat 5.

I've followed the link suggested but it didn't help much.
I was just wondering if there is already an answer for this problem?

Jacques
01-Aug-2008, 11:47 AM
Are you running 32 or 64 bit?

If 32 bit? Is Qt 3 installed on your system? If so, you could try symlinking the libqt-mt.so.3 to /usr/lib/libqt-mt.so.3

If Qt isn't installed, I guess our RPM dependencies aren't working so you'll have to install it yourself.