/[cvs]/joko/doc/SampleTasks/joko_2003-03.twingle
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-03.twingle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by joko, Tue Mar 11 18:25:55 2003 UTC revision 1.47 by joko, Tue Mar 11 21:05:22 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15    Revision 1.44  2003/03/11 18:25:55  joko    Revision 1.47  2003/03/11 21:05:22  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.45  2003/03/11 18:55:52  joko
19    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
20    
21    Revision 1.43  2003/03/11 17:56:02  joko    Revision 1.43  2003/03/11 17:56:02  joko
# Line 818  o quepasa - Error: AMaViS Line 821  o quepasa - Error: AMaViS
821    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)
822        x /etc/init.d/amavis-milter restart        x /etc/init.d/amavis-milter restart
823          no! same error as above!          no! same error as above!
824            the problem is:
825          watch the output of 'perl -V' - at the bottom:
826          <screen>
827            Characteristics of this binary (from libperl):
828              Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
829              Built under linux
830              Compiled at Feb 17 2003 12:38:57
831              @INC:
832                /etc/perl
833                /usr/local/lib/perl/5.8.0
834                /usr/local/share/perl/5.8.0
835                /usr/lib/perl5
836                /usr/share/perl5
837                /usr/lib/perl/5.8.0
838                /usr/share/perl/5.8.0
839                /usr/local/lib/site_perl
840                .
841          </screen>
842    
843          The bad one is the "old" shared object coming with Time::HiRes for perl-5.6.1 living at
844          /usr/lib/perl5/auto/Time/HiRes/HiRes.so.
845          
846          We have these options:
847            1. delete this stuff
848            2. put a better version at '.'
849            3. place line '/usr/lib/perl/5.8.0' above of '/usr/lib/perl5'
850            4. copy stuff from '/usr/lib/perl/5.8.0' to '/usr/lib/perl5'
851          
852          Hmmm.....
853            I think i'll choose option 1.:
854            x rm -rf /usr/lib/perl5/auto/Time/HiRes
855            (or if you don't wanna be as brute-force)
856            x cd /usr/lib/perl5/auto/Time
857            x mv HiRes HiRes.old
858            
859        => let's try again:      
860          x /etc/init.d/amavis-milter restart
861            Time::HiRes object version 1.42 does not match bootstrap parameter 01.20 at /usr/lib/perl/5.8.0/DynaLoader.pm line 245.
862    
863        => ahhh...  (also testable via 'perl -MTime::HiRes')
864          x dpkg --force-depends -r libtime-hires-perl
865          => my fault! ;-)
866    
867      => so, everything works fine now....
868          x /etc/init.d/amavis-milter restart
869        
870  o BER.pm:  BER (Basic Encoding Rules) encoding and decoding.  o BER.pm:  BER (Basic Encoding Rules) encoding and decoding.
871    
872  o use the [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?  o use a common [[http://razor.sourceforge.net/artistic.html|"Artistic License"]]?
873    
874    o use pdumpfs!
875    
876    o what we build seems similar to Torque <-> Maven  (Tangram|XyZ+Data::Storage <-> nfo-libs|rap)
877    
878    o write meta-documentation about why it's required to lift version-numbers of debian-packages
879      -> Why dpkg-liftversion?
880      1. yakka: libxml2!!!
881      2. amavis-milter: razor-1-branch-required
882    
883    o installing pdumpfs as system-wide backup-system:
884      x mkdir -p /home/service/virtual/pdumpfs/var/data
885      x mkdir -p /home/service/virtual/pdumpfs/var/log
886      x cd /usr/local/bin
887      x ln -s /home/service/virtual/pdumpfs/backup .
888      

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.47

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed