| 12 |
@cvs-info |
@cvs-info |
| 13 |
$Id$ |
$Id$ |
| 14 |
$Log$ |
$Log$ |
| 15 |
Revision 1.44 2003/03/11 18:25:55 joko |
Revision 1.45 2003/03/11 18:55:52 joko |
| 16 |
+ AUTOCOMMIT: updated/added content |
+ AUTOCOMMIT: updated/added content |
| 17 |
|
|
| 18 |
Revision 1.43 2003/03/11 17:56:02 joko |
Revision 1.43 2003/03/11 17:56:02 joko |
| 818 |
x probably because of perl-5.8.0? yes! -- is it fixed now? let's try... (again) |
x probably because of perl-5.8.0? yes! -- is it fixed now? let's try... (again) |
| 819 |
x /etc/init.d/amavis-milter restart |
x /etc/init.d/amavis-milter restart |
| 820 |
no! same error as above! |
no! same error as above! |
| 821 |
|
the problem is: |
| 822 |
|
watch the output of 'perl -V' - at the bottom: |
| 823 |
|
<screen> |
| 824 |
|
Characteristics of this binary (from libperl): |
| 825 |
|
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT |
| 826 |
|
Built under linux |
| 827 |
|
Compiled at Feb 17 2003 12:38:57 |
| 828 |
|
@INC: |
| 829 |
|
/etc/perl |
| 830 |
|
/usr/local/lib/perl/5.8.0 |
| 831 |
|
/usr/local/share/perl/5.8.0 |
| 832 |
|
/usr/lib/perl5 |
| 833 |
|
/usr/share/perl5 |
| 834 |
|
/usr/lib/perl/5.8.0 |
| 835 |
|
/usr/share/perl/5.8.0 |
| 836 |
|
/usr/local/lib/site_perl |
| 837 |
|
. |
| 838 |
|
</screen> |
| 839 |
|
|
| 840 |
|
The bad one is the "old" shared object coming with Time::HiRes for perl-5.6.1 living at |
| 841 |
|
/usr/lib/perl5/auto/Time/HiRes/HiRes.so. |
| 842 |
|
|
| 843 |
|
We have these options: |
| 844 |
|
1. delete this stuff |
| 845 |
|
2. put a better version at '.' |
| 846 |
|
3. place line '/usr/lib/perl/5.8.0' above of '/usr/lib/perl5' |
| 847 |
|
4. copy stuff from '/usr/lib/perl/5.8.0' to '/usr/lib/perl5' |
| 848 |
|
|
| 849 |
|
Hmmm..... |
| 850 |
|
I think i'll choose option 1.: |
| 851 |
|
x rm -rf /usr/lib/perl5/auto/Time/HiRes |
| 852 |
|
(or if you don't wanna be as brute-force) |
| 853 |
|
x cd /usr/lib/perl5/auto/Time |
| 854 |
|
x mv HiRes HiRes.old |
| 855 |
|
|
| 856 |
|
=> let's try again: |
| 857 |
|
x /etc/init.d/amavis-milter restart |
| 858 |
|
Time::HiRes object version 1.42 does not match bootstrap parameter 01.20 at /usr/lib/perl/5.8.0/DynaLoader.pm line 245. |
| 859 |
|
|
| 860 |
|
=> ahhh... (also testable via 'perl -MTime::HiRes') |
| 861 |
|
x |
| 862 |
|
|
| 863 |
|
|
| 864 |
o BER.pm: BER (Basic Encoding Rules) encoding and decoding. |
o BER.pm: BER (Basic Encoding Rules) encoding and decoding. |
| 865 |
|
|