> any machine on the network. BTW -- we are baffled why your version
> of dump/restore work? Did an "ldd" and saw they use libc.so.6, which
> isn't on the floppy -- but they don't seem to need it.
Must be a problem with ldd and your library setup- I assure you that the
dump and restore on my site use libc5 :
6M:/sdb1/usr/local/rb/temp# ldd dump
libext2fs.so.2 => /lib/libext2fs.so.2 (0x40009000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x40018000)
libc.so.5 => /lib/libc.so.5 (0x4001a000)
6M:/sdb1/usr/local/rb/temp# ldd restore
libext2fs.so.2 => /lib/libext2fs.so.2 (0x40009000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x40018000)
libe2p.so.2 => /lib/libe2p.so.2 (0x4001a000)
libc.so.5 => /lib/libc.so.5 (0x4001d000)
-Tom