RE: Loading extra modules.

2001-05-09 Thread Timothy Kimball
: > perl Makefile.PL : : make : : > make test : > make install {su'ed to root} When you do "make test" and you haven't done "make", "make" will be done automatically. -- tdk

Re: Loading extra modules.

2001-05-09 Thread Timothy Kimball
: Apparently, even if I give PREFIX= as a command line param, you get the : following errors: : Skipping /home/tir/COMP/perl/modules/lib/site_perl/5.005/Date/Manip.pod (unchanged) This means that Perl didn't bother to install Manip.pod because there was one already there that was exactly the s

Re: Loading extra modules.

2001-05-09 Thread Tirthankar C.P
> > Be careful -- you can't just move modules into a directory and expect them > to work, since some depend on loading native code shared libraries. Brett was right. I tried installing it, but wasn't successful. I then got the Sys Admin folks to install it, and it went just fine!! Apparently

RE: Loading extra modules.

2001-05-09 Thread David A. Desrosiers
> perl Makefile.PL make > make test > make install {su'ed to root}

Re: Loading extra modules.

2001-05-09 Thread Brett W. McCoy
On Wed, 9 May 2001, Tirthankar C.P wrote: > Folks, how do I load extra modules? I got Date::Manip today, and I know I > should be putting it in the search-path of perl (@INC ?), but how do I do > it? Can I get a small code snippet? > > I do not have su privileges on the machine I work, and would

Re: Loading extra modules.

2001-05-09 Thread Timothy Kimball
: Folks, how do I load extra modules? I got Date::Manip today, and I know I : should be putting it in the search-path of perl (@INC ?), but how do I do : it? Can I get a small code snippet? : : I do not have su privileges on the machine I work, and would like the : search-path to have my module

RE: Loading extra modules.

2001-05-09 Thread blowther
instead. This would vary somewhat if you're on a Windows NT box. -Original Message- From: Tirthankar C.P [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 11:44 AM To: [EMAIL PROTECTED] Subject: Loading extra modules. Folks, how do I load extra modules? I got Date::Manip

Loading extra modules.

2001-05-09 Thread Tirthankar C.P
Folks, how do I load extra modules? I got Date::Manip today, and I know I should be putting it in the search-path of perl (@INC ?), but how do I do it? Can I get a small code snippet? I do not have su privileges on the machine I work, and would like the search-path to have my modules dir, $HOM