On Tue, Jul 17, 2001 at 11:06:28AM -0700, William S. wrote: | I used apt-get install to get the latest unstable | version of gnucash. When I try to run it I get: | | gnucash: error while loading shared libraries: | libqthreads.so.9: cannot open shared object file: No | such file or directory | | I am using kernel 2.4.5 with the latest unstable | packages. I currently have libguile9, libc5 and libc6 | installed and all the other packages apt-get deemed | necessary.
Do you have libqthreads? (Is that really supposed to be a 'q' or a 'p'?) | How do I get this to run? Try 'ls -l /lib/lib*threads* /usr/lib/lib*threads*' and see if you really do have that library or not. If not, find out what package has it (http://packages.debian.org) and install it. -D