On Mon, Feb 07, 2000 at 12:41:03AM -0500, [EMAIL PROTECTED] wrote:
> It's been rumoured that Dave Peticolas said:
> > 
> > > 
> > > I think I just tracked down the slib 2c6 problem, but
> > > haven't quite figured out how to resolve it.  It affects 
> > > red-hat systems. Don't know if it affects debain, maybe 
> > > not.
> > > 
> > > redhat package for guile-1.3 pre-req's umb-scheme. 
> > > umb-scheme includes /usr/lib/umb-scheme/slib subdirectory
> > > which contains slib code that is the same but different
> > > than what slib2c6 installs (in /usr/share/slib)
> > > 
> > > Thus: despite having slib2c6 installed, I get the 
> > > follwoing with the  latest code:
> > > 
> > > 
> > > It appears your 'slib' scheme library is out
> > > of date. You need slib2c6 or later to run GnuCash.
> > > 
> > > Obtain slib at: http://swissnet.ai.mit.edu/~jaffer/SLIB.html
> > >  
> > > 
> > > I can hack around this by 
> > > ln -s /usr/share/slib /usr/lib/umb-scheme/slib 
> >  
> > I think you want
> > 
> > ln -s /usr/share/slib /usr/share/guile
> > 
> > You may have to remove the link already in /usr/share/guile.
> 
> Right. forgot about that. It still doesn't help.

I believe the missing piece, at least for guile-1.3.4, is running
(picked up from prior suggestions on this list)

        guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"

as root, which will create /usr/share/guile/slibcat.

The bootstrap.scm.in message should be updated to show that this problem
may also exist since without slibcat the "scheme library out of date"
message occurs even with 2c6 installed.

kdy

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to