At 09:02 PM 7/11/02 +0000, devetha wrote:
>Hi,
>
>How do you install PERL to a specific directory?
>
>I'm using Unix and don't have permissions to /usr/local/bin.  I
>followed the steps from perl.com but they didn't work.
>
>Could some provide me with directions of how to do this exactly?

I do

   ./Configure -de -Dprefix=/path/to/perl -Uinstallusrbinperl
   make test
   make install

Without the -d switch you get to provide your own answers.  This will 
install into /path/to/perl: perl will be in /path/to/perl/bin/perl.

>It's crucial that I get this down within the next hour or two. Thanks
>very much for your gracious help.

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to