From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 21:27:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7006D16A4CE for ; Mon, 15 Nov 2004 21:27:00 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFBA43D55 for ; Mon, 15 Nov 2004 21:27:00 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [10.0.0.10] (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20041115212659m9200k0bkhe>; Mon, 15 Nov 2004 21:26:59 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Mon, 15 Nov 2004 15:24:48 +0000 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411151524.48217.josh@tcbug.org> cc: Jeff Maxwell Subject: Re: openwebmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 21:27:00 -0000 On Monday 15 November 2004 20:21, Jeff Maxwell wrote: > I just did a portupgrade on openwebmail and now I get the following > in the log: > > [Mon Nov 15 15:02:46 2004] [error] [client xxx.222.251.167] > Premature end of script headers: > /usr/local/www/cgi-bin/openwebmail/openwebmail.pl > YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET! > FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND > UNDUMP! > speedy_backend[333]: perl_parse error > speedy[331]: Cannot spawn backend process > [Mon Nov 15 15:26:39 2004] [error] [client xxx.222.251.167] > Premature end of script headers: > /usr/local/www/cgi-bin/openwebmail/openwebmail.pl > > > > > Jeff Maxwell > POS Department Manager > Uni-Marts, LLC > 508 Blackman St > Wilkes-Barre, PA 18702 > 570-829-0888 > Buried in the FAQ: If you are using FreeBSD and your perl is compiled from port, then please note that the SUID support is disabled by default since the port for perl 5.8.1 You need to do 'make -DENABLE_SUIDPERL' in making port for perl -- Thanks, Josh Paetzel