Devraj Mukherjee wrote: > [root at charlie ~]# rpm -V ghostscript > [root at charlie ~]# There is nothing wrong with your ghostscript package then. To check all linked libraries with respect to binaries: for i in `ldd /usr/bin/gs|awk '{print $3}'`; do rpm -qf $i; done|sort|uniq|grep -v ^file|xargs rpm -V What invokes gs anyway on your system? Is this frequent? > > > On 10/16/06, Feizhou <feizhou at graffiti.net> wrote: >> Devraj Mukherjee wrote: >> > Could it also mean that there is something wrong with the gs package?