home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22725 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.9 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: correction to release.libc-4.2 notes
  5. Date: 4 Jan 1993 23:10:33 -0600
  6. Organization: Kansas State University
  7. Lines: 39
  8. Message-ID: <1ib589INNa1d@matt.ksu.ksu.edu>
  9. References: <1993Jan5.025748.10858@afterlife.ncsc.mil>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. jepstei@afterlife.ncsc.mil (John Epstein) writes:
  13.  
  14. >If you already have a version of libc.so.4.2 the instructions cause
  15. >libc.so.4 to disappear --- I actually recovered without using bootdisk.
  16. >by mcopy to floppy and mcopy to /lib since my mcopy didn't use libc.so.4
  17.  
  18. >BTW: It might be nice if ln was -static so ln -sf always available!!!
  19.  
  20. >The problem with the instructions is:
  21.  
  22. >cp libc.so.4.2 libc.so.4.2.old --> libc.so.4.2.ol for 14 char minix file system
  23. >the next line is
  24. >ln -sf libc.so.4.2.old libc.so.4 --> generates a 15 char symbolic link
  25.  
  26. >I thought this would work as identical for first 14 char
  27.  
  28. >My system died on the mv libc.so.4.2 foo
  29.  
  30. >I am running linux-0.99 pl 1 prior to begin of libc-4.2 and gcc-2.3.3
  31.  
  32. >John
  33.  
  34. Two comments here: 
  35.  
  36. 1). Always keep backups of the old library when installing a new one.
  37.  
  38. 2). Your comment about ln brings up one question in my mind... Why don't
  39.     you recompile it then??? Remember, this is YOUR system and you
  40.     can do what you want. Everything that comes from the various
  41.     installation programs will probably be linked shared just to save
  42.     disk space. Recompile some important utils and put them in /sbin.
  43.  
  44. ( I'm not trying to be snide or anything, but a lot of people seem to think
  45. they can't do anything to their systems without asking first. Remember,
  46. this is a lot more complex than dos, and people have to make decisions on
  47. their own sometime. Maybe this will someday cut down on traffic is people
  48. remember this. )
  49.  
  50. James
  51.