>Giff wrote:
>The next step is to go to a command line and type:
>perl -v
>You should see something like this:
>This is perl, version 5.005_02 built for <OS name>
>plus six lines about usage and so forth.
Yes, I get this info just fine.
>If that works, you'll need to
>check the first line in majordomo and resend. They will
>usually read "#!/bin/perl" If this line reads anything other
>than #!/bin/perl or #!/usr/bin/perl, you should change it
>to match one of those values. Chances are, you won't need
>to modify them.
OK it is now #!/usr/bin/perl (as it is in the makefile)
>I'm trying to install v 1.94.4 under RH5.2 I have edited the files as
>instructed in the docs. The compile fails:
>Can't open perl script "-e" : no such file or driectory
>This appears to refer to line #142 in the makefile
OK here's the failing line:
@cd $(TMP); $(PERL) -p -i -e 's@^#!\s+perl.*@#!$(PERL)@' $(TOOLS)
$(BINBIN) $(BIN)
I seem to be missing the file that the "-e" option expects to find.
Many thanks for all the replies so far i'm certainly making progress!
> Paul Delaney
> kb2shu@linux.kb2shu.ampr.org
> kb2shu@kb2shu.#sca.ca.usa.noam
> paul@moonlink.net
> www.moonlink.net/~paul
Follow-Ups:
|
|