From owner-freebsd-perl@FreeBSD.ORG Sun Mar 1 08:26:41 2009 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA971065676 for ; Sun, 1 Mar 2009 08:26:41 +0000 (UTC) (envelope-from meorero@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1C89F8FC13 for ; Sun, 1 Mar 2009 08:26:40 +0000 (UTC) (envelope-from meorero@gmail.com) Received: by bwz8 with SMTP id 8so1533405bwz.43 for ; Sun, 01 Mar 2009 00:26:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=NlIM+UEjEEofJEFY4S2RNhZXe4+i7/Y+LqWjynZkp30=; b=njH8zSRqMYRBQ1f0GL612W06xdlZRLcAo5Aa8fwepxZuqyw7UAOkqE8eHs0oQ9JBmr gTUZDMxF2+ZX9rXoEy+fy1xZ2rdPDEgc8I40TmtOiQpwWdEbZps58yYRz53akyCN9KR6 2e1TZFqv3+9oDBDFjWTUQBURPrvXpdmaBKRg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=w4eJbcwc2+pwKqRsCS8vsxG+MTvlRqW+9kKyXs7pps1zs8dESNUwiGjzN+HG2NNs3s jpBOxbg2tTJ45XXB0prMdoAc4iBMuObSBT4mwhHXt32T1rfjy/ph1bozK6Jk2DVpQ1SF LsjDz+ZQ5j/yWkTbV4+bLns/nLeGfA1wLsyHI= MIME-Version: 1.0 Received: by 10.180.241.8 with SMTP id o8mr1611041bkh.102.1235894719358; Sun, 01 Mar 2009 00:05:19 -0800 (PST) Date: Sun, 1 Mar 2009 10:05:19 +0200 Message-ID: From: Oren Maurer To: freebsd-perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: How / where to get a Perl that has threads? X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 08:26:41 -0000 Hello all. As I'm new to this list - please forgive me for a newbie questions (but I promise to at least try to first Google and search this list archives). In short: I have FreeBSD 7.1. It seems to have Perl without threads . And I do need threads. How can I get it? Details: I want to try install Padre (Perl IDE, see: http://padre.perlide.org/) - which requires a perl that has threads. I have run the command: perl -V |grep threads I get this: meorero_bsd03# perl -V |grep threads config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.8.8/mach -Dprivlib=/usr/local/lib/perl5/5.8.8 -Dman3dir=/usr/local/lib/perl5/5.8.8/perl/man/man3 -Dman1dir=/usr/local/man/man1 -Dsitearch=/usr/local/lib/perl5/site_perl/5.8.8/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.8.8 -Dscriptdir=/usr/local/bin -Dsiteman3dir=/usr/local/lib/perl5/5.8.8/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Duseshrplib -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -Doptimize=-O2 -fno-strict-aliasing -pipe -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y -Duse64bitint' usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef meorero_bsd03# As you can see - I have: usethreads=undef use5005threads=undef useithreads=undef I understand that I need one (and only one) of these: usethreads , use5005threads or useithread - Not to be undef. I installed p5-threads http://www.freshports.org/devel/p5-threads/ and p5-threads-shared http://www.freshports.org/devel/p5-threads-shared/ Still I get the same. Note: This is a question after discussing in the same in the [Padre-dev] mailing list: http://mail.perlide.org/pipermail/padre-dev/2009-February/000710.html Regards Oren Maurer -- ________________________________ Oren Maurer http://meorero.wordpress.com http://www.meorero.org.il _______________________________ # =======================| # Please avoid sending me Word | # or PowerPoint attachments | # =======================| # See: http://www.gnu.org/philosophy/no-word-attachments.html