Hi David,

You'll need to rebuild gnucash to fix this, as the file the name of the libgoffice library that gnucash-bin needs is hard-coded into it at build time:

sudo port -ufn upgrade gnucash

(see the port(1) man page for the details on what -u, -f and -n do).

We should be able to implement a way of automating this in the future, but I'm not confident enough about the MacPorts code to do this myself just yet.

Kind regards,


Maun Suang

On 07/10/2007, at 05:28, David Rowe wrote:

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
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

--
Boey Maun Suang (Boey is my surname)
Email: boeyms at macports dot org



_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to