From hattons@CPKWEBSER5.ncr.disa.mil Mon Apr 6 16:29:42 1998 From: hattons@CPKWEBSER5.ncr.disa.mil To: users@lists.opensuse.org Subject: [S.u.S.E. Linux] Updating lib files Date: Mon, 06 Apr 1998 12:29:42 -0400 Message-ID: <352902F6.F8C3A92A@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6892441521146878108==" --===============6892441521146878108== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I downloaded libc.so.5.4.44 and moved it to /lib. I then tried to link it to libc.so.5 and found that I could not overwrite the existing link. Well, I blew away the libc.so.5. DON'T DO THAT! None of my basic shell commands would work. I still had Netscape running so I went in and saved the libc.so,5.4.44 as libc.so.5. I started breathing again. It works, but it is not a sim link. How would I go about doing this correctly? Steve -- "Alles Vergaengliche Ist nur ein Gleichniss" -Goethe, as quoted in Ludwig Boltzmann's Vorlessungen ueber Gastheorie. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============6892441521146878108==-- From bb@suse.com Mon Apr 6 19:12:18 1998 From: bb@suse.com To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] Updating lib files Date: Mon, 06 Apr 1998 12:12:18 -0700 Message-ID: <35292912.DE4AA927@suse.com> In-Reply-To: <352902F6.F8C3A92A@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8737335843785215758==" --===============8737335843785215758== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Steven T. Hatton wrote: >=20 > I downloaded libc.so.5.4.44 and moved it to /lib. I then tried to link > it to libc.so.5 and found that I could not overwrite the existing > link. Well, I blew away the libc.so.5. DON'T DO THAT! None of my > basic shell commands would work. I still had Netscape running so I went > in and saved the libc.so,5.4.44 as libc.so.5. I started breathing > again. It works, but it is not a sim link. How would I go about doing > this correctly? Run 'ldconfig' this should link the newest minor version to libc.so.5. But anyway, I would never update a inportant lib in a running system. Better boot the rescue system from CD or floppy, mount you lib FS,=20 install the new lib and reboot your system... Ciao, BB --=20 Bodo Bauer S.u.S.E., LLC fon +1-510-835 7873=20 bb@suse.de 458 Santa Clara Avenue fax +1-510-835 7875 http://www= .suse.com> Oakland CA, 94610 USA -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============8737335843785215758==-- From martin_moeller@ibm.net Mon Apr 6 21:56:02 1998 From: martin_moeller@ibm.net To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] Updating lib files Date: Mon, 06 Apr 1998 22:56:02 +0100 Message-ID: <35294F72.2F80@ibm.net> In-Reply-To: <352902F6.F8C3A92A@cpkwebser5.ncr.disa.mil> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2021471889498663730==" --===============2021471889498663730== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Steven T. Hatton wrote: > > I downloaded libc.so.5.4.44 and moved it to /lib. I then tried to link > it to libc.so.5 and found that I could not overwrite the existing > link. Well, I blew away the libc.so.5. DON'T DO THAT! None of my > basic shell commands would work. I still had Netscape running so I went > in and saved the libc.so,5.4.44 as libc.so.5. I started breathing > again. It works, but it is not a sim link. How would I go about doing > this correctly? > You *could* have done a 'ln -s --force libc.so.5.4.44 libc.so.5', but Bodo's solution(s) is probably much safer... -- --- e-mail: martin_moeller@technologist.com - an iName service for life(?) Martin Moeller, Denmark - Signing off. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============2021471889498663730==--