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