Ximian gtkhtml upgrade breaks gnucash package
Roger H. Goun
roger@bcah.com
Sun, 22 Jul 2001 19:10:50 -0400
On Sun, Jul 22, 2001 at 02:31:06PM -0700, Jeffrey W. Baker wrote:
> I upgraded to the latest gtkhtml (by source not a brain-damaged package
> system), and gnucash still works fine.
Yes, that makes sense. There may not be any real API incompatibility.
There's a package dependency:
[roger@kiera roger]$ rpm -q --requires gnucash
...
libgtkhtml.so.10
...
and a shared library version dependency:
[roger@kiera roger]$ ldd /usr/bin/gnucash
...
libgtkhtml.so.10 => /usr/lib/libgtkhtml.so.10 (0x40602000)
...
Ah, life on the bleeding edge.
-- Roger