[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Problem with rescue disks



On 28-May-2000 Shane Wegner wrote:
> Hi,
> 
> I am attempting to modify the Debian rescue flopy to be an emergency
> recovery for my system.  Actually it's root.bin which I am modifying.  I am
> having problems adding utilities.  I need to add the raid tools as well as
> restore(8).  When I chroot to the floppy and try a restore, it give me this.
> restore: error in loading shared libraries: restore: symbol fchown, version
> GLIBC_2.0 not defined in file libc.so.6 with link time reference
> 
> Now, libc.so.6 on my potato system is 800k, the one on the boot floppy is
> only 400k.  Is this some sort of stripped glibc?  If so, how can I compile
> additional utilities against it.  I am looking to add restore, raidtools2,
> and
> agetty.  Can this be done?

The libc6 on the boot-floppies is from package libc6-pic:
--------
Description: GNU C Library: PIC archive library
 Contains an archive library (ar file) composed of individual shared objects.
 This is used for creating a library which is a smaller subset of the
 standard libc shared library. The reduced library is used on the Debian
 boot floppies. If you are not making your own set of Debian boot floppies
 using the `boot-floppies' package, you probably don't need this package.
--------
But I suggest using the yard package to create the boot-floppy set. And you can
regain the space lost because using the standard libc by formatting the floppies
at a higher capacity (eg.1743K).



Reply to: