Hi all.
 
I'm working around LFS since a little time and now I'm at a point where I'll 
create my first LFS distrib to match my needs.
I'm encounter a little problem regarding the procedure to follow to have a 
stable and clean developpement environnement !
I'll explain the question I've :
 
- What is the way to do to include new applications in our distribs ?
 
Concider the case of the simple bash interpreter. 
A ldd on bash binary show the use of the following libs :
# ldd bin/bash        libreadline.so.5 => not found        libhistory.so.5 => 
not found        libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00d1f000)     
   libdl.so.2 => /lib/libdl.so.2 (0x00cf4000)        libc.so.6 => 
/lib/tls/libc.so.6 (0x00bc9000)        /lib/ld-linux.so.2 (0x00bb0000)
 
Take the exemple of libncurses
 
# ll ./lib/libncursesw.so.5lrwxrwxrwx  1 root root 18 Jul  9 15:12 
./lib/libncursesw.so.5 -> libncursesw.so.5.5
 
We see that libncursesw.so.5 is a link to libncursesw.so.5.5 !
 
 
What must I do to include Bash ?!
 
Must I integrate the binary and the directly needed lib as a link to the real 
one ? 
Any other needs ???
 
I haven't package handler tools and don't need for the moment.
Any helps will be helpfull !The exemple of Bash is not the better one coz it's 
integrated in the LFS but the question is the same for any other binaries.
 
 
 
 
 
 
_________________________________________________________________
Besoin d'un e-mail ? Créez gratuitement un compte Windows Live Hotmail, plus 
sûr, plus simple et plus complet !
http://www.windowslive.fr/hotmail/default.asp
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to