Nkuipers wrote at Tue, 24 Sep 2002 23:27:08 +0200: > When trying to install modules, it's all dandy until I get to the > > %make install > > part and then it cacks out with an error. I need to be root to install it > into the path. How do I make install somewhere else? I can then explicity > push onto @INC within my script.
If you install it with the perl Makefile.PL make make test make install way then you only need to say perl Makefile.PL PREFIX=/my/perl_directory You can say it also to the CPAN module, what arguments should be passed to Makefile.PL. See perldoc perlmodinstall and perldoc CPAN for details. Best Wishes, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]