I installed the wxPerl package and when I run the samples, they all
freeze.
Then I had a look at the "Re: Running demo.pl (or any other wxPerl
app) on OS X 4.11" thread, and when I run wxPerl, I get the following
error:
dyld: Library not loaded: /System/Library/Perl/5.8.6/darwin-thread-
multi-2level/CORE/libperl.dylib
Referenced from: /usr/bin/wxPerl
Reason: image not found
Trace/BPT trap (core dumped)
On my system, the 5.8.8 version has the lib in the corresponding path,
but not in the 5.8.6's (the latter stops at /System/Library/Perl/5.8.6/
darwin-thread-multi-2level) . I tried to add a symlink to 5.8.8's
CORE, but it did not work (bus error).
Does anyone experience this too?