From owner-freebsd-questions@FreeBSD.ORG Fri Nov 1 20:34:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 14032EBC for ; Fri, 1 Nov 2013 20:34:32 +0000 (UTC) (envelope-from lconrad@go2france.com) Received: from omx1.hctc.net (omx1.hctc.net [69.4.62.74]) by mx1.freebsd.org (Postfix) with ESMTP id E933E26C7 for ; Fri, 1 Nov 2013 20:34:31 +0000 (UTC) Received: from hctc.net (unknown [69.4.62.44]) by omx1.hctc.net (Postfix) with ESMTP id B91031146E for ; Fri, 1 Nov 2013 15:35:14 -0500 (CDT) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=69.4.54.186; From: lconrad@go2france.com To: Subject: Re: Re: how to set PERL to right version Date: Fri, 01 Nov 2013 15:34:29 -0500 Message-ID: <52741055.42f.2bbe0400.3a5f1827@go2france.com> MIME-Version: 1.0 X-Originating-IP: 69.4.54.186 X-Mailer: SurgeWeb - Ajax Webmail Client X-Authenticated-User: lconrad@go2france.com Content-Type: text/plain; charset=us-ascii; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 20:34:32 -0000 On Friday 01/11/2013 at 8:26 am, lconrad@go2france.com wrote: > > > lrwxr-xr-x 1 root wheel - 36 Nov 1 14:24:50 2013 > /usr/local/lib/perl5/site_perl/5.8@ -> > /usr/local/lib/perl5/site_perl/5.8.9 > > make install gives same errors > > Len > > > > On Friday 01/11/2013 at 2:19 pm, Rares Aioanei wrote: >> On Fri, 01 Nov 2013 13:54:36 -0500 >> lconrad@go2france.com wrote: >> >> ....... >> >>> >>> >>> the problem is all the stuff is in lib/perl5/5.8.9/, not /5.8 >>> >>> How to tell make the correct dir? >>> >> You can simply use a symlink : "ln -s lib/perl5/5.8.9 lib/perl/5.8" >> -- >> >> Rares Aioanei >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >