Gnucash update error

Linas Vepstas linas at linas.org
Fri Mar 19 08:47:26 CST 2004


Hi,

On Thu, Mar 18, 2004 at 07:47:19AM -0600, Stephen Fisher was heard to remark:
> I'm back after a very frustrating couple days. 
> 
> When I try to update gnucash it get an error stating that the program 
> wants to replace gtkhtml1.1 which i can install and even rebuild 
> successfully with a lessor version. When I then go back and attempt to 
> install gtkhtml using fink, the install bombs with the following error 
> message: 
> 
> ld: warning multiple definitions of symbol _XFlush 
> /sw/lib/libgal.dylib(Flush.o) definition of _XFlush 

Gnucash does not need libgal, directly, but only indirectly,
through gtkhtml.  So you really need to install the version 
that gtkhtml needs.

Does fink have the program ldd?  It might let you work out who
depends on what and work top-down during your installs:

e.g. on my (non-mac) system:

ldd libgtkhtml.so
        libgal.so.23 => /usr/lib/libgal.so.23 (0x4008f000)
        libgnomeprint.so.15 => /usr/lib/libgnomeprint.so.15 (0x40188000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x405e3000)
        libgnomecanvaspixbuf.so.1 => /usr/lib/libgnomecanvaspixbuf.so.1
(0x4064f000)
        libbonobo.so.2 => /usr/lib/libbonobo.so.2 (0x40653000)
[snip]
those are some of my library dependencies....

--linas



-- 
pub  1024D/01045933 2001-02-01 Linas Vepstas (Labas!) <linas at linas.org>
PGP Key fingerprint = 8305 2521 6000 0B5E 8984  3F54 64A9 9A82 0104 5933


More information about the gnucash-user mailing list