I've been investigating the Linux Standards Base core specification.

http://dev.linux-foundation.org/betaspecs/booksets/LSB-Core-IA32/LSB-Core-IA32.html#REQUIREMENTS

1.  Looking at the required libraries, I see that libncurses.so.5 is required. 
We have libncursesw.so.5 and libcurses.so.5.  I think we may also need to add a 
symlink:

libncurses.so.5 -> libncursesw.so.5

2.  To meet the spec, we also need to add a symlink:

For ia32:
  /lib/ld-lsb.so.3 -> /lib/ld-linux.so.2

For amd64:
   /lib64/ld-lsb-x86-64.so.3 -> /lib64/ld-linux-x86-64.so.2

3.  For the full spec, we also need libpam.  Does this LSB core requirement 
justify promoting PAM from BLFS to LFS?

Comments?

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to