New Perl 5.8 install breaks Fink
I recently installed Perl 5.8 per the instructions posted on this site for installing ClamAV wiith Exim. Everything was fine until I began the process of setting up the server as a PDC. Fink installed fine, but when I try to update-all, scanpackages, list, selfupdate, or just about anything else I get the following error:
[code:1:ba5f0bf4a1][mail:/Users/admin] admin# fink update-all
dyld: perl Undefined symbols:
_Perl_safefree
_Perl_safemalloc
_Perl_saferealloc
_Perl_sv_2pv
_perl_call_sv
_perl_eval_sv
_perl_get_sv
Trace/BPT trap[/code:1:ba5f0bf4a1]
Perhaps worse, after reverting to the old (v5.6) Perl, I still get get errors with fink:
[code:1:ba5f0bf4a1][mail:/] admin# fink scanpackages
dyld: perl Undefined symbols:
_Perl_get_sv
_Perl_getcwd_sv
_Perl_sv_2pv_flags
_Perl_sv_setsv_flags
Trace/BPT trap[/code:1:ba5f0bf4a1]
Any help? I [b:ba5f0bf4a1]must[/b:ba5f0bf4a1] get this PDC set up today, so I guess I'll have to compile samba myself and then do all updates on my own as well. :( However, if someone has quick suggestions I can find something else to do for awhile while praying that someone responds to this post.