I have a program running on Fedora Core 2 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 Icreated 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
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 Icreated 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