Re: Perl modules

2003-08-28 Thread Jason Dixon
On Thu, 2003-08-28 at 18:10, Stephen Atkins wrote: > Hello. I'm looking for perl-Convert-BER and it dependent perl-Math-BigInteger > for RedHat 8 and 9. I'm trying to get cricket installed but it complains about > not being able to find BER.pm. I've installed all o

Re: Perl modules

2003-08-28 Thread edukes
CPAN > > From: "Stephen Atkins" <[EMAIL PROTECTED]> > Date: 2003/08/28 Thu PM 05:10:27 CDT > To: <[EMAIL PROTECTED]> > Subject: Perl modules > > Hello. I'm looking for perl-Convert-BER and it dependent perl-Math-BigInteger > for RedHat 8

Perl modules

2003-08-28 Thread Stephen Atkins
Hello. I'm looking for perl-Convert-BER and it dependent perl-Math-BigInteger for RedHat 8 and 9. I'm trying to get cricket installed but it complains about not being able to find BER.pm. I've installed all of the perl modules I can find to no avail. Does any one know where thes

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

Perl Modules

2002-02-26 Thread Patrick Nelson
Hope that is descriptive enough. Anyone know more about this than me please chime on in. Wish I had an rpm that had with all perl modules in it... ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: installing perl modules

2000-09-28 Thread Alan Mead
At 08:39 PM 9/25/00 , Eileen Orbell wrote: >I seem to have great errors installing Perl modules. > >For example if I type: >perl -MCPAN -e'install DBD::mysql' >It returns >[...] >sh: y/sources/authors/id/J/JW/JWIED/Msql-Mysql-modules-1.2215.tar.gz: No >such fi

Re: installing perl modules

2000-09-26 Thread Joe Brenner
Eileen Orbell <[EMAIL PROTECTED]> wrote: > I seem to have great errors installing Perl modules. > > For example if I type: > perl -MCPAN -e'install DBD::mysql' > It returns > > There's a new CPAN.pm version (v1.57) available! >You

installing perl modules

2000-09-25 Thread Eileen Orbell
I seem to have great errors installing Perl modules. For example if I type: perl -MCPAN -e'install DBD::mysql' It returns There's a new CPAN.pm version (v1.57) available! You might want to try install Bundle::CPAN reload cpan without quitting the current session.

Re: installing perl modules

1999-11-12 Thread ZioBudda
On Wed, 10 Nov 1999, Charles Galpin wrote: > After upgrading to 6.1, bringing with it a perl upgrade, I have a perl > module (DBI) that was no longer found in the @INC array. This was > installed via rpm, so I uninstalled, reinstalled it but it still doesn't > get found. I know if I was using a t

installing perl modules

1999-11-10 Thread Charles Galpin
After upgrading to 6.1, bringing with it a perl upgrade, I have a perl module (DBI) that was no longer found in the @INC array. This was installed via rpm, so I uninstalled, reinstalled it but it still doesn't get found. I know if I was using a tarball I would just have to do a make install to get