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