Closed
Bug 178297
Opened 23 years ago
Closed 23 years ago
Shared Library Version Mismatch with MOZILLA-B0102 and VMS V7.3-1
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bongo, Assigned: colin)
Details
When starting mozilla on OpenVMS V7.3-1 one gets:
Starting mozilla-bin...
LoadPlugin: failed to initialize shared library
/sys$common/mozilla/plugins/libnullplugin.so [OpenVMS status is decimal 8380]
Check of the meaning of the error message gives the following
$ exit 8380
%SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image
$
Assignee | ||
Comment 1•23 years ago
|
||
I believe this problem occurs when you have installed the Java plugin, but
failed to innitialize Java before attempting to start Mozilla.
$ @sys$startup:java$131_setup
$ sys$common:[mozilla]mozilla
should do it. Please report back and let me know.
Assignee: asa → colin
Severity: blocker → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•23 years ago
|
||
The problem is solved.
Your problem guess was wrong since "@sys$startup:java$131_setup" is executed
by sys$manager:sylogin.com.
The real reason was that the user tried to start mozilla on a cluster member
where the prvious version images where still installed.
After a "@s@sys$common:[mozilla]install REMOVE" and a
"@s@sys$common:[mozilla]install" the browser started correctly
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•