Re: Libs with applications

2011-11-22 Thread Matthias Clasen
On Tue, 2011-11-22 at 11:46 +0100, Karel Zak wrote: > > Yes, typical problem is (usually) completely broken .pc (pkg-config) > file. My experience is that developers don't have a clue about > 'Requires.private' pkg-config field and they add all libraries to > 'Requires' or 'Libs', so then binaries

Re: Libs with applications

2011-11-22 Thread Karel Zak
On Sun, Nov 20, 2011 at 02:33:34PM -0500, Steve Grubb wrote: > # ldd /usr/bin/msntest | wc -l > 20 > # ldd /usr/lib64/libmsn.so.0.3.0 | wc -l > 9 Please, be careful. ldd(1) prints recursively all dependencies. $ ldd /usr/bin/msntest | wc -l 20 $ readelf

Re: Libs with applications

2011-11-21 Thread Tomas Mraz
On Sun, 2011-11-20 at 21:36 +, John5342 wrote: > On Sun, Nov 20, 2011 at 19:33, Steve Grubb wrote: > > On Sunday, November 20, 2011 02:14:09 PM drago01 wrote: > >> On Sun, Nov 20, 2011 at 8:03 PM, Kevin Kofler > >> wrote: > >> > Steve Grubb wrote: > >> >> For example, if a 32 bit library is

Re: Libs with applications

2011-11-20 Thread Richard Vickery
Does anybody know of anything I can try in Fedora 16 to get the other half of my files from the Deja DUP backup? Thanks, Richard On Nov 20, 2011 7:17 AM, "Steve Grubb" wrote: > Hello, > > I was curious how many library packages we have that also includes > applications in > them, so I wrote a s

Re: Libs with applications

2011-11-20 Thread John5342
On Sun, Nov 20, 2011 at 19:33, Steve Grubb wrote: > On Sunday, November 20, 2011 02:14:09 PM drago01 wrote: >> On Sun, Nov 20, 2011 at 8:03 PM, Kevin Kofler wrote: >> > Steve Grubb wrote: >> >> For example, if a 32 bit library is installed, which application is left >> >> - the 64 or 32 bit one?

Re: Libs with applications

2011-11-20 Thread Toshio Kuratomi
On Sun, Nov 20, 2011 at 02:33:34PM -0500, Steve Grubb wrote: > On Sunday, November 20, 2011 02:14:09 PM drago01 wrote: > > On Sun, Nov 20, 2011 at 8:03 PM, Kevin Kofler > > wrote: > > > Steve Grubb wrote: > > >> For example, if a 32 bit library is installed, which application is left > > >> - the

Re: Libs with applications

2011-11-20 Thread Steve Grubb
On Sunday, November 20, 2011 02:14:09 PM drago01 wrote: > On Sun, Nov 20, 2011 at 8:03 PM, Kevin Kofler wrote: > > Steve Grubb wrote: > >> For example, if a 32 bit library is installed, which application is left > >> - the 64 or 32 bit one? > > > > If you install ONLY the 32-bit multilib, the 32-

Re: Libs with applications

2011-11-20 Thread drago01
On Sun, Nov 20, 2011 at 8:03 PM, Kevin Kofler wrote: > Steve Grubb wrote: >> For example, if a 32 bit library is installed, which application is left - >> the 64 or 32 bit one? > > If you install ONLY the 32-bit multilib, the 32-bit version. > If you install BOTH the 64-bit and 32-bit packages, th

Re: Libs with applications

2011-11-20 Thread Kevin Kofler
Steve Grubb wrote: > For example, if a 32 bit library is installed, which application is left - > the 64 or 32 bit one? If you install ONLY the 32-bit multilib, the 32-bit version. If you install BOTH the 64-bit and 32-bit packages, the 64-bit version (on all the platforms where 64-bit is preferr

Re: Libs with applications

2011-11-20 Thread Steve Grubb
On Sunday, November 20, 2011 10:26:09 AM Steve Grubb wrote: > On Sunday, November 20, 2011 10:20:51 AM Josh Boyer wrote: > > On Sun, Nov 20, 2011 at 10:17 AM, Steve Grubb wrote: > > > Hello, > > > > > > I was curious how many library packages we have that also includes > > > applications in them,

Re: Libs with applications

2011-11-20 Thread Steve Grubb
On Sunday, November 20, 2011 10:20:51 AM Josh Boyer wrote: > On Sun, Nov 20, 2011 at 10:17 AM, Steve Grubb wrote: > > Hello, > > > > I was curious how many library packages we have that also includes > > applications in them, so I wrote a small shell script: > > > > http://people.redhat.com/sgru

Re: Libs with applications

2011-11-20 Thread Josh Boyer
On Sun, Nov 20, 2011 at 10:17 AM, Steve Grubb wrote: > Hello, > > I was curious how many library packages we have that also includes > applications in > them, so I wrote a small shell script: > > http://people.redhat.com/sgrubb/security/lib-bin-check That just checks for a path. It doesn't chec

Libs with applications

2011-11-20 Thread Steve Grubb
Hello, I was curious how many library packages we have that also includes applications in them, so I wrote a small shell script: http://people.redhat.com/sgrubb/security/lib-bin-check On my F16 installation, it finds around 60 packages that are libraries with applications. I'd like to ask if