Date: Mon, 29 Sep 2003 21:16:58 +0300 From: Ville =?ISO-8859-1?Q?Skytt=E4?= <scop@FreeBSD.org> To: freebsd-cvsweb@FreeBSD.org Subject: Re: Always get ERROR, please help me Message-ID: <1064859417.11026.54.camel@bobcat.mine.nu> In-Reply-To: <BAY8-F38LxzCEAf3WF70001a2ab@hotmail.com> References: <BAY8-F38LxzCEAf3WF70001a2ab@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1064859417.11026.54.camel>