LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Brian Marr <sirreg@dove.net.au>
  To  : LinuxSA <linuxsa@linuxsa.org.au>
  Date: Thu, 28 Dec 2000 12:42:54 +1030

Re: Rpm dependency

Tried this


Gomez:/home/bombay # rpm -qf /lib/libc.so.6
shlibs-2.1.3-58 

And also the force option.



Gomez:/home/bombay # rpm -i gnucash-1.4.9-1.i386.rpm
error: failed dependencies:
        libc.so.6(GLIBC_2.2) is needed by gnucash-1.4.9-1
Gomez:/home/bombay # rpm -i --force gnu
error: cannot open file gnu: No such file or directory
Gomez:/home/bombay # rpm -i --force gnucash-1.4.9-1.i386.rpm
error: failed dependencies:
        libc.so.6(GLIBC_2.2) is needed by gnucash-1.4.9-1
Gomez:/home/bombay #  


There is an src.rpm version of Gnucash but I have not done any compiling
before.


Brian Marr


Daryl Tester wrote:
> 
> Brian Marr wrote:
> 
> > Which seems to indicate libc.so.6 is indeed available to rpm & gnucash.
> >
> > I wonder where gnucash is looking for this file ?
> 
> You're confusing the file with RPM (and its database).  In
> other words, although the file may exist on your system, the
> RPM database isn't aware of it, so the dependency fails.  A way
> to check for this is to use "rpm -qf /path/to/file/in/question";
> if it returns "is not owned by any package", then there's your
> problem.  The solution?  Force install the package.
> 
> --
> Regards,
>   Daryl Tester,  Software Wrangler and Bit Herder, IOCANE Pty. Ltd.
> 
> "You shouldn't mix meditation with management.  The mind gets too empty."
>   -- Dilbert

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page