Closed
Bug 461
Opened 26 years ago
Closed 26 years ago
Shared library conflict when compiling&using under a glibc-2 based Linux system
Categories
(MozillaClassic Graveyard :: StubFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: thorsten, Assigned: toshok)
Details
Created by Thorsten Heit (thorsten@wurzelausix.cs.uni-sb.de) on Monday, June 22, 1998 9:09:52 AM PDT
Additional Details :
When compiling Mozilla, a library called libutil.so will be
created. A glibc-2 based Linux system already has a library
with the same name Mozilla won't start because of missing
symbols in the glibc-libutil.so.
I renamed all references to "libutil.*" and "util" in all
makefiles, let the make create a libnsutil.[a,so] instead of
libutil.[a,so] and then it worked.
ramiro/mcafee: have we gotten permission to make the sweep through xp makefiles
and rename these problem libraries?
Comment 2•26 years ago
|
||
I think we asked about this back in June and no one
really objected, but we didn't schedule the change
to go in.
Assignee | ||
Comment 4•26 years ago
|
||
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•26 years ago
|
||
The code that creates the libutil.so isn't contained anymore in
mozilla-19981008.tar.gz
Updated•26 years ago
|
QA Contact: 4079
Comment 6•26 years ago
|
||
Sujay -- please work with xheads to verify this -- thanks
toshok, can you mark this verified-fixed if it is working for you now? thanks!
Can someone please verify this bug and mark it VERIFIED-FIXED ?????
thanks!
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
We now use libmozutil.so.
Marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•