From: "Larry Sandwick" <[EMAIL PROTECTED]> > I am trying to install a Perl module on a Redhat 7.2 machine. Where do > I put the module before I perform the following: > > Perl Makefile.PL > Make > Make test > Make install > > I have uncompressed the file in a directory as "root" . Is there a > certain directory is should be in ?
It should be in some temporary directory. The exact location doesn't matter, but you have to be in the same directory when you run the commands. Actually ... when extracting you have to make sure you extract the files with the directory structure. This should create a directory named something like Module-Name-x.x.x. chdir to that directory and run the commands above. HTH, Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]