in reply to Devel::NYTProf: "undefined symbol: PL_stack_sp" error
The module loading path, most likely $ENV{PERL5LIB}, shows the path to one Perl version while you are running a different Perl version. Set up $ENV{PERL5LIB} to only contain paths for the Perl version you're actually running.
|
---|