Closed
Bug 56616
Opened 24 years ago
Closed 24 years ago
does not run as user after install as root
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: michael, Assigned: asa)
Details
Attachments
(1 file)
327 bytes,
text/plain
|
Details |
This is all what happens:
mi@ynis:/opt/mozilla/package > ./mozilla
./run-mozilla.sh ./mozilla-bin
MOZILLA_FIVE_HOME=.
LD_LIBRARY_PATH=.
LIBRARY_PATH=.:./components
SHLIB_PATH=.
LIBPATH=.
ADDON_PATH=.
MOZ_PROGRAM=./mozilla-bin
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
My system is a SuSE 6.4. The user for which I tried to run Mozilla, has Netscape
4.75 installed, or better to say user config files for that version.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
reporter, what build are you using?
Comment 3•24 years ago
|
||
If you're going to install it as root, you need to run regxpcom and regchrome as
root after you perform the installation. See Chris Blizzard's RPMs for an example.
*** This bug has been marked as a duplicate of 41057 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•24 years ago
|
||
To me it does not look like a duplicate. Now I did the following as root:
# cd /opt/mozilla/package
# export LD_LIBRARY_PATH=/opt/mozilla/package
# export MOZILLA_FIVE_HOME=/opt/mozilla/package
# ./regxpcom
# ./regchrome
Then as a user:
> cd /opt/mozilla/package
> ./mozilla
Then the same happens as in my original report: Mozilla M18 hangs after printing
the line "moz_debugger=". Even under strace no more output.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 42184 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•