home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / misc / 3317 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.6 KB  |  44 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: Can I get rid of "ld.so: warning: /usr/lib/libc.so.1.foo.bar ..."
  5. Message-ID: <1992Jul24.075143.27487@fwi.uva.nl>
  6. Sender: news@fwi.uva.nl
  7. Nntp-Posting-Host: adam.fwi.uva.nl
  8. Organization: FWI, University of Amsterdam
  9. References: <1992Jul24.010617.11446@kronos.arc.nasa.gov>
  10. Date: Fri, 24 Jul 1992 07:51:43 GMT
  11. Lines: 31
  12.  
  13. kthompso@kronos.arc.nasa.gov (Kevin Thompson) writes:
  14.  
  15.  
  16. >Like many large installations I expect, we have several different SunOS'es
  17. >running on various machines.  If one builds a program (say perl) on 4.1.2,
  18. >then anytime you run perl on a program running 4.1.1, or some random patch,
  19. >or whatever, you get:
  20.  
  21. >ld.so: warning: /usr/lib/libc.so.1.6 has older revision than expected 7
  22.  
  23. >Is there any sort of general way of getting rid of these?  Can one just make
  24. >links on every machine from /usr/lib/libc.so.1.7 to /usr/libc/.so.1.6 (or
  25. >whatever)?  Is there harm in this?  libc doesn't change much, this warning
  26. >message drives me bananas ....
  27.  
  28. You can install the 4.1.2 libc on the 4.1.1 machines. 4.1.2
  29. contains a libc jumbo patch that is also available for 4.1.1.
  30. The patch id is #100266/#100267 (domestic/intl). I don't know what
  31. revision it is.
  32.  
  33. You can also simply hardlink libc.s[oa].1.6 to libc.s[oa].1.7. But remember
  34. that these warnings are there for a reason.
  35.  
  36. We have built all software running on 4.1.1 and 4.1.2 machines on 4.1.1
  37. machines because in general newer releases can run software compiled
  38. on older releases, but the reverse isn't necessarily true.
  39.  
  40. Casper
  41. -- 
  42.                         |    Casper H.S. Dik
  43.                         |    casper@fwi.uva.nl
  44.