Closed
Bug 153132
Opened 23 years ago
Closed 23 years ago
ln -s links to mozilla fail
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jamesrome, Assigned: Matti)
Details
Usually I link executables to /usr/local/bin (in everyone's PATH). With the
Solaris 2.7 latest build, if I do
ln -s /usr/local/mozilla/mozilla /usr/local/bin/mozilla
and try to run it as a user, I get a strange error message about a test argument
being required.
$ /usr/local/bin/mozilla: test: argument expected
^C
[1] + Done(1) mozilla &
$ ls -l /usr/local/bin/mozilla
lrwxrwxrwx 1 root other 26 Jun 20 09:44 /usr/local/bin/mozilla ->
/usr/local/mozilla/mozilla
$
Comment 1•23 years ago
|
||
Always include your build ID in bug reports you submit.
This is probably a duplicate of bug 57866(allow mozilla to start from symlinks)
which is fixed on the trunk but I don't think this fix made it to the 1.0 branch.
Comment 2•23 years ago
|
||
Marking as dupe because reporter says this works with a current trunk build.
(See Bug 57866, comment #100)
*** This bug has been marked as a duplicate of 57866 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 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
•