http://www.perlmonks.org?node_id=581368


in reply to configuration options for local perl install with threads

Your compile options look okay. Your execution errors imply that you are either using the wrong executable or trying to invove threads incorrectly. Does the following work for you:
/usr/angebote/thartman/perlroot/perl/bin/perl -e 'use ithreads'

Dave.

Replies are listed 'Best First'.
Re^2: configuration options for local perl install with threads
by Joost (Canon) on Oct 30, 2006 at 20:34 UTC