[Padre-dev] "cpan> install Padre'" on FreeBSD 7.1: Padre requires a perl built using threads
Gabor Szabo
szabgab at gmail.com
Sat Feb 28 11:17:57 PST 2009
On Sat, Feb 28, 2009 at 1:08 PM, Oren Maurer <meorero at gmail.com> wrote:
> Thanks Claudio.
> Here is the output:
>
> 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.
>
> How can I set it?
> (I hope not building/compiling Perl)
You need a perl that has threads. Either you can find one packaged
for FreeBSD or you need to compile it yourself.
Don't worry though! Compiling Perl is quite easy. Especially if you compare
to what you will have to suffer when compiling wxWidgets :-)
I'd recommend to also join a FreeBSD developers mailing list and ask
for help there too in this two issues. That is getting threaded perl and
getting the most recent wxWidgets.
regards
Gabor
More information about the Padre-dev
mailing list