Re: searching program on amd64 for...
On Tue, Oct 11, 2005 at 01:32:27PM -0400, Matthias Julius wrote:
> Adam Stiles <adam@priceengines.co.uk> writes:
>
> > If you have to run closed-source software, you'll most probably be stuck in a
> > chroot. It's best for everyone if you contact the vendors concerned and
> > request politely but firmly that they release their products as Open Source.
>
> The Skype client will probably run happyly with the ia32-libs
> package. If it doesn't you can find out which libs it wants by
> running "ldd /path/to/skype".
>
> Matthias
>
With ldd /usr/bin/skype I get:
linux-gate.so.1 => (0x00000000)
libqt-mt.so.3 => not found
libXext.so.6 => /emul/ia32-linux/usr/X11R6/lib/libXext.so.6 (0x5557b000)
libX11.so.6 => /emul/ia32-linux/usr/X11R6/lib/libX11.so.6 (0x5558a000)
libpthread.so.0 => /emul/ia32-linux/lib/tls/libpthread.so.0 (0x55651000)
libstdc++.so.5 => /emul/ia32-linux/usr/lib/libstdc++.so.5 (0x55660000)
libm.so.6 => /emul/ia32-linux/lib/tls/libm.so.6 (0x5571a000)
libgcc_s.so.1 => /emul/ia32-linux/lib/libgcc_s.so.1 (0x5573c000)
libc.so.6 => /emul/ia32-linux/lib/tls/libc.so.6 (0x55744000)
libdl.so.2 => /emul/ia32-linux/lib/tls/libdl.so.2 (0x55879000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x55555000)
So it looks like the problem is libqt-mt-so.3. I have that installed at /usr/lib/libqt-mt.so.3, but not in /emul/. Is this library supposed to be in ia32-libs?
Thanks,
Ric
Reply to: