From owner-freebsd-questions@FreeBSD.ORG Sun Jan 30 16:10:05 2005 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 C687F16A4CE for ; Sun, 30 Jan 2005 16:10:05 +0000 (GMT) Received: from av1-1-sn4.m-sp.skanova.net (av1-1-sn4.m-sp.skanova.net [81.228.10.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA81A43D1D for ; Sun, 30 Jan 2005 16:10:04 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av1-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 8597837E73; Sun, 30 Jan 2005 17:10:01 +0100 (CET) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av1-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 7778D37E47 for ; Sun, 30 Jan 2005 17:10:01 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id 39BA437E45 for ; Sun, 30 Jan 2005 17:10:01 +0100 (CET) Received: (qmail 1182 invoked by uid 1001); 30 Jan 2005 16:10:00 -0000 Date: Sun, 30 Jan 2005 17:10:00 +0100 From: Erik Trulsson To: Gene Message-ID: <20050130161000.GA1169@falcon.midgard.homeip.net> Mail-Followup-To: Gene , "freebsd-questions@FreeBSD. ORG" References: <41FD0533.3030809@Bomgardner.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41FD0533.3030809@Bomgardner.net> User-Agent: Mutt/1.5.6i cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: suidperl missing? 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: Sun, 30 Jan 2005 16:10:05 -0000 On Sun, Jan 30, 2005 at 10:02:59AM -0600, Gene wrote: > I'm running 5.3. In /usr/bin is the link suidperl -> /usr/local/bin/suidperl > > However, /usr/local/sbin/suidperl doesn't exist. Nor can I find elsewhere. > > I've checked faws and the handbook, but they're not too informative. > > Any idea where I can find suidperl or enough info to correct the problem? A quick look in the Makefile for the lang/perl5.8 port reveals that suidperl will only be compiled/installed when ENABLE_SUIDPERL is defined. So to install perl5.8 with suidperl you should go to the port and do a 'make ENABLE_SUIDPERL=yes install' (after having deinstalled any existing installation of course.) If you are using packages rather than compiling from ports, you are out of luck. -- Erik Trulsson ertr1013@student.uu.se