public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* perl switch question /setup.exe
@ 2012-07-12 16:13 DEWI - N. Zacharias
  2012-07-12 21:51 ` Reini Urban
  0 siblings, 1 reply; 2+ messages in thread
From: DEWI - N. Zacharias @ 2012-07-12 16:13 UTC (permalink / raw)
  To: cygwin


Hi all,
As far as I understand the discussion it is necessary to reinstall all modules which are not part of the cygwin packages.
Because this will consume a lot of time (rebase manually after every step etc. ) I want to keep the old Version of perl for some time. Is there a way to prevent setup.exe  installs the new version permanently .

Best regards
Norbert


DEWEK 2012, 11th German Wind Energy Conference, 7-8 November 2012 in Bremen
http://www.dewek.de/


--------------------------------------------------------------------------
Dipl. Phys.
Norbert Zacharias
Wind Measurements & Power Curve Measurements
DEWI GmbH
Ebertstrasse 96
26382 Wilhelmshaven
Germany


Tel.:   +49 4421 4808 876

Fax:    +49 4421 4808 843


Email:  N.Zacharias@dewi.de
Home:   http://www.dewi.de

DEWI GmbH - Deutsches Windenergie-Institut, Wilhelmshaven
Commercial Register No.: Amtsgericht Oldenburg, HRB 130241
Managing Director: Jens Peter Molly

P Please consider the environment before printing this email.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: perl switch question /setup.exe
  2012-07-12 16:13 perl switch question /setup.exe DEWI - N. Zacharias
@ 2012-07-12 21:51 ` Reini Urban
  0 siblings, 0 replies; 2+ messages in thread
From: Reini Urban @ 2012-07-12 21:51 UTC (permalink / raw)
  To: cygwin

On Thu, Jul 12, 2012 at 11:13 AM, DEWI - N. Zacharias  wrote:
> As far as I understand the discussion it is necessary to reinstall all modules which are not part of the cygwin packages.

Not all old modules, just the old site_perl/i686-cygwin XS modules.
The others can happily co-exist.
You can also install both perl versions in parallel.
The only conflict is /usr/bin/perl.exe and some scripts in /usr/bin/

Simply install one and then manually extract the other favored perl, like
  tar xfj ...down/http..../release/perl/perl-5.10.1-5.tar.bz2 -C /

> Because this will consume a lot of time (rebase manually after every step etc. ) I want to keep the old Version of perl for some time.

A full reinstall of my ~1000 cpan modules required 2x perlrebase.
Not that much hurt as with 5.10.

> Is there a way to prevent setup.exe installs the new version permanently .

Hack your /etc/setup/installed.db and fake the latest perl version. Be
sure to have a backup patch.
grep perl.*5.10.1 /etc/setup/installed.db

-- 
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-12 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 16:13 perl switch question /setup.exe DEWI - N. Zacharias
2012-07-12 21:51 ` Reini Urban

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).