home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 5085 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!wupost!usc!sol.ctr.columbia.edu!eff!ckd
  3. From: ckd@eff.org (Christopher Davis)
  4. Subject: Re: SunOS 4.1.2 libc.so.1.7 missing symbols
  5. In-Reply-To: stephen@orchid.UCSC.EDU's message of 29 Jul 92 23:05:36 GMT
  6. Message-ID: <CKD.92Jul29235347@loiosh.eff.org>
  7. Sender: usenet@eff.org (NNTP News Poster)
  8. Nntp-Posting-Host: loiosh.eff.org
  9. Organization: Electronic Frontier Foundation Tech Central
  10. References: <1992Jul9.160538.15039@nosc.mil> <2685@hq.hq.af.mil>
  11.     <1992Jul20.183805.19085@sci34hub.sci.com>
  12.     <157880INNh2n@darkstar.UCSC.EDU>
  13. Distribution: usa
  14. Date: Thu, 30 Jul 1992 03:53:49 GMT
  15. Lines: 20
  16.  
  17. stephen> == stephen  <stephen@orchid.UCSC.EDU> 
  18.  
  19.  stephen> Need help on locating libc_pic.a that contains missing symbols;
  20.  stephen> dlopen
  21.  stephen> dlclose
  22.  stephen> dlsystem
  23.  
  24.  stephen> When I rebuilt the shared lib- libc.so.1.7 [...]
  25.  
  26. Sun broke /usr/lib/shlib.etc/Makefile in 4.1.2.  Change both of the
  27. lines that read:
  28.     ld -assert pure-text `${OBJSORT} lorder-sparc tmp`
  29. to read (instead)
  30.     ld -assert pure-text `${OBJSORT} lorder-sparc tmp` -ldl
  31. and rebuild your shared libraries....
  32. --
  33. Christopher Davis * ckd@eff.org * System Administrator, EFF * +1 617 864 0665
  34.    ``The First Amendment is often inconvenient.  But that is besides the
  35.   point.  Inconvenience does not absolve the government of its obligation
  36.          to tolerate speech.'' --Justice Anthony Kennedy, in 91-155
  37.