Re: ldd manpage - example does not work

2010-04-06 Thread Dominic Fandrey
On 06/04/2010 11:53, Rainer Hurling wrote: > Am 06.04.2010 11:46 (UTC+1) schrieb Dominic Fandrey: >> On 06/04/2010 11:32, Rainer Hurling wrote: >>> Am 06.04.2010 11:11 (UTC+1) schrieb Dominic Fandrey: On 06/04/2010 08:36, Rainer Hurling wrote: > [..snip..] > ImageMagick-6.5.8.10_1: /us

Re: ldd manpage - example does not work

2010-04-06 Thread Rainer Hurling
Am 06.04.2010 11:11 (UTC+1) schrieb Dominic Fandrey: On 06/04/2010 08:36, Rainer Hurling wrote: Am 05.04.2010 23:05 (UTC+1) schrieb Dominic Fandrey: On 05/04/2010 22:09, Rainer Hurling wrote: I want to create a list of binaries, which are linked against the old libz.so.5 and must be upgraded .

Re: ldd manpage - example does not work

2010-04-06 Thread Dominic Fandrey
On 06/04/2010 08:36, Rainer Hurling wrote: > Am 05.04.2010 23:05 (UTC+1) schrieb Dominic Fandrey: >> On 05/04/2010 22:09, Rainer Hurling wrote: I want to create a list of binaries, which are linked against the old libz.so.5 and must be upgraded ... >> >> Install sysutils/bsdadminscripts a

Re: ldd manpage - example does not work

2010-04-05 Thread Rainer Hurling
Am 05.04.2010 23:05 (UTC+1) schrieb Dominic Fandrey: On 05/04/2010 22:09, Rainer Hurling wrote: I want to create a list of binaries, which are linked against the old libz.so.5 and must be upgraded ... Install sysutils/bsdadminscripts and rung pkg_libchk. :) Thanks Dominic, I was not aware

Re: ldd manpage - example does not work

2010-04-05 Thread Dominic Fandrey
On 05/04/2010 22:09, Rainer Hurling wrote: >> I want to create a list of binaries, which are linked against the old >> libz.so.5 and must be upgraded ... Install sysutils/bsdadminscripts and rung pkg_libchk. :) -- A: Because it fouls the order in which people normally read text. Q: Why is top-po

Re: ldd manpage - example does not work

2010-04-05 Thread Rainer Hurling
Thank you very much for your answers! On 05.04.2010 20:52 (UTC+1), Michael Butler wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/10 14:40, Garrett Cooper wrote: On Mon, Apr 5, 2010 at 11:35 AM, Rainer Hurling wrote: The example looks as follows: find . -type f | xargs -n1 f

Re: ldd manpage - example does not work

2010-04-05 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/10 14:40, Garrett Cooper wrote: > On Mon, Apr 5, 2010 at 11:35 AM, Rainer Hurling wrote: >> The example looks as follows: >> >> find . -type f | xargs -n1 file -F | grep ELF | cut -f1 -d' ' | xargs ldd -f >> '%A %o\n' | grep libc.so.6 [ ..

Re: ldd manpage - example does not work

2010-04-05 Thread Garrett Cooper
On Mon, Apr 5, 2010 at 11:35 AM, Rainer Hurling wrote: > The manpage for ldd(1) gives a nice example of finding binaries, which link > against a given library, see > > http://www.freebsd.org/cgi/man.cgi?query=ldd&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html > > > The example looks a

ldd manpage - example does not work

2010-04-05 Thread Rainer Hurling
The manpage for ldd(1) gives a nice example of finding binaries, which link against a given library, see http://www.freebsd.org/cgi/man.cgi?query=ldd&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html The example looks as follows: find . -type f | xargs -n1 file -F | grep ELF | cut -