Re: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-22 Thread Jean-Louis Morel
Randy Kobes a écrit : > On Wed, 22 Aug 2007, Sisyphus wrote: > >> Yes - I've just tried installing Win32-ActAcc from the bribes rep on build >> 822 (sorry - that's the *first* thing I should have tried) and got the same >> error: >> >> >> C:\_32>ppm install

Re: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-22 Thread Veli-Pekka Tätilä
Randy Kobes wrote: > On Wed, 22 Aug 2007, Sisyphus wrote: > > Yes - I've just tried installing Win32-ActAcc from the bribes rep on build > > 822 (sorry - that's the *first* thing I should have tried) and got the same > > error: > > > > > > C:\_32>ppm instal

Re: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-22 Thread Randy Kobes
On Wed, 22 Aug 2007, Sisyphus wrote: > Yes - I've just tried installing Win32-ActAcc from the bribes rep on build > 822 (sorry - that's the *first* thing I should have tried) and got the same > error: > > > C:\_32>ppm install http://www.bribes.org/perl/ppm/

Re: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-22 Thread Sisyphus
- Original Message - From: "Veli-Pekka Tätilä" <[EMAIL PROTECTED]> . . > Well, I did uninstall the old Perl first and removed the Perl folder yet > still had these issues. Yes - I've just tried installing Win32-ActAcc from the bribes rep on build 822 (sorry - that's the *first* thing I

Re: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-22 Thread Veli-Pekka Tätilä
Sisyphus wrote: > From: "Veli-Pekka Tätilä" <[EMAIL PROTECTED]> > > If lib and site lib both have > > the same package, which one takes priority in use? > With build 822, site/lib is searched first, then lib, then the cwd > However, the order is different for builds prior to 819 Ah I see, I've us

Re: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-22 Thread Sisyphus
- Original Message - From: "Veli-Pekka Tätilä" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 22, 2007 7:46 AM Subject: Lib and Site Conflicts in PPM, Upgrading Perl Cleanly? . . > If lib and site lib both have > the same package, which one takes priority in use?

Lib and Site Conflicts in PPM, Upgrading Perl Cleanly?

2007-08-21 Thread Veli-Pekka Tätilä
Hi list, I had a curious problem some time back when using PPM reps other than ActiveState and installing Win32::ActAcc at: http://www.bribes.org/perl/ppmdir.html On trying to install Win32::ActAcc using ppm from the command-line, Perl claimed that another installed module was missing, I think it

re: Upgrading Perl

2006-02-10 Thread Bernard Kenik
If you added additional repositories to your PPM setup, then you probably need to set them up again before running the restore to make sure ppm can locate all the modules again. I have the documentation on ppm but did not find how to do what I would like to do. I would like to save the de

RE: Upgrading Perl

2006-02-10 Thread Chris
On Fri, 10 Feb 2006, Chris wrote: > If it causes problems, I don't think I have a choice. Is there a way > to tell what modules have been installed in addition to the base set? > I assume I'm going to have to compare what's currently installed to > what was originally included with that version.

RE: Upgrading Perl

2006-02-10 Thread Chris Wagner
At 10:13 AM 2/10/2006 -0500, Chris wrote: >If it causes problems, I don't think I have a choice. Is there a way to tell >what modules have been installed in addition to the base set? I assume I'm >going to have to compare what's currently installed to what was originally >included with that version

RE: Upgrading Perl

2006-02-10 Thread Jan Dubois
On Fri, 10 Feb 2006, Chris wrote: > If it causes problems, I don't think I have a choice. Is there a way > to tell what modules have been installed in addition to the base set? > I assume I'm going to have to compare what's currently installed to > what was originally included with that version. I

RE: Upgrading Perl

2006-02-10 Thread Chris
>>> I have an active win2k web server running Perl 5.8.x that I would >>> like to upgrade to the latest version of Perl w/PerlEx. What is the >>> easiest way to do this without having to reinstall all of my modules >>> and IIS settings? >>> - Chris > Chris Wagner wrote: >> If ur talking abou

Re: Upgrading Perl

2006-02-09 Thread Kevin J. Woolley
Chris Wagner wrote: > If ur talking about the ActiveState distribution u should be able to just > install right over the top of the old installation. Everything will be > preserved. Hello Chris, This method can actually cause problems with the PDK, among other things. For Windows software, read

Re: Upgrading Perl

2006-02-09 Thread Chris Wagner
If ur talking about the ActiveState distribution u should be able to just install right over the top of the old installation. Everything will be preserved. At 03:01 PM 2/9/2006 -0500, Chris wrote: >I have an active win2k web server running Perl 5.8.x that I would like to >upgrade to the latest ve

Upgrading Perl

2006-02-09 Thread Chris
Guru's, I have an active win2k web server running Perl 5.8.x that I would like to upgrade to the latest version of Perl w/PerlEx. What is the easiest way to do this without having to reinstall all of my modules and IIS settings? - Chris ___ Perl-Win32-