|
Posted by Marc Girod on November 1, 2007, 12:18 pm
Please log in for more thread options
> I am able to do make test. Can someone explain what's wrong?
Is your problem specific to using sudo,
or do you have the same problem as root?
Is the sequence you ran the following:
perl Makefile.PL; make; sudo make install
?
Is your current directory (e.g. home) nfs mounted?
What is your umask?
Are these questions trivial to you?
Sorry if they are.
[ Typically root will not be treated as root over nfs,
so if your umask doesn't grant read access to other
(e.g. 007), root won't be able to read the files
you produced under your own id.
]
Marc
|