[ Joel Swartz wrote: ]
> If I set indexes = false, backups work, but then if I try to list, I get 
> follwoing...
> 
> flexbackup version 1.2.0 (http://flexbackup.sourceforge.net)
> /etc/flexbackup.conf syntax OK
> 
> /usr/bin/perl: relocation error: 
> /usr/local/lib/perl5/5.8.0/i686-linux/auto/NDBM_File/NDBM_File.so: 
> undefined symbol: Perl_safemalloc
> 
> Any help/comments/suggestions appreciated

That message should show up even during backup, you maybe just didn't see
it fly by at the start.

You have a problem with your install of perl....  (the NDBM module it found
doesn't jive with the perl binary)

$indexes = false doesn't disable the DBM module loading, but the tie is
only done if it's true - so it should work ok.  You probably could comment
out the "use AnyDBM_File" line and get by, but I'm not sure.   You
should figure out why the module is not right, though...

 -Edwin


-- 
 Edwin Huffstutler 
 [EMAIL PROTECTED]   GnuPG Key ID: AE782DC9


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to