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.
If you don't get that, try /usr/bin/perl -v to make sure that the
OS can see the perl interpreter. 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.
If you don't get the version information, use ls -l /bin/perl
to see where it is installed. Go to that directory and use ls -l
again to see if you have -rwxr-xr-x permissions. If not, you
will need to chmod the permissions accordingly.
Paul wrote:
> >Paul wrote:
> >
> >> So I *think* I have PERL installed and have the correct entry in the
> >> makefile. Am I missing something here?
> >
> >The first step in a definative answer was what you did, looked in the
> >/usr/bin directory. The second step is 'rpm -qa | grep perl'
>
> returns:
>
> mod_perl-1.15-3
> perl-5.004m4-1
> perl-MD5-1.7-3
>
> So I have 'perl' where do I go from here?
>
> >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
>
> Paul Delaney
> kb2shu@linux.kb2shu.ampr.org
> kb2shu@kb2shu.#sca.ca.usa.noam
> paul@moonlink.net
> www.moonlink.net/~paul
--
Giff Hammar hammar@opticominc.com
Vice President, Services Voice: 978.946.6219
Opticom, Inc. Fax: 978.946.6227
http://www.opticominc.com/ Pager: 603.599.3793
References:
|
|