Code: Alles auswählen
root@arach:~# apt-get install dpkg
Reading Package Lists... Done
Building Dependency Tree... Done
dpkg is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 259 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
debconf: Perl may be unconfigured (syntax error at (eval 1) line 4, near "use strict;
use FileHandle;
"
) -- aborting
Setting up debianutils (2.8.1) ...
syntax error at /usr/lib/perl/5.8/File/Glob.pm line 4, near "use strict;
"
Compilation failed in require at /usr/sbin/update-mime line 49.
BEGIN failed--compilation aborted at /usr/sbin/update-mime line 49.
dpkg: error processing debianutils (--configure):
subprocess post-installation script returned error exit status 9
Errors were encountered while processing:
debianutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@arach:~#
Irgendwas scheint an perl kaputt zu sein:
Code: Alles auswählen
root@arach:~# update-mime
syntax error at /usr/lib/perl/5.8/File/Glob.pm line 4, near "use strict;
"
Compilation failed in require at /usr/sbin/update-mime line 49.
BEGIN failed--compilation aborted at /usr/sbin/update-mime line 49.
root@arach:~#
Code: Alles auswählen
package File::Glob;
use strict;
our($VERSION, @ISA, @EXPORT_OK, @EXPORT_FAIL, %EXPORT_TAGS,
$AUTOLOAD, $DEFAULT_FLAGS);
use XSLoader ();
@ISA = qw(Exporter);
# NOTE: The glob() export is only here for compatibility with 5.6.0.
# csh_glob() should not be used directly, unless you know what you're doing.
...
Gruss, mistersixt.