Re: Install Perl modules

2003-01-28 Thread Peter Kiem
Hi Bret, > Probably the most convenient solution from your users' perspective is > for you to add a use lib pragma near the top of your script. That way > the users of the program don't need to take any special action to run > your program. Imagine a hypothetical project called Spectre whose > pro

Re: Install Perl modules

2003-01-28 Thread Bret Hughes
On Tue, 2003-01-28 at 20:31, Peter Kiem wrote: > I'm trying to install RRDTOOL as it is required by MailGraph which I am > trying to setup. > > Now the system is Perl 5.6.0 but the RPM for RRDTOOL is installing into > /usr/lib/perl5/5.6.1 and hence the Perl scripts cannot find the modules. > > Ho

Install Perl modules

2003-01-28 Thread Peter Kiem
I'm trying to install RRDTOOL as it is required by MailGraph which I am trying to setup. Now the system is Perl 5.6.0 but the RPM for RRDTOOL is installing into /usr/lib/perl5/5.6.1 and hence the Perl scripts cannot find the modules. How do I make Perl also look in /usr/lib/perl5/5.6.1 instead of