On 05/12/2004 13:56, "William Ross" <[EMAIL PROTECTED]> wrote:

> On 5 Dec 2004, at 09:07, Marek Stepanek wrote:
> 
>> * installing blib/man1 to ?~name
>> * with PERL_INSTALL_ROOT ''
>> * mkpath(?~name)
>> mkdir ?~name: Invalid argument at
>> /usr/local/lib/perl5/5.8.5/ExtUtils/Install.pm line 115
>> make: *** [pure_site_install] Error 255
> 
> your perl configuration is slightly broken. If you look in (probably)
> 
> /usr/local/lib/perl5/5.8.5/darwin-2level/Config.pm
> 
> you should see a couple of lines like this:
> 
> installman1dir='/usr/share/man/man1'
> installman3dir='/usr/share/man/man3'
> 
> In mine they're around line 760. The value for installman1dir in yours
> is broken, I'm guessing. Others may be too.
> 
> If this causes alarm you could reinstall perl (in which case I'd
> recommend doing it with --PREFIX=/usr to get the proper apple /Library
> paths, but that's just me). I don't think you need to reinstall OS X
> yet :)
> 
> best
> 
> will
> 
> 

Will,


I made an reinstall :

% cd /usr/local/
% ls -aF
./      ../     bin/    lib/    man/
% sudo rm -r bin/
% sudo rm -r lib/
% sudo rm -r man/
% sudo mkdir src
% sudo chown root:staff src
% cd src/
% sudo mv ~/Desktop/perl-5.8.6/ .
% cd perl-5.8.6/
% setenv LC_ALL C
% echo "setenv LC_ALL C" >> ~/.tcshrc
% ./Configure -de [EMAIL PROTECTED] [EMAIL PROTECTED]
% make
% sudo make install
% sudo perl -MCPAN -e "shell"
cpan> install Bundle::CPAN
cpan>install LWP 

:-))) Everything is working now ! And I have even a brand new Perl
Installation (5.8.6) !


Thank you Sherm and Will for your patience and your great help !



marek



-- 
______________________________________________________________________
___PODIUM_INTERNATIONAL_//_the_embassy_for_talented_young_musicians___
_______Marek_Stepanek__mstep_[at]_PodiumInternational_[dot]_org_______
__________________http://www.PodiumInternational.org__________________
______________________________________________________________________




Reply via email to