Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread Gazi, Nasser (London)
Hi,

I have a server which has the following pre-installed on it:
  Apache/1.3.27
  mod_perl/1.27
  Perl/5.6.1

If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a newer
version as well?

Thanks,
NG



Re: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread Sven Geisler
Hi,

mod_perl 1.27 is the latest stable version of mod_perl 1.
You're fine.

Regards,
Sven.

Am Mon, 2003-02-24 um 12.24 schrieb Gazi, Nasser (London):
 Hi,
 
 I have a server which has the following pre-installed on it:
   Apache/1.3.27
   mod_perl/1.27
   Perl/5.6.1
 
 If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a newer
 version as well?
 
 Thanks,
 NG
 
 




Re: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread David Wright
 Hi,

 mod_perl 1.27 is the latest stable version of mod_perl 1.
 You're fine.

 Regards,
 Sven.

 Am Mon, 2003-02-24 um 12.24 schrieb Gazi, Nasser (London):
  Hi,
 
  I have a server which has the following pre-installed on it:
Apache/1.3.27
mod_perl/1.27
Perl/5.6.1
 
  If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a newer
  version as well?


You'll have to rebuild it after the new perl is installed though.

http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_

dave





RE: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread Gazi, Nasser (London)
 Hi,

 mod_perl 1.27 is the latest stable version of mod_perl 1. You're fine.

 Regards,
 Sven.

 Am Mon, 2003-02-24 um 12.24 schrieb Gazi, Nasser (London):
  Hi,
 
  I have a server which has the following pre-installed on it:
Apache/1.3.27
mod_perl/1.27
Perl/5.6.1
 
  If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a 
  newer version as well?


You'll have to rebuild it after the new perl is installed though.

http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_per
l_if_I_have_Upgraded_Perl_

dave

Thanks. I should go and read the docs! (typical newbie...)






Re: Upgrading to perl 5.8.0 (newbie question)

2003-02-24 Thread wsheldah

No, but you will need to recompile it plus lots of other modules, basically
any module that includes XS code. Consider using CPAN's autobundle feature.
:-)

Wes Sheldahl



Gazi, Nasser (London) [EMAIL PROTECTED] on 02/24/2003 06:24:32
AM

To:[EMAIL PROTECTED]
cc:
Subject:Upgrading to perl 5.8.0 (newbie question)


Hi,

I have a server which has the following pre-installed on it:
  Apache/1.3.27
  mod_perl/1.27
  Perl/5.6.1

If I upgrade to Perl/5.8.0 will I have to upgrade mod_perl to a newer
version as well?

Thanks,
NG