problems compiling gnucash

Bill Gribble grib@linuxdevel.com
20 Aug 2001 21:03:22 -0500


On 20 Aug 2001 17:30:28 -0700, Jeffrey Fogel wrote:
> error: failed dependencies:
> 	libguile.so.6   is needed by gnucash-1.6.2-1
> 
> rpm -qa |grep guile -> guile-1.4-ximian.9

There's your problem.  libguile.so.6 is the 1.3 version of guile.  You
need to grab the gnucash package that's specifically for guile-1.4 (it
depends on libguile.so.9, which is installed by guile-1.4)

Good luck, 
Bill Gribble