> -----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 From Don Harrop Sun Dec 24 20:28:41 2000 From: Don Harrop (Don Harrop) Date: Sun, 24 Dec 2000 13:28:41 -0700 (MST) Subject: Kernel Modules Message-ID: I've recompiled, for tuning reasons, a linux kernel before. Now I'm in the midst of upgrading and building a new kernal from the sources. I've got the new kernel in place and it boots but none of my scsi stuff comes up. The reason being that I don't have any modules for the new kernel. I'm on a RH system so the modules for the previous kernel are in the /lib/modules/linux-2.2.xx directory. Where do I find and how do I build the modules for the new kernel. I thought they would come with the source of the new kernel but I guess not.