--- joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/11 18:25:55 1.44 +++ joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/11 18:55:52 1.45 @@ -10,9 +10,9 @@ @sequence meta @document-history @cvs-info - $Id: joko_2003-03.twingle,v 1.44 2003/03/11 18:25:55 joko Exp $ + $Id: joko_2003-03.twingle,v 1.45 2003/03/11 18:55:52 joko Exp $ $Log: joko_2003-03.twingle,v $ - Revision 1.44 2003/03/11 18:25:55 joko + Revision 1.45 2003/03/11 18:55:52 joko + AUTOCOMMIT: updated/added content Revision 1.43 2003/03/11 17:56:02 joko @@ -818,8 +818,48 @@ x probably because of perl-5.8.0? yes! -- is it fixed now? let's try... (again) x /etc/init.d/amavis-milter restart no! same error as above! - + the problem is: + watch the output of 'perl -V' - at the bottom: + + Characteristics of this binary (from libperl): + Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT + Built under linux + Compiled at Feb 17 2003 12:38:57 + @INC: + /etc/perl + /usr/local/lib/perl/5.8.0 + /usr/local/share/perl/5.8.0 + /usr/lib/perl5 + /usr/share/perl5 + /usr/lib/perl/5.8.0 + /usr/share/perl/5.8.0 + /usr/local/lib/site_perl + . + + + The bad one is the "old" shared object coming with Time::HiRes for perl-5.6.1 living at + /usr/lib/perl5/auto/Time/HiRes/HiRes.so. + + We have these options: + 1. delete this stuff + 2. put a better version at '.' + 3. place line '/usr/lib/perl/5.8.0' above of '/usr/lib/perl5' + 4. copy stuff from '/usr/lib/perl/5.8.0' to '/usr/lib/perl5' + + Hmmm..... + I think i'll choose option 1.: + x rm -rf /usr/lib/perl5/auto/Time/HiRes + (or if you don't wanna be as brute-force) + x cd /usr/lib/perl5/auto/Time + x mv HiRes HiRes.old + + => let's try again: + x /etc/init.d/amavis-milter restart + Time::HiRes object version 1.42 does not match bootstrap parameter 01.20 at /usr/lib/perl/5.8.0/DynaLoader.pm line 245. + => ahhh... (also testable via 'perl -MTime::HiRes') + x + o BER.pm: BER (Basic Encoding Rules) encoding and decoding.