[ Annelise Anderson writes: ]
>
> I'm trying to install majordomo (on a FreeBSD 2.1.5 system) and
> it says "You haven't properly told me where Perl is." But I've
> told it that Perl is in /usr/bin/perl, which is where it is.
A couple of things could be wrong. /usr/bin/perl might not have
execution permissions for everyone or you don't have a program called
'test' in your $PATH. Or the shell used by make thinks true is false and
false is true (I kid you not!). See what this says from a shell command
line:
test -x /usr/bin/perl && echo "perl is OK" || echo "perl test failed"
--
Dave Wolfe
References:
-
Perl Problem
From: Annelise Anderson <andrsn@andrsn.stanford.edu>
|
|