Re: Missing libraries and a RPM "Teach a man to fish" question.

2003-01-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 6 Jan 2003 22:20:58 +0800, Edward Dekkers wrote: > How about a cute script? Run in the RPM directory of your RedHat CD: > > -- > > #!/bin/sh > # rpmgrind: (greps/finds things in rpms) > # usage: cd dir_w_rpms; rpmgrind word > > > word=$1 >

RE: Missing libraries and a RPM "Teach a man to fish" question.

2003-01-06 Thread Dan Bar Dov
N. Alegre Sent: Monday, January 06, 2003 3:21 PM To: Red Hat List Subject: Missing libraries and a RPM "Teach a man to fish" question. Hello List, First the question. What packages are the following libraries in? libgconf-1.so.1, libgconf-gtk-1.so.1,

Re: Missing libraries and a RPM "Teach a man to fish" question.

2003-01-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 06 Jan 2003 07:20:44 -0600 (CST), John N. Alegre wrote: > First the question. > > What packages are the following libraries in? > libgconf-1.so.1, libgconf-gtk-1.so.1, libgnomevfs.so.0 and liboaf.so.0 On Red Hat Linux 7.3: $ rpm --redhatpro

Re: Missing libraries and a RPM "Teach a man to fish" question.

2003-01-06 Thread Edward Dekkers
> What packages are the following libraries in? > libgconf-1.so.1, libgconf-gtk-1.so.1, libgnomevfs.so.0 and liboaf.so.0 > rpm -q --whatprovides libgconf-1.so.1 GConf-1.0.4-3 is one way. Another is to type libgconf-1.so.1 into the search box at www.rpmfind.n

Missing libraries and a RPM "Teach a man to fish" question.

2003-01-06 Thread John N. Alegre
Hello List, First the question. What packages are the following libraries in? libgconf-1.so.1, libgconf-gtk-1.so.1, libgnomevfs.so.0 and liboaf.so.0 Now teach me to fish. I am trying to back install some packages that I missed during a recent Red Hat 7.3 ins