*-Edward J Young <[EMAIL PROTECTED]> | | I've been trying to run kpilot but when I try to invoke it I get the | error: | | kpilot: error in loading shared libraries | libkfile.so.0: cannot open shared object file: No such file or directory | | It seems that my libraries are installed correctly: | | Alaska:~# dpkg -S libkfile | kdelibs0g-dev: /usr/X11R6/lib/libkfile.so | kdelibs0g: /usr/X11R6/lib/libkfile.so.1 | kdelibs0g-dev: /usr/X11R6/lib/libkfile.la | kdelibs0g: /usr/X11R6/lib/libkfile.so.1.0.0 | | What could the matter be???
kpilot is linked against libkfile.so.0 but you have libkfile.so.1. Since your version is the newest, you should file a bug against kpilot asking the maintainer to link against the newest libkfile. -- .elOle.