home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / softsys / andrew / 1480 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.2 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: 5.1 on SunOS 4.1/4.1.2
  5. Message-ID: <16267@auspex-gw.auspex.com>
  6. Date: 7 Jan 93 02:48:41 GMT
  7. References: <1ifcpvINNmmb@agate.berkeley.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Distribution: na
  10. Organization: Auspex Systems, Santa Clara
  11. Lines: 18
  12. Nntp-Posting-Host: auspex.auspex.com
  13.  
  14. >  doindex: indexing testobj.do ...dlopen: stub interception failed
  15. >  *** Abort - core dumped
  16. >
  17. >Any idea what I'm doing wrong and how I can fix it?
  18.  
  19. Make absolutely, positively, sure that you do !!!*NOT*!!! have "/lib" in
  20. your LD_LIBRARY_PATH.  If you have it before "/usr/lib", it will cause
  21. that very symptom; if you don't, it's superflous ("/lib" is just a
  22. symbolic link to "/usr/lib" in SunOS 4.x).
  23.  
  24. Also, make sure that none of the Makefiles have "-L/lib" in them; that
  25. can cause the same problem.
  26.  
  27. Also also, make sure they don't have "-L/usr/lib/" or anything such as
  28. that in them, either - that one measly little extra "/" at the end can
  29. *also* cause the same problem (it's a long story, but basically if any
  30. program gets the "-ldl" library from anywhere other than a file with the
  31. *exact* pathname "/usr/lib/libdl.so.1.0", you lose).
  32.