Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2004 18:41:49 +0100 (CET)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        freebsd-cvsweb@freebsd.org
Subject:   cvsweb fails w/ perl5.8.3 @ fbsd 4.9
Message-ID:  <200402121741.i1CHfm5a001801@rambutan.pingpong.net>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Palle Girgensohn <girgen@pingpong.net>
>Organization:	PING PONG
>Confidential:	no 
>Synopsis:	cvsweb fails w/ perl5.8.3 @ fbsd 4.9
>Severity:	non-critical 
>Priority:	low 
>Category:	ports
>Class:		sw-bug 
>Release:	FreeBSD 4.9-p1 i386
>Environment:
System: FreeBSD-4.9-p1

When running cvsweb in a setup with freebsd-4.9 and perl 5.8.3, I get
this error:

Insecure dependency in exec while running with -T switch at /usr/local/www/intrawww/cgi-bin/cvsweb.cgi line 2140.


>Description:

>How-To-Repeat:

>Fix:
removing -T from the first line in cvsweb.cgi fixes the problem:

- #!/usr/bin/perl -wT
+ #!/usr/bin/perl -w


I guess this is a work-around, and that there is a way to keep -T and
still have a working cvsweb, but I cannot figure out what that would
be, sorry... :)

/Palle



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402121741.i1CHfm5a001801>