home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21058 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!kitty.ksu.ksu.edu!news
  2. From: probreak@kitty.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Problem with libc 4.2
  5. Date: 18 Dec 1992 23:59:14 -0600
  6. Organization: Kansas State University
  7. Lines: 32
  8. Message-ID: <1gudniINNb9m@kitty.ksu.ksu.edu>
  9. References: <1gs8prINNt8s@life.ai.mit.edu>
  10. NNTP-Posting-Host: kitty.ksu.ksu.edu
  11.  
  12. mycroft@hal.gnu.ai.mit.edu (Charles Hannum) writes:
  13.  
  14.  
  15. >After installing the libc 4.2 on tsx-11, `login' displays the
  16. >following:
  17.  
  18. >  Undefined C library functions.
  19. >      1. ulimit (Use getrlimit/setrlimit instead).
  20. >      2. light C shared image (Use the real one instead).
  21.  
  22. >Other than that, everything *seems* to work.  I tried installing the
  23. >`poeigl' package, but it doesn't deal with shadow passwords, and anyway
  24. >those functions seem to be missing from libc 4.2.
  25.  
  26. >My impression, after this, is that the libc 4.2 on tsx-11 is not a real
  27. >release.  Is this correct?
  28.  
  29. >-- 
  30. > \  /   Charles Hannum, mycroft@ai.mit.edu
  31. > /\ \   PGP public key available on request.  MIME, AMS, NextMail accepted.
  32. >Scheme  White heterosexual atheist male (WHAM) pride!
  33.  
  34. The ulimit function message is because under a standard SYSV system that call
  35. is available, and under POSIX and BSD they use setrlimit and getrlimit. 
  36. Some programs assume we are completely SYSV since we define -DUSG.
  37.  
  38. As far as the library goes, the one in /pub/linux/GCC should be a relatively
  39. current copy of libc and should work fine. It was released as a fix for people
  40. who needed things that used sigaction (which was broke in 4.1) and a couple
  41. of other broken calls.
  42.  
  43. James
  44.