From owner-freebsd-cvsweb@FreeBSD.ORG Mon Dec 22 13:10:21 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 48CC616A4CE for ; Mon, 22 Dec 2003 13:10:21 -0800 (PST) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C7C43D3F for ; Mon, 22 Dec 2003 13:10:20 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp2.pp.htv.fi (Postfix) with ESMTP id CF58029733B; Mon, 22 Dec 2003 23:10:18 +0200 (EET) Received: from [62.78.131.215] (cs78131215.pp.htv.fi [62.78.131.215]) /8.11.1) with ESMTP id hBMLAIT24802; Mon, 22 Dec 2003 23:10:18 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: <898275108.20031222123131@mitridat.com.ua> References: <898275108.20031222123131@mitridat.com.ua> Content-Type: text/plain Organization: FreeBSD Message-Id: <1072127417.25251.160.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Mon, 22 Dec 2003 23:10:18 +0200 Content-Transfer-Encoding: 7bit cc: begemot@mitridat.com.ua Subject: Re: I have problem with cvsweb X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2003 21:10:21 -0000 On Mon, 2003-12-22 at 12:31, Andery K. Korolyov wrote: > Error: Failed to spawn GNU rlog on [...] > > I install perl from /usr/ports/lang/perl5.8/ In addition to the other already posted suggestions: What version of cvsweb do you use? Version 2.0.6 has known problems with perl >= 5.8's taint mode. If you want to run with perl 5.8, I'd suggest using cvsweb 2.9.1 beta (see the project page for details) which should work properly in taint mode with 5.8.2 (although I have personally only tested with 5.8.1), or disabling taint checks in 2.0.6 by removing the "-T" from the first line of cvsweb.cgi.