On Mon, 2012-06-04 at 11:22 +0200, Nicolas Chauvet wrote:
> Hi,
>
>
> I was trying to check if packages on my system has defined a rpath (1)
> , I've made a little script:
>
> # for f in $(ls /usr/lib64/*.so.* ) ; do chrpath ${f} &>/dev/null;
> RETVAL=$?; if [ ! $RETVAL == 2 ] ; then chrpath ${
Hi,
I was trying to check if packages on my system has defined a rpath (1)
, I've made a little script:
# for f in $(ls /usr/lib64/*.so.* ) ; do chrpath ${f} &>/dev/null;
RETVAL=$?; if [ ! $RETVAL == 2 ] ; then chrpath ${f} ; rpm -qf ${f} ;
echo "" ; fi; done
This script reported around 70 rpat