Norris Preyer <[EMAIL PROTECTED]> writes:

> Douglas Bates writes:
>  > Here is a dummy run of /sbin/dump to show the symptoms.
...
>  >   /sbin/dump: can't resolve symbol 'ext2_llseek'
>  >   /sbin/dump: can't resolve symbol 'ext2_llseek'
>  >   /sbin/dump: can't resolve symbol 'ext2_llseek'
>  >     DUMP: Interrupt received.
>  >     DUMP: Do you want to abort dump?: ("yes" or "no") yes
>  >     DUMP: The ENTIRE dump is aborted.   
>  > 
>  > Any suggestions on what has gotten out of sync?  Even better, any
>  > suggestions on how to repair the problem?
>  > 
> 
> Downgrading e2fsprogs to 1.06-3 (in stable) fixed dump for me.

It looks like the problem is a name mismatch.  The symbol that
/sbin/dump wants to find is "ext2_llseek" but the symbol in
/lib/libext2fs.so.2.3 is "ext2fs_llseek".

I tried to recompile /sbin/dump from the source package but was
unsuccessful.  It appears that one of the main include files,
/usr/include/ctype.h, is broken.  I'll have to fix that first.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to