Closed
Bug 840
Opened 26 years ago
Closed 26 years ago
libplds21.so: can't open file: errno=2
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
CLOSED
FIXED
People
(Reporter: jluce, Assigned: wtc)
Details
Not really sure who this goes to... but if you would please direct to the proper
person it will be much appreciated.
I am just a software engineer @ Raytheon and thought I would download the source
and build it... well... built Mozilla on a Sun Ultra 2 Enterprise running
Solaris 2.5.1, got a few warnings but when I went to run
"<mozilla_dir>./dist/SunOS5.5.1_sparc_OPT.OBJ/bin/mozilla-export"
I got this error:
"ld.so.1: ./dist/SunOS5.5.1_sparc_OPT.OBJ/bin/mozilla-export: fatal:
libplds21.so: can't open file: errno=2
Killed"
(I also had to download gmake, got version 3.77, we are using gcc 2.7.2 - which
you say that you support.)
I saw some "sh:" errors in the make having to deal with xemacs.... didn't
understand why... since you said on your web page that you didn't need xemacs.
Soooo.... did I not compile correctly, or can it just not find a file?
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Hi,
You need to set your LD_LIBRARY_PATH environment
variable to <mozilla_dir>./dist/SunOS5.5.1_sparc_OPT.OBJ/bin
before you run mozilla-export, because now Mozilla links
with a few libraries (including plds21) dynamically.
Please let me know if this works so that I can close the bug.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Assignee | ||
Comment 2•26 years ago
|
||
It was confirmed that the fix worked.
Marked the bug fixed.
Assignee | ||
Comment 3•26 years ago
|
||
Closed the bug.
Assignee | ||
Comment 4•26 years ago
|
||
Sent email to leaf@netscape.com and cyeh@netscape.com
to update the Unix build instructions at
http://www.mozilla.org/docs/tplist/catBuild/unix-build.html
to mention the setting of LD_LIBRARY_PATH at run time.
Comment 5•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
You need to log in
before you can comment on or make changes to this bug.
Description
•