Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <4.1.19990226010239.016a17b0@mail.club-internet.fr>
Message-Id: <4.1.19990226010239.016a17b0@mail.club-internet.fr>
X-Sender: sbarre@mail.club-internet.fr
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1
Date: Fri, 26 Feb 1999 01:05:18 +0100
To: John Fortin <fortinj@ibm.net>
From: Sebastien Barre <Sebastien.Barre@utc.fr>
Subject: Re: ... is not writable by you
Cc: Dennis Newbold <dnewbold@blackberry.ivs.com>, cygwin@sourceware.cygnus.com
In-Reply-To: <36D59F7D.81FA327@ibm.net>
References: <4.1.19990225124802.02724850@mail.club-internet.fr>
 <4.1.19990225182034.016a2f10@mail.club-internet.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 14:07 25/02/99 -0500, John Fortin wrote:

>What is you userid though.  If the files were created by you and you are part
>of the administrator group, the files are OWNED by the administrator ID.  If
>your userid is not the administrator then you only have read/execute rights.

As seen in my example, the prompt PS1 shows that *I* am the administrator,
it's a standalone workstation which belongs to me :)

It might be related to Perl anyway, because the install script is written
in Perl. Here is the problematic part :

if ($d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
   $installbin		|| die "No installbin directory in config.sh\n";
-d $installbin		|| mkpath($installbin, 1, 0777);
-d $installbin		|| $nonono || die "$installbin is not a directory\n";
-w $installbin		|| $nonono || die "$installbin is not writable by you\n"
	unless $installbin =~ m#^/afs/# || $nonono;

I removed the -w line, and it works. But I'd like to *understand* the problem.

______________________________________________________________
Sebastien Barre                  http://www.hds.utc.fr/~barre/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

