Okay, I followed the instructions at:

http://developer.apple.com/internet/macosx/perl.html

to the very best of my ability, and now I'm stuck.

As I read the instructions, I see:

      If, after the installation, you get warnings about missing 
symbols, you
      probably have an old version of Perl (or parts of one) in 
/Library/Perl.
      These undefined symbols existed in pre-5.8.0 versions. For more 
information
      on this issue, check out perldelta.

I'm seeing the following missing symbols:

dyld: perl Undefined symbols:
_Perl_sv_2pv
_perl_get_sv
Trace/BPT trap

following the instruction in perldelta, I moved libperl.dylib to 
libperlold.dylib and re-issued make install.  No dice.

perldelta sez:

"If that doesn't help, you may have to try removing all the .bundle 
files from beneath /Library/Perl, and again ``make install''-ing."

the problem being that I'm not seeing any .bundle files under 
/Library/Perl.

Okay... Where did I go wrong?

--B

Reply via email to