Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2003 15:56:06 -0400
From:      Andrew J Caines <A.J.Caines@halplant.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: mozilla-gtk2
Message-ID:  <20031001195606.GT30185@hal9000.halplant.com>
In-Reply-To: <1065036318.92446.2.camel@materialised.hopto.org>
References:  <1065036318.92446.2.camel@materialised.hopto.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mick,

> /usr/X11R6/bin/mozilla: ./mozilla: Permission denied
> exec: ./mozilla: Permission denied
> Obviously it is a permissions issue, but after changing permission on
> /usr/X11R6/bin/mozilla I still get the same error.

If you had to change permissions on that file, then there's a good chance
many other files don't have right permissions. Did you install with an
unusually righteous umask?

Did you check the target, ie. /usr/X11R6/lib/mozilla/mozilla?

Look through all of /usr/X11R6/lib/mozilla{,-devel} and find all the files
which have missing `other' perms, either with find's -perm or something a
bit more legible like..

# find /usr/X11R6/lib/mozilla -ls | awk '/\-\-\-/{print $3,$NF}'

I've found that sometimes extensions will install with oddly restrictive
permissions which prevent them from being used by users.


-Andrew-
-- 
 _______________________________________________________________________
| -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines@halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031001195606.GT30185>