| Summary: | spamassassin does not work with perl version upgrade | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Park Ji-in <tisphie> |
| Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Park Ji-in
2004-12-06 18:36:54 UTC
Looks like you failed to run the libperl rebuilder script as noted by the end of the perl merge. note after perl merge says, If this is an upgrade to a perl 5.6.1 system, ~OR~ an upgrade to a previous Gentoo release of perl 5.8.0, prior to -r8 you may need to recompile applications that were emerged against the old libperl.so AND, I just did minor upgrade 5.8.4->5.8.5 and there should not be libperl.so problem. that warning message isn't enough. and even though, interpreter declare in spamassasin script #!/usr/bin/perl5.8.5 -w is not good form, isnt it? other perl script like auto-tools or anything do #!/usr/bin/perl or #!/usr/bin/perl -w |