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