Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2007 22:15:13 -0700
From:      Garrett Cooper <youshi10@u.washington.edu>
To:        d@delphij.net
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Why we don't use bzip2 in sysinstall/rescue?
Message-ID:  <46C52EE1.50409@u.washington.edu>
In-Reply-To: <46C51DB3.6080709@delphij.net>
References:  <46C51DB3.6080709@delphij.net>

next in thread | previous in thread | raw e-mail | index | archive | help
LI Xin wrote:
> Hi,
>
> Is there a reason behind this?  (i.e. do we have some interest of
> related work?)
>
> Cheers,
>   
My guess is that:

1. It's dynamically linked (IIRC only statically linked apps were 
allowed in rescue).
2. It's dynamically linked to a lib that exists in /usr (and /usr is on 
a commonly located on a separate partition, whereas /rescue isn't).

[root@optimus-vm-7 ~]# ldd `which bzip2`
/usr/bin/bzip2:
        libbz2.so.2 => /usr/lib/libbz2.so.2 (0x800639000)
        libc.so.7 => /lib/libc.so.7 (0x800748000)

-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46C52EE1.50409>