fun with RedHat

Craig White craigwhite@azapple.com
Sun, 24 Dec 2000 11:00:44 -0700


> -----Original Message-----
> From: plug-discuss-admin@lists.plug.phoenix.az.us
> [mailto:plug-discuss-admin@lists.plug.phoenix.az.us]On Behalf Of Kevin
> Buettner
> Sent: Sunday, December 24, 2000 8:35 AM
> To: plug-discuss@lists.plug.phoenix.az.us
> Subject: Re: fun with RedHat
>
>
> On Dec 23,  9:23pm, Craig White wrote:
>
> > Didn't expect Redhat upgrade to be so difficult but when
> upgrading from 6.1
> > to 7.0 - apparently their binaries are significantly different...most
> > notably apparent is kerberos - or so I believe.
> [...]
> > indeed have the kerberos libraries installed in /usr/kerberos
> and have in
> > desperation created symbolic links in /usr/lib
>
> Have you run /sbin/ldconfig ?
>
> If so, check /etc/ld.so.conf and make sure that /usr/kerberos/lib
> is listed in this file.
>
> Another thing to do is to try running "ldd" on the binaries that
> you're having trouble with.  E.g. try "ldd /usr/sbin/lpd".  On my
> RH 7 system, this prints the following:
>
> saguaro:kev$ ldd /usr/sbin/lpd
>         libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x40023000)
>         libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3
> (0x4008b000)
>         libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x400a0000)
>         libc.so.6 => /lib/libc.so.6 (0x400a2000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
--
thanks Kevin...

turned out that I needed to 'force' a reinstall of the krb-libs rpm.
ld.so.conf was a problem - it ran two lines together but the real problem
was those files were somehow missing from /usr/kerberos/lib.

Craig