I am running the following command line /usr/local/PDK/bin/perlapp --lib .. --norunlib --verbose --exe collector-main --perl /usr/local/ActivePerl-5.22/bin/perl-dynamic main.pl
and getting the error: Panic: Some symbols not resolvable from /usr/local/ActivePerl-5.22/lib/CORE/libperl.dylib. This is the only error I am getting before perlapp exits.
I can successfully run main.pl with no issues with /usr/local/ActivePerl-5.22/bin/perl-dynamic.
The only instance of this error message I can find via an internet search is that the perl version may not be compatible with the pdk version, but I cannot see how this could be the case here? Anything else this could be?