On Wed, 26 Sep 2007, Klaus Wacker wrote:
Dear SL, I am trying to run an application built on an SL3 machine on an
SL4 worker. I find the following shared libraries missing:
/usr/X11R6/lib/libGLU.so.1
/usr/kerberos/lib/libgssapi_krb5.so.2
/usr/kerberos/lib/libkrb5.so.3
/usr/kerberos/lib/libcom_err.so.3
/usr/kerberos/lib/libk5crypto.so.3
Is there something like a compatibility package which provides these
libs? For some of them, only a soft link is missing, whereas for others
the actual library may have to be installed, but in a version different
from the SL4 one.
Use "yum provides <filename>" to find what rpm they are in on SL4.
yum provides libkrb5.so.3
Gives this as a response
-----------------------------------------------------------------------
krb5-libs.i386 1.3.4-47 sl-base
Matched from:
/usr/lib/libkrb5.so.3.2
/usr/lib/libkrb5.so.3
libkrb5.so.3
-------------------------------------------------------------------------
Cheers, Klaus.
-Connie Sieh