develooper Front page | perl.perl5.porters | Postings from June 2008

Re: perl 5.10.0 installation issues on CentOS 5

Thread Previous | Thread Next
From:
Bram
Date:
June 3, 2008 10:44
Subject:
Re: perl 5.10.0 installation issues on CentOS 5
Message ID:
20080603194304.1s08vw2p7o08s4ks@horde.wizbit.be
>> Can you run:
>>
>> as root:
>> perl -wle 'mkdir("/tmp/blurfl",0777); mkdir ("/tmp/blurfl",0777) or die $!;'
>>
>> as a regular user:
>> perl -wle 'mkdir("/tmp/blurfl2",0777); mkdir ("/tmp/blurfl2",0777)   
>> or die $!;'
>>
>> on CentOS and on Debian?
>
> The output was the same for root as well as the regular user on both
> OS's.
>
> CentOS:
>
> ?$ /opt/perl/bin/perl -wle 'mkdir("/tmp/blurfl",0777); mkdir
> ("/tmp/blurfl",0777) or die $!;'
> 17 at -e line 1.
>
> Debian (Ubuntu):
>
> $ perl -wle 'mkdir("/tmp/blurfl2",0777); mkdir ("/tmp/blurfl2",0777) or
> die $!;'
> File exists at -e line 1.
>
> The 5.10.0 installation on Debian is at /usr/local/bin, so 'perl' is in
> fact my 5.10.0, installation, not the one that came with the OS.


What's the output of  locale  ?


Can you also try:

LC_ALL=C /opt/perl/bin/perl -wle 'mkdir("/tmp/blurfl",0777); mkdir  
("/tmp/blurfl",0777) or die $!;'




Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About