View Single Post
  #41 (permalink)  
Old 01-15-2008, 05:43 AM
SpEnTBoY SpEnTBoY is offline
Advanced Member
 
Posts: 215
Default

Quote:
Originally Posted by quanah View Post
The issue occurs if you upgrade perl to something other than what shipped with your OS. So if you haven't upgraded perl, then you are just fine. I.e., it is not specifically that perl 5.8.8 is "bad". It just wasn't what was shipped with CentOS4. Since 5.8.8 is what ships with CentOS5, it should be just fine, assuming you are using the 5.8.8 that shipped.

--Quanah

I was running CentOS5 all stock and I still had to force rebuild/install Scalar::Util

Code:
perl -MCPAN -e shell
force install Scalar::Util
See THIS thread

ymmv and it might not be an issue in 5.0.1 but it was for 5.0 for me. All things considered, not much of an issue really

regards,
Lonny
Reply With Quote