P.A wrote:
Hi does anyone know what the problem here is
[root@dnstest lib]# ps
ps: error while loading shared libraries: libproc-3.2.3.so: cannot open shared object file: No such file or directory
rpm -qf $(which ps) rpm -V procps
[root@dnstest lib]# ln -s libproc-3.2.7.so libproc-3.2.3.so
[root@dnstest lib]# ps
ps: /lib/libproc-3.2.3.so: version `_3_1_14' not found (required by ps)
Why should that work?
as far as I know only ps is giving me this error.
ps --version
CentOS release 5.3 (Final)
Was that a CentOS 4 machine in an earlier life?
Ralph