home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21907 < prev    next >
Encoding:
Text File  |  1992-12-28  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!utcsri!torn!newshub.ccs.yorku.ca!yorku.ca!marcf
  3. From: marcf@nexus.yorku.ca (Marc G Fournier)
  4. Subject: Re: [Q]Upgrading libc.so.
  5. Message-ID: <marcf.725558669@yorku.ca>
  6. Keywords: libc.so linux Library
  7. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  8. Organization: York University
  9. References: <KIRSCH.30.725552731@ps1.iaee.tuwien.ac.at>
  10. Date: Mon, 28 Dec 1992 16:04:29 GMT
  11. Lines: 21
  12.  
  13. KIRSCH@ps1.iaee.tuwien.ac.at (Rainer Kirsch) writes:
  14.  
  15. >Hello Linux Fans!
  16. >Working with Linux 0.99p1 is great pleasure!
  17.  
  18. >1.Upgrading libc.so (How to do really?)
  19. >To maximize functionality I got libc.so.4.2 per ftp. But ...
  20. >Upgrading from libc.so.4.1 to 4.2 isn't that easy. (The numbers apply to the 
  21. >actual situation, but I ask for the principal algorithm)
  22. >My binaries (which are from SLS 0.98p1 distribution) look for libc.so.4 (not 
  23. >trailing zero!) - so I had made a symbolic link
  24. >libc.so.4 -> libc.so.4.1
  25. >In order to make a new link, I removed the old one and uups ... I could not 
  26. >do anything else. Of course! I installed a small system by usage of a1 and 
  27. >a2 floppies of the SLS distribution, mounted my normal root-partition, 
  28. >installed the new link and rebooted from the normal root.
  29. >My question is: Have I overseen some simpler possibility of procedure?
  30.  
  31.     But of course...why not just do 'ln -fs libc.so.4.2 libc.so.4'? :)
  32.  
  33. Marc
  34.