On Sat, 13 Apr 2002, Frank Kintrup wrote:

>   opendir(./../../..): Permission denied at /usr/lib/perl5/5.00503/FindBin.pm line 
>143
> 
> There is one variation when running "make test":
> 
>   opendir(./../../..): Permission denied at t/SATest.pm line 38
> 
> Any ideas what goes on there?

This indicates that Cwd::getcwd() is failing.  There must be a protected
directory somewhere in the path containing the directory where you are
building SA.

The best thing to do is find which directory is the problem ("ls -ld .."
and then "ls -ld ../.." and so on adding /.. until you get an error) and
then try to get the permissions on it changed to make it "r"eadable by you
(searchable, "x", isn't needed).

Or find a directory -- /tmp might be a good one to try -- where getcwd()
doesn't fail any more, and do your SA build there.


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to