Confixx update

PeterS

Registered User
Hallo!

Ich versuche gerade mein komplettes Confixx zu sichern. Dabei tritt immer dieser fehler auf:
Code:
~/confixx# ./backup.pl -d /root/confixx_dump --debug
Can't load './Base64.so' for module MIME::Base64: ./Base64.so: invalid ELF header at PERL2EXE_STORAGE/DynaLoader.pm line 206.
 at PERL2EXE_STORAGE/Modules/Backup/TableOperators.pm line 23
Compilation failed in require at PERL2EXE_STORAGE/Modules/Backup/TableOperators.pm line 23.
BEGIN failed--compilation aborted at PERL2EXE_STORAGE/Modules/Backup/TableOperators.pm line 23.
Compilation failed in require at backup.pl line 66.
BEGIN failed--compilation aborted at backup.pl line 66.

Wenn ich danach suche, bekomme ich:
Code:
/# find / -name 'Base64.*'
/include/xercesc/util/Base64.hpp
/obj/LINUX/Base64.o
/opt/ActivePerl-5.8/html/lib/5.8.7/i686-linux-thread-multi/MIME/Base64.html
/opt/ActivePerl-5.8/lib/5.8.7/i686-linux-thread-multi/MIME/Base64.pm
/opt/ActivePerl-5.8/lib/5.8.7/i686-linux-thread-multi/auto/MIME/Base64/Base64.bs
/opt/ActivePerl-5.8/lib/5.8.7/i686-linux-thread-multi/auto/MIME/Base64/Base64.so
/root/confixx/Base64.so
/root/confixx/admin/scripts/Base64.so
/usr/lib/perl5/auto/MIME/Base64/Base64.bs
/usr/local/lib/perl/5.6.1/MIME/Base64.pm
/usr/local/lib/perl/5.6.1/auto/MIME/Base64/Base64.bs
/usr/local/lib/perl/5.6.1/auto/MIME/Base64/Base64.so
/usr/local/share/perl/5.6.1/MIME/Decoder/Base64.pm

Wie kann ich diesen fehler beheben?
 
Probieren Sie bitte `cd /; /root/confixx/backup.pl --dump /root/confixx_dump --debug`

Wenn das hilft nicht dann:
- umstellen Sie bitte alle 'Base64.*' in Backup Verzeichnis
- mache Sie COnfixx Update auf dasselbe Confixx Version
- probieren Sie Confixx Server Backup machen...
 
slex said:
Probieren Sie bitte `cd /; /root/confixx/backup.pl --dump /root/confixx_dump --debug`

Wenn das hilft nicht dann:
- umstellen Sie bitte alle 'Base64.*' in Backup Verzeichnis
- mache Sie COnfixx Update auf dasselbe Confixx Version
- probieren Sie Confixx Server Backup machen...


beim Ausführen bekomme ich diese meldungen:
Code:
File section: 'majordomo'
DBD::mysql::st execute failed: MySQL server has gone away at /root/confixx/backup.pl line 1336.
DBD::mysql::st fetchrow failed: fetch() without execute() at /root/confixx/backup.pl line 1337.
File section: 'cgi'
File section: 'spoolbox'
DBD::mysql::st execute failed: MySQL server has gone away at /root/confixx/backup.pl line 1336.
DBD::mysql::st fetchrow failed: fetch() without execute() at /root/confixx/backup.pl line 1337.
DBD::mysql::st execute failed: MySQL server has gone away at /root/confixx/backup.pl line 1336.
DBD::mysql::st fetchrow failed: fetch() without execute() at /root/confixx/backup.pl line 1337.
DBD::mysql::st execute failed: MySQL server has gone away at /root/confixx/backup.pl line 1336.
DBD::mysql::st fetchrow failed: fetch() without execute() at /root/confixx/backup.pl line 1337.
File section: 'mailbox'
'if'-attribute is flase. Section is skiped
File section: 'maildir'
'if'-attribute is flase. Section is skiped
File section: 'skins'
DBD::mysql::st execute failed: MySQL server has gone away at /root/confixx/backup.pl line 1336.
DBD::mysql::st fetchrow failed: fetch() without execute() at /root/confixx/backup.pl line 1337.
Dump user's mysql data
work dir: /root/bckp_nUjwcE/users_mysql
DBD::mysql::st execute failed: MySQL server has gone away at /root/confixx/backup.pl line 1361.
Dump process successfully complete

Sind diese Meldungen ein Problem, d.h. werde ich vom Backup wieder das System herstellen können?
 
Back
Top