Re: Solaris Threads create issue
[email protected] ("Jerry D. Hedden") Thu, 24 May 2007 15:34:58 -0400
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
On 5/24/07, Brian Foddy <[email protected]> wrote: > Its been awhile since I built this, but I don't remember doing anything > special on the config other than enabling threads, and I don't see any > extra files around (such as the DBI modules I have), > so I'd guess its whatever came with 5.8.7 by default. > > Would a perl upgrade be in order? You don't have to upgrade Perl (although that's never a bad idea IMHO). You can upgrade 'threads' and threads::shared using 'cpan': > cpan cpan> install threads cpan> install threads::shared cpan> exit