Can't speak very confidently in regards to using rpm commands, as I've been using source based distro's for some time now; however, I would strongly recommend you simply completely removing your current, RH distributed version of Perl. This would be accomplished by executing:
rpm -rvh perl
I blieve, though you should look at the man for specifics. Your should then download Perl 5.8.0, and run ./configure, make, make install.
The advantage to compiling your own version of Perl is that you are certain to get a completely vanialla version, free from any random RH mod's!
UPDATE: I might also add that if you are updating an rpm package, you generally ( *I believe* ) should force the upgrade. Really, you should compile and install from source; if you can't do that, uninstall ( rpm -r ) the old package; if last but not least you don't want to do any of the previous, rpm -Ufv package.
Hope this helps,
Lacertus
------------------------------------
"There is more in heaven and earth
than is dreamt of in your philosophy"
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.