From 6c8f3f7c9e7275f18dac56cdf0b9dc266f2e2190 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 8 Sep 2003 17:36:50 +0000 Subject: [PATCH] Mac OS X "last resort" recipe. p4raw-id: //depot/perl@21095 --- README.macosx | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.macosx b/README.macosx index 1c1e2d9..2b19bdf 100644 --- a/README.macosx +++ b/README.macosx @@ -150,10 +150,45 @@ can be built in Perl. CamelBones can be found on SourceForge, at L. +=head1 Starting From Scratch + +Unfortunately it is not that difficult somehow manage to break one's +Mac OS X Perl rather severely. If all else fails and you want to +really, B, start from scratch and remove even your Apple Perl +installation (which has become corrupted somehow), the following +instructions should do it. B We will B come to fix your system +if you do this. + +First, get rid of the libperl.dylib: + + # cd /System/Library/Perl/darwin/CORE + # rm libperl.dylib + +Then delete every .bundle file found anywhere in the folders: + + /System/Library/Perl + /Library/Perl + +You can find them for example by + + # find /System/Library/Perl /Library/Perl -name '*.bundle' -print + +After this you can either copy Perl from your operating system CDs +(you will need at least the /System/Library/Perl and /usr/bin/perl), +or rebuild Perl from the source code with C NOTE: the C<-Dprefix=/usr> to replace the system Perl +works much better with Perl 5.8.1 and later, in Perl 5.8.0 the +settings were not quite right. + + =head1 AUTHOR This README was written by Sherm Pendley Esherm@dot-app.orgE. +The "Starting From Scratch" recipe was contributed by John Montbriand +Emontbriand@apple.comE. =head1 DATE -Last modified 2003-08-16. +Last modified 2003-09-08. -- 2.7.4