Re: retarded question about non-root mod installation

2002-09-24 Thread Michael Fowler
On Tue, Sep 24, 2002 at 02:27:08PM -0700, nkuipers wrote: > How do I make install somewhere else? I can then explicity push onto @INC > within my script. See perldoc -q 'my own module'. That's the second time I've given that advice out today. Anyone for a third? :) Michael -- Administrator

Re: retarded question about non-root mod installation

2002-09-24 Thread Janek Schleicher
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

retarded question about non-root mod installation

2002-09-24 Thread nkuipers
Hello all, 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. Thanks, Nathanael