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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!nsisrv!mimsy!afterlife!jepstei
  2. From: jepstei@afterlife.ncsc.mil (John Epstein)
  3. Newsgroups: comp.os.linux
  4. Subject: correction to release.libc-4.2 notes
  5. Message-ID: <1993Jan5.025748.10858@afterlife.ncsc.mil>
  6. Date: 5 Jan 93 02:57:48 GMT
  7. Organization: The Great Beyond
  8. Lines: 19
  9.  
  10. If you already have a version of libc.so.4.2 the instructions cause
  11. libc.so.4 to disappear --- I actually recovered without using bootdisk.
  12. by mcopy to floppy and mcopy to /lib since my mcopy didn't use libc.so.4
  13.  
  14. BTW: It might be nice if ln was -static so ln -sf always available!!!
  15.  
  16. The problem with the instructions is:
  17.  
  18. cp libc.so.4.2 libc.so.4.2.old --> libc.so.4.2.ol for 14 char minix file system
  19. the next line is
  20. ln -sf libc.so.4.2.old libc.so.4 --> generates a 15 char symbolic link
  21.  
  22. I thought this would work as identical for first 14 char
  23.  
  24. My system died on the mv libc.so.4.2 foo
  25.  
  26. I am running linux-0.99 pl 1 prior to begin of libc-4.2 and gcc-2.3.3
  27.  
  28. John
  29.