6 Oct
2007
6 Oct
'07
7:28 p.m.
My installation of Gnucash has stopped working after I ran 'port upgrade installed'. The diagnostic information at the X11 command line says: dyld: Library not loaded: /opt/local/lib/libgoffice-0.3.dylib Referenced from: /opt/local/bin/gnucash-bin Reason: image not found It appears that Goffice has just been upgraded from 0.3 to 0.5 - hence libgoffice-0.3.dylib isn't there any more. As a work-round, I tried: cd /opt/local/lib/ ln -s libgoffice-0.5.5.0.0.dylib libgoffice-0.3.dylib and it seems to work. Presumably, a properly QAed fix is needed. David Rowe