From owner-freebsd-cvsweb@FreeBSD.ORG Mon Sep 29 11:17:01 2003 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA6D16A4B3 for ; Mon, 29 Sep 2003 11:17:01 -0700 (PDT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [212.90.64.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E96A43F3F for ; Mon, 29 Sep 2003 11:17:00 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 6EFDA8016C for ; Mon, 29 Sep 2003 21:16:59 +0300 (EEST) Received: from cs78134079.pp.htv.fi (cs78134079.pp.htv.fi [62.78.134.79]) by posti.pp.htv.fi (8.11.1/8.11.1) with ESMTP id h8TIGw521340 for ; Mon, 29 Sep 2003 21:16:59 +0300 (EETDST) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: References: Content-Type: text/plain Organization: FreeBSD Message-Id: <1064859417.11026.54.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 29 Sep 2003 21:16:58 +0300 Content-Transfer-Encoding: 7bit Subject: Re: Always get ERROR, please help me X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 18:17:01 -0000 On Mon, 2003-09-29 at 14:22,  wrote: > Error: Failed to spawn GNU rlog on > "/cvs/PROGRAM/MO/client/Riso/mapfile//mapfile.c,v, > /cvs/PROGRAM/MO/client/Riso/mapfile//mapfile.h,v". > > Did you set the $command_path in your configuration file correctly ? > (Currently "/bin:/usr/bin:/usr/local/bin" > > -------------------------------------- > I am using Redhat9 ,have installed rcs 5.7 and perl 5, cvs-1.11.6(in > /opt/cvs/bin) have been installed and have httpd 2.0.47. Red Hat 9 comes with Perl 5.8.0 which has stricter taint-checking rules than older Perl versions. As an intermediate workaround before CVSweb 3.0 is released (soonish!), try removing the "T" from the first line of cvsweb.cgi, ie change it from: #!/usr/bin/perl -wT ...to #!/usr/bin/perl -w