home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22607 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!att!cbnewsi!cbnewsh!att-out!cbfsb!cbnewsg.cb.att.com!wto
  3. From: wto@cbnewsg.cb.att.com (William T. O Connell)
  4. Subject: Re: How many SLS binaries don't work with new libc.so.4.2?
  5. Message-ID: <1993Jan4.052116.10447@cbfsb.cb.att.com>
  6. Summary: known binaries
  7. Sender: news@cbfsb.cb.att.com
  8. Organization: AT&T
  9. References: <1774@emoryu1.cc.emory.edu>
  10. Date: Mon, 4 Jan 1993 05:21:16 GMT
  11. Lines: 24
  12.  
  13. In article <1774@emoryu1.cc.emory.edu>, splee@pd.org (Seng-Poh Lee, Speedy) writes:
  14. > As part of trying to get uucp running again, I installed libc.so.4.2. 
  15. > Howvever, I'm finding out that a few binaries, such as login (!) don't
  16. > function under the new shared library (complains about a few undefined
  17. > library calls).  Login was a big one, since once you link in the new
  18. > shared library, you can't log in anymore! I went back to 4.1 until I can
  19. > fix and recompile login, but I'm just wondering how many more binaries
  20. > need to be recompiled.  I started out with SLS 0.98p5 distribution but
  21. > am running the .99p2 kernel now. 
  22.  
  23. The only binaries that I ran across are login and passwd. Though
  24. there are many that I haven't tested.
  25.  
  26. Until you get the new source to recompiling them, there is a quick
  27. work around that work's like a charm. Thus, allowing you to keep
  28. the 4.2 library.
  29.  
  30. 1) create symlink on libc.so.4.1 to libc.so.0
  31. 2) edit login (and any others that you are having problems with)
  32.    with emacs. Search for libc.so.4 using ctrl-s. Change the 4 to a 0.
  33. 3) Problems fixed. The binary will now use the original shared library
  34.    that it was compiled with.
  35.  
  36. - Bill O'Connell          wto@ihlpx.att.com
  37.