On Sunday, September 22, 2002, at 01:02 AM, Brian McNett wrote:
>
>
> 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
>
On my system, the following worked.
[kallisti:/Library/Perl] doug% locate .bundle | grep Perl
/Library/Perl/darwin/auto/Bit/Vector/Vector.bundle
/Library/Perl/darwin/auto/Date/Calc/Calc.bundle
/Library/Perl/darwin/auto/Digest/MD5/MD5.bundle
/Library/Perl/darwin/auto/Foundation/Foundation.bundle
/Library/Perl/darwin/auto/HTML/Parser/Parser.bundle
/Library/Perl/darwin/auto/Mac/AppleScript/AppleScript.bundle
/Library/Perl/darwin/auto/MIME/Base64/Base64.bundle
/Library/Perl/darwin/auto/PerlObjCBridge/PerlObjCBridge.bundle
/Library/Perl/darwin/auto/Term/ReadKey/ReadKey.bundle
....
[kallisti:Perl/darwin/auto] doug% pwd
/Library/Perl/darwin/auto
[kallisti:Perl/darwin/auto] doug% sudo rm -rf ./*
Password:
[kallisti:Perl/darwin/auto] doug%
I then re-``make install''-ed and the problem hasn't appeared yet. As
always, backup up first and your mileage may vary. Good luck.
/doug