|
Linux Forum Index » Linux - Gentoo Forum » library check script?...
Page 1 of 1
|
| Author |
Message |
| AZ Nomad... |
Posted: Sat Sep 06, 2008 10:04 pm |
|
|
|
Guest
|
I'm embarassed; I've forgotten the name of the library check script.
I searched all the bin files for 'chk', 'check', 'lib', and got nothing.
Can somebody help me refresh my memory? The script checks all
executables and libraryes and sees if they refer to any libraries that
aren't on the system. |
|
|
| Back to top |
|
| J.O. Aho... |
Posted: Sun Sep 07, 2008 1:44 am |
|
|
|
Guest
|
AZ Nomad wrote:
Quote: Can somebody help me refresh my memory? The script checks all
executables and libraryes and sees if they refer to any libraries that
aren't on the system.
You thinking about revdep-rebuild, which will rebuild broken packages?
--
//Aho |
|
|
| Back to top |
|
| Arthur Hagen... |
Posted: Sun Sep 07, 2008 2:24 am |
|
|
|
Guest
|
J.O. Aho <user at (no spam) example.net> wrote:
Quote: AZ Nomad wrote:
Can somebody help me refresh my memory? The script checks all
executables and libraryes and sees if they refer to any libraries
that aren't on the system.
You thinking about revdep-rebuild, which will rebuild broken packages?
"revdep-rebuild -p" doesn't always find all problems, though -- if there's a
deep dependency, or a binary that's installed outside portage, or the
binaries are copied somewhere else by a configure script (like to a chroot
jail), it won't do you much good.
prelink is very good at finding missing or incompatible libraries, but
that's not its real job -- it's just a side effect.
Regards,
--
*Art |
|
|
| Back to top |
|
| AZ Nomad... |
Posted: Sun Sep 07, 2008 10:21 am |
|
|
|
Guest
|
On Sun, 07 Sep 2008 08:44:10 +0200, J.O. Aho <user at (no spam) example.net> wrote:
Quote: AZ Nomad wrote:
Can somebody help me refresh my memory? The script checks all
executables and libraryes and sees if they refer to any libraries that
aren't on the system.
You thinking about revdep-rebuild, which will rebuild broken packages?
thank you! |
|
|
| Back to top |
|
| |