It sounds like you told the Makefile the directory perl is
in but not the FQFN of perl itself. Just like the error
message says. "You didn't correctly tell me where Perl is"
PERL = /usr/bin/perl
CC = /usr/bin/gcc
Make sure you are the root user when you run `make install`
so all the directories can be created.
Dan Liston
kiran@indiainfoline.com wrote:
>
> Hi,
> I am some installation problem with majordomo.
>
> Though I have clearly have given the path of Perl exectubles in the
> 'Makefile', while doing 'make install'it gives me the following problem.
>
> Testing for Perl(/usr/bin/)....
> You didn't correctly tell me where Perl is
> make: *** [config-scripts] Error 1
>
> I am using Red Hat Linux 6.1
> Perl 5.00503
>
> I have reinstalled Perl but still the problem persists. The make wrapper
> went thru ok.
>
> Can somebody advise on this.
>
> Regards
> Kiran
Follow-Ups:
References:
|
|