Bostjan Muller wrote:

> When I try to execute some programes (kde, qps,...) in Linux I get the following
> error:
> qps: error in loading shared libraries
> : undefined symbol: __ti7QWidget
> 
> Could someone explain it to me whic libraries are corrupted and how to repair
> the error if possible?

When this happens you should at first issue

ldd `whereis qps`

to see, what libraries your program is linked to. Then

ldsoconfig -NXvp

to see, if the needed libraries are found. I've never seen a corrupted
library but libraries in wrong places (missing entries in ld.so.conf)
or libc5/glibc issues.

Henning

-- 
  H. Henning Vossieck   -   [EMAIL PROTECTED]   -   http://www.hhv.de/
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to