Re: how to update my @INC (can't find .pm's after upgrading perl)

2006-06-06 Thread Tom Phoenix
On 6/4/06, Harold Castro <[EMAIL PROTECTED]> wrote: I'm currently running perl-5.8.7, my modules are located in site_perl/5.8.7 however, after upgrading to 5.8.8, all of programs using perl modules, suddenly breaks because it cannot find those modules into its new supposed to be @INC (site_perl/

how to update my @INC (can't find .pm's after upgrading perl)

2006-06-04 Thread Harold Castro
Hi, I'm currently running perl-5.8.7, my modules are located in site_perl/5.8.7 however, after upgrading to 5.8.8, all of programs using perl modules, suddenly breaks because it cannot find those modules into its new supposed to be @INC (site_perl/5.8.8.. what can I do with this? Thanks. __

Re: upgrading perl to 5.6 from 5.005_03 question?

2004-02-02 Thread drieux
At 08:51 AM 2/2/04 -0800, Ravi Malghan wrote: Hello: I have perl 5.005_03 on solaris 2.8 which was installed with the OS. I would like to upgrade it to 5.6. Should I pkgrm the existing perl before I install the new perl ? or is there any other recommended way to upgrade. you might check with Sun, I

Re: upgrading perl to 5.6 from 5.005_03 question?

2004-02-02 Thread Rob Dixon
Anthony Esposito wrote: > > Instead of upgrading why not just install Perl 5.6 in a > separate directory..just a thought! Fine, unless you have several people writing software for your central core. Otherwise, obviously, they need to have a common version of Perl. Rob -- To unsubscribe, e

RE: upgrading perl to 5.6 from 5.005_03 question?

2004-02-02 Thread Esposito, Anthony
- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:50 PM To: [EMAIL PROTECTED] Subject: Re: upgrading perl to 5.6 from 5.005_03 question? Ravi Malghan wrote: > > I have perl 5.005_03 on solaris 2.8 which was > installed with the OS. I would like to upgr

Re: upgrading perl to 5.6 from 5.005_03 question?

2004-02-02 Thread Rob Dixon
Ravi Malghan wrote: > > I have perl 5.005_03 on solaris 2.8 which was > installed with the OS. I would like to upgrade it to > 5.6. Should I pkgrm the existing perl before I install > the new perl ? or is there any other recommended way > to upgrade. Hi Ravi. What do you mean by > Should I pkgrm

Re: upgrading perl to 5.6 from 5.005_03 question?

2004-02-02 Thread Michael C. Davis
Ravi, I just upgraded from 5.6 to 5.8.0, and I can tell you I am VERY happy that I left both perl installs intact, because it allowed me to compare the operation of my code under each version. If there was a difference in how my code worked, it was due to a change in the Perl version or my insta

upgrading perl to 5.6 from 5.005_03 question?

2004-02-02 Thread Ravi Malghan
Hello: I have perl 5.005_03 on solaris 2.8 which was installed with the OS. I would like to upgrade it to 5.6. Should I pkgrm the existing perl before I install the new perl ? or is there any other recommended way to upgrade. Thanks Ravi __ Do you Yahoo!? Yahoo! Si

Re: Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-15 Thread drieux
On Jan 14, 2004, at 11:16 AM, Guay Jean-Sébastien wrote: Which I interpreted as "without being forced to reinstall all my modules which are not part of the standard Perl distribution". So you confirm that that isn't possible, and that any modules that contain XS code and which were not part of

RE: Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-14 Thread Guay Jean-Sébastien
Hello drieux, > the upgrade will upgrade and install the > XS compatible for 5.8.X version of the code > for all of the components that are in the RPM. > > any additional perl modules that have an XS component > will need to be re-built and installed. Exactly, that's what I was wondering about..

Re: Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-14 Thread drieux
not binary compatible for XS modules? If not, I would think that simply upgrading Perl and not all the other modules you have installed would seriously bork the install... [..] two different issues. the upgrade will upgrade and install the XS compatible for 5.8.X version of the code for all of the compo

RE: Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-14 Thread Guay Jean-Sébastien
k that simply upgrading Perl and not all the other modules you have installed would seriously bork the install... Honestly, I didn't know that was just an ActiveState thing. J-S __ Jean-Sébastien Guay Conseiller > Service des cartes de débit e

Re: Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-14 Thread denis
Have you tried: rpm -ivh perl_rpm_name? This should allow you to do an upgrade rather then remove and upgrade. HTH.. Denis On Tue, 13 Jan 2004, Paul Kraus wrote: > On a Linux system how can I remove the 5.6 rpm and then install the 5.8.2 > from source and still maintain dependencies? If somet

Re: Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-13 Thread drieux
On Jan 13, 2004, at 1:02 PM, Paul Kraus wrote: On a Linux system how can I remove the 5.6 rpm and then install the 5.8.2 from source and still maintain dependencies? If something is looking for perl how do I make sure that it upgrades correctly? This is probably a bit odd, but why not skip the p

Upgrading Perl linux 5.6 rpm to 5.8.2 source

2004-01-13 Thread Paul Kraus
On a Linux system how can I remove the 5.6 rpm and then install the 5.8.2 from source and still maintain dependencies? If something is looking for perl how do I make sure that it upgrades correctly? Paul Kraus --- PEL Supply Company Network Administrator --

RE: upgrading perl

2003-02-13 Thread Jenda Krynicky
From: "Richard Fernandez" <[EMAIL PROTECTED]> > Getting the software isn't that hard, just a question of using > "sneaker net". But I would like to avoid having to rebuild all my > modules if possible. > > Is it feasible to install 5.6 (someone has mentioned that 5.8 isn't > binary compatible with

RE: upgrading perl

2003-02-13 Thread Richard Fernandez
inks to point to the old modules? Or is there more to it than that? Thanks again! -Original Message- From: Richard Fernandez [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 10:26 AM To: [EMAIL PROTECTED] Subject: upgrading perl I have a box that's running perl version

upgrading perl

2003-02-13 Thread Richard Fernandez
I have a box that's running perl version 5.005_03 and I'ld like to upgrade to the latest version. What's the best way to accomplish this and maintain access to my currently installed modules? I'm doing this on a SUN box. Also, this particular box is behind a firewall and doesn't have internet con

Upgrading Perl

2002-01-02 Thread Robert
How can I (actually whats the best way?) upgrade an existing Perl(5.6.0) to (5.6.1). This is on RH7.2. Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HowTo prevent CPAN upgrading perl.

2001-12-06 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Gary Stainburn) wrote: > Hi all, I'm trying to install RT2 - perl helpdesk suite, but it depends on a > load of modules which it will automaticall install using CPAN (I believe) as > part of the install script. Is it possible to tell CPAN *no

Re: HowTo prevent CPAN upgrading perl.

2001-12-05 Thread Daniel Gardner
GS> In the past, if I've let CPAN install a bundle for just about anything, it's GS> also gone and tried to upgrade perl first which to put it bluntly shafts my GS> box. I would like to avoid this while still making use of CPAN. i believe that newer versions of the CPAN module don't have this "

HowTo prevent CPAN upgrading perl.

2001-12-05 Thread Gary Stainburn
Hi all, I'm trying to install RT2 - perl helpdesk suite, but it depends on a load of modules which it will automaticall install using CPAN (I believe) as part of the install script. Is it possible to tell CPAN *not* to upgrade perl in the progress. In the past, if I've let CPAN install a bund

RE: Upgrading perl problems ?

2001-05-16 Thread King, Jason
Anshu Anshu writes .. > I have one small doubts and I want to share with you to make sure. > >I was using old version of perl5 and couple of scripts were using >DBD, DBI, Time modules. Recently I did upgrade the perl5 version >5.005_03 (with Sun package ). Will upgarding the perl version will >br

Upgrading perl problems ?

2001-05-16 Thread Anshu Anshu
HI All, I have one small doubts and I want to share with you to make sure. I was using old version of perl5 and couple of scripts were using DBD, DBI, Time modules. Recently I did upgrade the perl5 version 5.005_03 (with Sun package ). Will upgarding the perl version will break something ? Bec