Hi all,

Having struck out with the archives, man pages, etc...

I have Perl 5.8 installed on a powerbook running OS 10.2.4. I installed Perl 5.8 in /usr/local/ following the article on Apple's site. No problem.

I installed PAR .065 manually. The installation seemed uneventful.

A simple test results in a version mismatch, apparently due to pp using the wrong libperl.dylib. How can I get it to use the updated version from 5.8 (under /Library/Perl) rather than the one under /System/Library/Perl?

I ran:

% pp -e 'print "Hello, world.\n"'

and I got:

dyld: /usr/local/bin/parl version mismatch for library: /System/Library/Perl/darwin/CORE/libperl.dylib (compatibility version of user: 5.8.0 greater than library's version: 1.0.0)

Thanks! Sergej

Reply via email to