Always get ERROR, please help me
VilleSkyttä
scop at FreeBSD.org
Mon Sep 29 11:17:01 PDT 2003
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
More information about the freebsd-cvsweb
mailing list