From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 09:52:15 2003 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 B91F516A4CE for ; Thu, 11 Dec 2003 09:52:15 -0800 (PST) Received: from zebedee.tonyjones.com (216-99-217-196.dsl.aracnet.com [216.99.217.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADE543D2A for ; Thu, 11 Dec 2003 09:52:10 -0800 (PST) (envelope-from tony@tonyjones.com) Received: by zebedee.tonyjones.com (Postfix, from userid 1000) id 9A62B5F6; Thu, 11 Dec 2003 09:54:38 -0800 (PST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: paul beard X-Face: ZQe?G+$UQG8,i~KL=gy`T:c1bxG<{7ta&{,'$LiA !`"u>-"@wkx>yf.z_5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Dec 2003 09:54:38 -0800 From: Tony Jones Message-Id: <20031211175438.9A62B5F6@zebedee.tonyjones.com> cc: questions@freebsd.org Subject: Re: Perl 5.8.2 problems (was Re: how to build Spamassassin) 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: Thu, 11 Dec 2003 17:52:15 -0000 > why is it in /usr/local/perl/bin? As far as I have seen, the ports > collection doesn't do that. did you install as a port (make install in > /usr/ports/lang/perl5.8)? Yes. make install PREFIX=/usr/local/perl Is that bad? I like to have large packages installed into seperate sub-directories in /usr/local rather than all competing for /usr/local/{bin,lib, etc}. > What would happen if you were to use portinstall perl5.8 and > portinstall spamassassin? You may need to install the portupgrade > package if you haven't already done so. I'm very unfamiliar with the ports system. I've never heard of portinstall or portupgrade. Just running make && make install in the appropriate port subdirectory. Tony