From owner-freebsd-questions@FreeBSD.ORG Sun Jan 30 19:50:31 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 5EC0B16A4CE for ; Sun, 30 Jan 2005 19:50:31 +0000 (GMT) Received: from brightstar.bomgardner.net (brightstar.bomgardner.net [209.240.79.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034A243D6B for ; Sun, 30 Jan 2005 19:50:31 +0000 (GMT) (envelope-from listmail@brightstar.bomgardner.net) Received: by brightstar.bomgardner.net (Postfix, from userid 1007) id 6292221D865; Sun, 30 Jan 2005 13:50:46 -0600 (CST) To: ertr1013@student.uu.se (Erik Trulsson) Date: Sun, 30 Jan 2005 13:50:46 -0600 (CST) In-Reply-To: <20050130161000.GA1169@falcon.midgard.homeip.net> from "Erik Trulsson" at Jan 30, 2005 05:10:00 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20050130195046.6292221D865@brightstar.bomgardner.net> From: listmail@brightstar.bomgardner.net (listmail) 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 19:50:31 -0000 Yup - that did it. Thanks Gene > > 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 >