Re: loop-aes into busybox
Karel Zak <kzak <at> redhat.com>
2007-10-09 23:17:52 GMT
On Sat, Sep 29, 2007 at 07:23:56PM +0300, Jari Ruusu wrote:
> Alon Bar-Lev wrote:
> > The util-linux-ng cannot be built statically...
>
> $ cp -dpR util-linux-ng-2.13-AES z
> $ cd z
> $ CC=gcc-3.3 CFLAGS="-O2 -Wall" LDFLAGS="-s -static" ./configure
> [snip]
> $ make SUBDIRS="mount"
> [snip]
> $ file mount/losetup mount/mount
> mount/losetup: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0,
statically linked, stripped
> mount/mount: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, statically
linked, stripped
>
> > So I guessed that loop-aes losetup enabled into busybox will be the
> > cleanest solution...
>
> Last time I compiled busybox, I linked busybox and other programs with
> uClibc. All program binaries were linked dynamically. I haven't tried that
> with util-linux-ng.
http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/706/focus=776
Karel
--
--
Karel Zak <kzak <at> redhat.com>
(Continue reading)