This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ocaml packaging issue


2009/10/19 Corinna Vinschen:
>> The executables in the ocaml package have access rights rwx--x--x,
>> which means non-admins can't run them:
>>
>> bash: /usr/bin/ocaml: Permission denied
>
> Execute permissions alone should be sufficient to start an executable,
> usually.

You're right. I had wondered the same thing, so I did 'chmod go-r
/usr/bin/ocaml' on Debian and got:

$ ocaml
Fatal error: cannot find file /usr/bin/ocaml

But I guess that must have been the ocaml executable trying to read
itself, because trying the same thing with other programs, there's no
problem.

Andy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]