Closed
Bug 91842
Opened 24 years ago
Closed 23 years ago
Mozilla startup scripts miss support for 64bit sparcv9 applications
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
Attachments
(1 file)
732 bytes,
patch
|
Details | Diff | Splinter Review |
Mozilla's startup scripts (like run-mozilla.sh) miss support for 64bit sparcv9
applications (see bug 20860 for build instructions to build a real 64bit Zilla
on Solaris).
I always have to type
% cd dist/bin/
% export LD_LIBRARY_PATH_64=$PWD:$PWD/components
% ./mozilla
to start the Zilla... ;-((
Background:
Solaris >= 2.7 is a mixed 32bit/64bit environment which can run both 32bit and
64bit applications at the same time. 32bit and 64bit binaries cannot me mixed in
one binary/shared_lib, therefore they are seperated. For example, 32bit
shared_libs are stored in /usr/lib/, 64bit counterparts are stored in
/usr/lib/sparcv9/. The runtime linker has a 2nd set of env vars to manage these
64bit libraries - they usually have the suffix "_64" at the end, e.g.
"LD_LIBRARY_PATH_64" etc. See ld.so.1(1) for additional info.
.
Assignee: asa → cls
Component: Browser-General → Build Config
QA Contact: doronr → granrose
Assignee | ||
Comment 4•24 years ago
|
||
Setting milestone, accepting...
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.4
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Comment 6•23 years ago
|
||
Requesting r=/sr= for this patch, please ...
Assignee | ||
Comment 7•23 years ago
|
||
cls, wanna r= this patch, please ?
Comment 8•23 years ago
|
||
I don't think that path should be set unconditionally. Follow the N32 example
and only set it if it's already set.
Assignee | ||
Comment 9•23 years ago
|
||
Retargeting to 0.9.6 for now ...
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Updated•23 years ago
|
Attachment #46943 -
Flags: needs-work+
Comment 10•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•