Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-11-2008, 11:00 PM
PartagasIV PartagasIV is offline
Registered User
 
Join Date: Feb 2008
Posts: 1
AnyDBM.pm error upon restoring image

Image restored perfectly;
on reboot of system every time (tried 3x) get the following:

Quote:
package Memoize::AnyDBM_File;

=head1 NAME

Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use

=head1 DESCRIPTION

See L<Memoize>.

=cut

use vars qw(@ISA $VERSION);
$VERSION = 0.65;
@ISA = qw(DB_File GDBM_File Memoize::NDBM_File Memoize::SDBM_File ODBM_File) unless @ISA;

my $verbose = 1;

my $mod;
for $mod (@ISA) {
# (my $truemod = $mod) =~ s/^Memoize:://;
# my $file = "$mod.pm";
# $file =~ s{::}{/}g;
if (eval "require $mod") {
print STDERR "AnyDBM_File => Selected $mod.\n" if $Verbose;
@ISA = ($mod); # if we leave @ISA alone, warnings abound
return 1;
}
}

die "No DBM package was successfully found or installed";
Any ideas? I have no idea what this means.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Restoring from sparse image catxtwo General 7 11-11-2008 03:25 PM
correct procedure for restoring an image file tribalgenes General 1 03-03-2006 10:07 PM
Sparse image from aborted DMG backup? Winston General 9 10-22-2005 12:28 PM
problems restoring from image lpn General 5 06-27-2005 04:08 PM
Image restore ends with an error adamd General 3 06-22-2005 09:50 AM


All times are GMT -4. The time now is 08:00 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.