Re: Re: [newbie] Need help installing gnucash

2003-01-26 Thread civileme
On Sunday 26 January 2003 06:02 pm, [EMAIL PROTECTED] wrote:
> > From: Adolfo Bello <[EMAIL PROTECTED]>
> > Date: 2003/01/26 Sun PM 09:45:57 EST
> > To: [EMAIL PROTECTED]
> > Subject: Re: [newbie] Need help installing gnucash
> >
> > On Sun, 2003-01-26 at 22:11, [EMAIL PROTECTED] wrote:
> > > Hello all,
> > >
> > > I need some help. I am new to Mandrake but not new to Linux.  Anyway, I
> > > found a website that talked about adding package sources and I have
> > > added several
> > > (http://vsbabu.org/mt/archives/2002/12/03/mandrake_9_getting_more_softw
> > >are.html).
> > >
> > > Using the information provided, I have tryied to get gnucash to install
> > > by running urpmi gnucash ( I also tried to install it through the gui).
> > >  The process keeps balking saying that libgal.so.19 is needed by
> > > gnucash and libgtkhtml20. Urpmi states that libgal19 is already
> > > installed.  I looked in /usr/lib and confirmed that indeed libgal.so.19
> > > exists and is a sym link to libgal.so.19.0.3.
> > >
> > > Would someone please advise on how to get gnucash to install.
> > >
> > > Thanks,
> > >
> > > Chris
> >
> > Do you have the /usr/lib and usr/local.lib path in /etc/ld.so.conf?
> >
> > If you don't, add those directories in two different lines and run
> > "ldconfig"
> >
> > __
> >/ \\   @   __ __@   Adolfo Bello <[EMAIL PROTECTED]>
> >   /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
> >  /  \\  // / \\ /  //  //  / //cel: +58 416 609-6213
> > /___// // / <_/ \__\\ //__/ // fax: +58 212 952-6797
> > www.bisapi.com   //pager: www.tun-tun.com (# 609-6213)
> >
> >
> >
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
>
> I already had /usr/lib in the /etc/ld.so.conf file.  However, I went ahead
> and also added /usr/local/lib to the file and reran ldconfig.  This did not
> fix the problem.
>
> Any other ideas/advice?
>
> Thanks,
>
> Chris
Well you should try the following

Delete the rpm database then in a terminal as root

# rpm --rebuilddb

Check your filesystem.  I have seen this problem before where ldconf -v will 
see the file and the installer or compiler will not.  It has happened in 
every case I have seen with a corrupted Reiserfs.  And no matter how robust 
the filesystem is, there are circumstances which will prove disastrous to 
one, such as a power failure during writing which might result in a runaway 
drive processor.

There may be an unresolved glitch in dependencies though usually the QA 
procedures nail them.  In that case drop in the CD#1, boot and then select 
"Expert" "Upgrade" and select no groups then go on to individual package 
selection and toggle the list to alphabetical flat list, then scroll down to 
gnucash and check it.

It may be that the deps list on the CD is corrupted or was unreadable in 
part--that will discover the flaw.

I have used several 9.0 downloadable sets and I know gnucash is there and 
dependencies are satisfied, because I load it in the packages list diskette I 
always carry.  Therefore we have one of the following problems:

1.  depslist on CD not completely readable (low probability even considering 
frequent media-vs-drive problems, cause the more likely outcome of this 
problem is failure to install)

2.  Filesystem corruption--particularly observable in version 8.0 using 
Reiserfs where ldconfig -v would see a file and a compiler or make or rpm 
would not.

3.  rpm database corruption, resolved by rpm --rebuilddb IF you have it 
loaded.  Difficult if not  (like fresh install time after moving any data you 
want to keep to /home)

Civileme




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: Re: [newbie] Need help installing gnucash

2003-01-26 Thread cwhmlist

> 
> From: Adolfo Bello <[EMAIL PROTECTED]>
> Date: 2003/01/26 Sun PM 09:45:57 EST
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] Need help installing gnucash
> 
> On Sun, 2003-01-26 at 22:11, [EMAIL PROTECTED] wrote:
> > Hello all,
> > 
> > I need some help. I am new to Mandrake but not new to Linux.  Anyway, I found a 
>website that talked about adding package sources and I have added several 
>(http://vsbabu.org/mt/archives/2002/12/03/mandrake_9_getting_more_software.html).  
> > 
> > Using the information provided, I have tryied to get gnucash to install by running 
>urpmi gnucash ( I also tried to install it through the gui).  The process keeps 
>balking saying that libgal.so.19 is needed by gnucash and libgtkhtml20. Urpmi states 
>that libgal19 is already installed.  I looked in /usr/lib and confirmed that indeed 
>libgal.so.19 exists and is a sym link to libgal.so.19.0.3.  
> > 
> > Would someone please advise on how to get gnucash to install.
> > 
> > Thanks,
> > 
> > Chris
> Do you have the /usr/lib and usr/local.lib path in /etc/ld.so.conf?
> 
> If you don't, add those directories in two different lines and run
> "ldconfig"
> 
> __   
>/ \\   @   __ __@   Adolfo Bello <[EMAIL PROTECTED]>
>   /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
>  /  \\  // / \\ /  //  //  / //cel: +58 416 609-6213
> /___// // / <_/ \__\\ //__/ // fax: +58 212 952-6797
> www.bisapi.com   //pager: www.tun-tun.com (# 609-6213)
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 
> 
I already had /usr/lib in the /etc/ld.so.conf file.  However, I went ahead and also 
added /usr/local/lib to the file and reran ldconfig.  This did not fix the problem.

Any other ideas/advice?

Thanks,

Chris



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Need help installing gnucash

2003-01-26 Thread Adolfo Bello
On Sun, 2003-01-26 at 22:11, [EMAIL PROTECTED] wrote:
> Hello all,
> 
> I need some help. I am new to Mandrake but not new to Linux.  Anyway, I found a 
>website that talked about adding package sources and I have added several 
>(http://vsbabu.org/mt/archives/2002/12/03/mandrake_9_getting_more_software.html).  
> 
> Using the information provided, I have tryied to get gnucash to install by running 
>urpmi gnucash ( I also tried to install it through the gui).  The process keeps 
>balking saying that libgal.so.19 is needed by gnucash and libgtkhtml20. Urpmi states 
>that libgal19 is already installed.  I looked in /usr/lib and confirmed that indeed 
>libgal.so.19 exists and is a sym link to libgal.so.19.0.3.  
> 
> Would someone please advise on how to get gnucash to install.
> 
> Thanks,
> 
> Chris
Do you have the /usr/lib and usr/local.lib path in /etc/ld.so.conf?

If you don't, add those directories in two different lines and run
"ldconfig"

__   
   / \\   @   __ __@   Adolfo Bello <[EMAIL PROTECTED]>
  /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
 /  \\  // / \\ /  //  //  / //cel: +58 416 609-6213
/___// // / <_/ \__\\ //__/ // fax: +58 212 952-6797
www.bisapi.com   //pager: www.tun-tun.com (# 609-6213)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com