Bug 239627

Summary: gnucash fails with libgw-guile-standard.so (et al) dependencies (missing symlinks)
Product: [Fedora] Fedora Reporter: Bowe Strickland <bowe>
Component: gnucashAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-10 02:39:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bowe Strickland 2007-05-10 01:19:20 UTC
[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

Comment 1 Bowe Strickland 2007-05-10 01:22:58 UTC
oh yeah....
 
[root@localhost lib]# rpm -q gnucash
gnucash-2.0.5-3.fc7


Comment 2 Bill Nottingham 2007-05-10 02:39:49 UTC

*** This bug has been marked as a duplicate of 238263 ***