Hi all, I'm a french user (please excuse me my bad english) and i wanted to know what are Extlinux dependencies ? As grub, does extlinux depend on ncurses library ? Thanks, Nick
----- nicolas at atelier-web.com a ?crit :> Hi all, > > I'm a french user (please excuse me my bad english) and i wanted to > know > what are Extlinux dependencies ? > As grub, does extlinux depend on ncurses library ? > > Thanks, > Nick >no Don't forget to read doc/distrib.txt [chroot-i486] root:/$ extlinux --version extlinux 4.04 Copyright 1994-2011 H. Peter Anvin et al [chroot-i486] root:/$ ldd /sbin/extlinux linux-gate.so.1 => (0x00331000) libc.so.6 => /lib/libc.so.6 (0x00482000) /lib/ld-linux.so.2 (0x00d85000) Gilles
On 08/07/2011 02:14 PM, nicolas at atelier-web.com wrote:> Hi all, > > I'm a french user (please excuse me my bad english) and i wanted to know > what are Extlinux dependencies ? > As grub, does extlinux depend on ncurses library ? >For installing, it should not have any dependencies at all. It does not depend on ncurses or any library other than libc. For compiling, the answer is more complicated, of course. -hpa