Mailinglist Archive: opensuse-de (5264 mails)
| < Previous | Next > |
Re: Perl 5.6.1
- From: Frank Ridderbusch <frank.ridderbusch@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 21 Jun 2001 13:11:16 +0200
- Message-id: <15153.54868.387881.23174@xxxxxxxxxxxxxxxx>
>>>>> On Thu, 21 Jun 2001 14:30:53 +0200,
>>>>> Andre Heine <linux-experience@xxxxxxx> said:
> Hi,
>> How do I upgrade to 5.6.1, I seem to be unable to find an RPM on
>> Suse's site? Suse 7.2 apparently still has 5.6.0, even though at a
>> newer patch level.
> gunzip < perl-5.6.1.tar.gz | tar xvf -
> cd perl-5-6-1
> sh configure.gnu # there are more ways to configure perl !!!
> # This was my way...
> make
> make test
> make install
> Ciao
> Andre
I'm afraid, this answer too simple.
While the above procedure might produce a runnable executable, this
version is not properly integrated with the rest of the system.
By simply installing, you get a mix of old and new perl. You can't
remove the old perl package, since there are dependencies to for
instance mod_perl.
The patch, which is applied by SuSE is about 32KB. If you want to do
this half way correct, you need to apply this patch, with possibly tons
of rejects. The fixing lots of things manually.
And what about the additionally installed modules? These are currently
installed in /usr/lib/perl5/site_perl/5.6.0/. This would be
/usr/lib/perl5/site_perl/5.6.1/ for the next version. Therefore you
have to reinstall possibly many modules.
I have been there and I tell you, this is much work.
When updateing from SuSE 6.4 to 7.1 I reinstalled about 30 perl
modules, which I had accumulated over time.
For my taste all distribution providers fix too many things.
--
Mit freundlichen Gruessen / Regards
Frank Ridderbusch
Fujitsu Siemens Computers, EP SQ XS1
Heinz Nixdorf Ring, 33106 Paderborn, Germany
Tel.: (49) 5251-8-22033 Email: frank.ridderbusch@xxxxxxxxxxxxxxxxxxx
>>>>> Andre Heine <linux-experience@xxxxxxx> said:
> Hi,
>> How do I upgrade to 5.6.1, I seem to be unable to find an RPM on
>> Suse's site? Suse 7.2 apparently still has 5.6.0, even though at a
>> newer patch level.
> gunzip < perl-5.6.1.tar.gz | tar xvf -
> cd perl-5-6-1
> sh configure.gnu # there are more ways to configure perl !!!
> # This was my way...
> make
> make test
> make install
> Ciao
> Andre
I'm afraid, this answer too simple.
While the above procedure might produce a runnable executable, this
version is not properly integrated with the rest of the system.
By simply installing, you get a mix of old and new perl. You can't
remove the old perl package, since there are dependencies to for
instance mod_perl.
The patch, which is applied by SuSE is about 32KB. If you want to do
this half way correct, you need to apply this patch, with possibly tons
of rejects. The fixing lots of things manually.
And what about the additionally installed modules? These are currently
installed in /usr/lib/perl5/site_perl/5.6.0/. This would be
/usr/lib/perl5/site_perl/5.6.1/ for the next version. Therefore you
have to reinstall possibly many modules.
I have been there and I tell you, this is much work.
When updateing from SuSE 6.4 to 7.1 I reinstalled about 30 perl
modules, which I had accumulated over time.
For my taste all distribution providers fix too many things.
--
Mit freundlichen Gruessen / Regards
Frank Ridderbusch
Fujitsu Siemens Computers, EP SQ XS1
Heinz Nixdorf Ring, 33106 Paderborn, Germany
Tel.: (49) 5251-8-22033 Email: frank.ridderbusch@xxxxxxxxxxxxxxxxxxx
| < Previous | Next > |