Scalar::Util problem now rebuilt perl

though a working box has the same rpm versions but
Tree-Simple-1.15…
Can I force a download and compile of 1-15 ?
No, you can’t. Fix your perl installation first. You
need Scalar::Util
module compiled with ‘weaken’ functions.

OK well I tried but…

I rebuilt and upgraded to perl 5.8.8 (couldn’t remove
5.8.5 unless maybe i’m supposed to not install this to
start with ? ) fixdeps shows everything found but I
get error in error.log of Can’t locate
Locale/Maketext/Lexicon.pm
and i don’t see the INC here including 5.8.8

though Locale::Maketext::Lexicon is up to date.

mod_perl is an rpm install so I tried reinstalling
that and also compiling it but failed with -

the server is down, giving up after 122 secs
[ error] failed to start server! (please examine
t/logs/error_log)
| Please file a bug report:
mod_perl: Reporting Bugs |
make: *** [run_tests] Error 1

has anyone actually got rt to install reproducibly
since perl Weaken error with Scalar::Util on fedora
core 4 ?
I can only find half answers when I search. A do 1,
then 2 then 3 would be helpful as the install guide
mentions no issues whatsover like this and i’ve now
got errors around this 5 build times so I can’t
imagine it works “out the box” for anyone on core 4
anymore. I can start from scratch on the box and do
exactly as per instructions if I knew what they were.
Elaine

NEW Yahoo! Cars - sell your car and browse thousands of new and used cars online! http://uk.cars.yahoo.com/

I rebuilt and upgraded to perl 5.8.8 (couldn’t remove
5.8.5 unless maybe i’m supposed to not install this to
start with ? ) fixdeps shows everything found but I
get error in error.log of Can’t locate
Locale/Maketext/Lexicon.pm
and i don’t see the INC here including 5.8.8

Ok. That sounds like mod_perl was built against your old (5.8.5) perl.
Switching to mod_fastcgi or building mod_perl from source would avoid
this issue.

Jesse