Solaris10 x86_64, perl and threads. Where is threads.pm???

  • Follow


Hi,
  I have solaris10 on my pc. I want to use threading feature in perl 
5.8.4 which was installed on the system by default. Unfortunatelly 
programs are not working because thread.pm module can not be found. I've 
checked filesystem, I've not any threads.pm or similar module there. 
What is going on then?? As far as I know threads.pm should be included 
in any perl5.8x distribution by default. I can't find the module on cpan...

Regards
Maciek
0
Reply Maciek 10/21/2005 11:37:16 AM

In article <djajsj$4dl$1@news.onet.pl>,
Maciek Zobniow  <maciekWywalTo@zobniow.net> wrote:
>  I have solaris10 on my pc. I want to use threading feature in perl 

A quick glance at the output of perl -V suggests that threading
is not enabled in Sun's build.
$ /usr/perl5/5.8.4/bin/perl -V

Build your own from source with your preferred configuration.

Happy hacking,
John
groenveld@acm.org
0
Reply groenvel 10/21/2005 3:04:50 PM


U�ytkownik John D Groenveld napisa�:
> In article <djajsj$4dl$1@news.onet.pl>,
> Maciek Zobniow  <maciekWywalTo@zobniow.net> wrote:
> 
>> I have solaris10 on my pc. I want to use threading feature in perl 
> 
> 
> A quick glance at the output of perl -V suggests that threading
> is not enabled in Sun's build.
> $ /usr/perl5/5.8.4/bin/perl -V

Right.
Thx.

Regards
Maciek
0
Reply Maciek 10/21/2005 3:29:29 PM

2 Replies
462 Views

(page loaded in 1.188 seconds)

Similiar Articles:













7/22/2012 11:24:03 PM


Reply: