2 Oct
2006
2 Oct
'06
5:26 p.m.
Hi CRUXers. I make bash script for finding ELF binary depending on specified library. and output the packages the files belongs to. It's useful to find influence of updating library. Its usage is: findelfdepend.sh [options] library_name [dirs] library_name is exactly one and must be set. not search recursive. output format is "package_name filename"(depends on pkginfo) Options are -h:help -l:search library described in /etc/ld.so.conf and /lib /usr/lib -b:search $PATH directories -v:verbose output to stderr It requires ldd(glibc),file command ,and some basic applications (bash,coreutils,sed and so on). In fact,this script is very slow and not smart,but simple. If there is the similar one,please take no notice;-)
6701
Age (days ago)
6701
Last active (days ago)
0 comments
1 participants
participants (1)
-
Itn