From owner-freebsd-questions@FreeBSD.ORG Fri Mar 13 19:22:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D7FA106564A for ; Fri, 13 Mar 2009 19:22:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 569018FC12 for ; Fri, 13 Mar 2009 19:22:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LiCxM-0002uq-6a for freebsd-questions@freebsd.org; Fri, 13 Mar 2009 19:22:08 +0000 Received: from pool-70-21-13-242.res.east.verizon.net ([70.21.13.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 19:22:08 +0000 Received: from nightrecon by pool-70-21-13-242.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 19:22:08 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 13 Mar 2009 15:22:52 -0400 Lines: 24 Message-ID: References: <49BA75FB.6070807@front.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-13-242.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: Perl5 with threads? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 19:22:10 -0000 s0rk wrote: > Hello FreeBSD-Team, > > i got a question about the Perl version in 7.1 release. I needed > Perl 5.8.10 but this wasn't available, okay i only need the perl > threds but this isn't on in default. I set it in my ports dir in my > MAKEFILE on, but wasn't accepted. > > How can i use Perl5.8.9_2 in FreeBSD 7.1 with Thread-Support? > > $uname -a > FreeBSD 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC > 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 cd /usr/ports/lang/perl5.8 make config choose option Build threaded perl -Mike