Devraj Mukherjee wrote:
[root@charlie ~]# rpm -V ghostscript [root@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@graffiti.net wrote:
Devraj Mukherjee wrote:
Could it also mean that there is something wrong with the gs package?