Date: Thu, 13 Jul 2000 22:10:36 +1000 (EST) From: Rob Hurle <rob@coombs.anu.edu.au> To: Harry Putnam <reader@newsguy.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: webglimpse port breaks at `make install' Message-ID: <Pine.GSO.4.05.10007132204120.13803-100000@cairo.anu.edu.au> In-Reply-To: <87k8eq7n26.fsf@satellite.local.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Harry, > RROR - Aborting install. Cannot create directory "/usr/local/www/cgi-bin/" > ** Error code 2 > > top in /usr/ports/www/webglimpse. > ** Error code 1 > > top in /usr/ports/www/webglimpse. > *** Error code 1 > > I'm not that clear on how the ports mechanism works so don't have much > of a clue where to begin debugging this. > > The directories in the complaint are actually made and have some files > in them: > > ls -F /usr/local/www/webglimpse/ : > .wgsiteconf dist/ lib/ I'm no expert on this, but (a) are you sure that you ran the "make" as root. (b) check the permissions on /usr/local/www: ls -ld /usr/local/www It should be: drwxr-xr-x 6 root wheel 512 Mar 23 17:01 /usr/local/www (or similar). (c) as user "root", try making a file in the directory: cd /usr/local/www mkdir cgi-bin If this fails, it may give you clue as to what's going on (no disc space maybe?). Maybe that particular directory is there, with stuff in it? But the port should check for that. Hope one of these helps. Cheers, Rob Hurle ---------------------------------------------------------- Rob Hurle rob@coombs.anu.edu.au Connect-A Tel: +61 2 6247 2397 PO Box 13 Fax: +61 2 6248 8905 Ainslie ACT 2602 Mobile: 0417 293 603 Australia ---------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.05.10007132204120.13803-100000>