Paul wrote:
> So I have 'perl' where do I go from here?
Look /usr/lib and see if there is a perl directory there.
> >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
The other response to this was pretty complete, I'll add only the
following: It's saying that it can't open perl script "-e". I'm unsure
if this is a perl error message or a script error message. Of course
there is no file named "-e". It may be that whatever environment
variable that is supposed to be passed after the -e is actually not
defined for some reason. Quote the line that is calling perl and the
line(s) that define any environment variables used in that line.
--
Blue skies... Cannonball http://www.mrball.net
* One GUI to rule them all, One GUI to find them *
*One GUI to bring them all, and with the blue screen bind them*
* In the land of Redmond, where the shadows lie. *
References:
|
|