[bowe@localhost ~]$ gnucash ERROR: In procedure dynamic-link: ERROR: file: "libgw-guile-standard", message: "libgw-guile-standard.so: cannot open shared object file: No such file or directory" seems to just be missing top level symlinks, the following seems to fix it... [root@localhost lib]# cat /etc/redhat-release Fedora release 6.93 (Rawhide) [root@localhost lib]# pwd /usr/lib [root@localhost lib]# ln -s libgw-guile-standard.so.0 libgw-guile-standard.so [root@localhost lib]# ln -s libgw-guile-gw-glib.so.0 libgw-guile-gw-glib.so
oh yeah.... [root@localhost lib]# rpm -q gnucash gnucash-2.0.5-3.fc7
*** This bug has been marked as a duplicate of 238263 ***