Am Donnerstag, 8. März 2001 15:29 schrieb James Bass: > I made a mistake in my pasting of the error, here is the correct error: > > ksplash: error in loading shared libraries: libqt.so.2: cannot open shared > object file: No such file or directory > kdeinit: error in loading shared libraries: libqt.so.2: cannot open shared > object file: No such file or directory > knotify: error in loading shared libraries: libqt.so.2: cannot open shared > object file: No such file or directory > ksmserver: error in loading shared libraries: libqt.so.2: cannot open > shared object file: No such file or directory
probably the symbolic link is broken: try to make a new symbolic link (mine was broken, too, after upgrading to 2.1): lrwxrwxrwx 1 root root 14 Feb 27 01:53 /usr/lib/libqt.so.2 -> libqt.so.2.3.0 (ldconfig should report the broken link). HS