I have a program running on FC2 that creates some symlinks. The same
program works fine on RH9 and FC1, but on FC2 the symlinks get created
but are not viewable over samba or nfs. If I create the exact same
symlink manually it's fine. 

If I look at the symlink with ls in my specific terminal software
(OpenSSH) the ones created with perl are a maroon color and the ones I
created manually are a light blue. Other than that I can't find any
difference in them. Their properties seem the same. 

I create the symlink like this:
symlink "$oldpath/$oldfilename", "$newpath/$newfilename" or die "Failed
to create symlink $newpath/$newfilename: $!";

Any suggestions?

Thanks,
James


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to