Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:scratchbook:base-apps [2011/04/21 21:11] – tiny edit domcoxen:scratchbook:base-apps [2011/04/23 21:02] (current) – tiny edit domcox
Line 35: Line 35:
  
 A small "ldd" on bc should produce: A small "ldd" on bc should produce:
 +<file>
           libc.so.6 => /lib/libc.so.6 (0x40029000)           libc.so.6 => /lib/libc.so.6 (0x40029000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 +</file>
 ===== zlib-1.2.3 - Compression libraries ===== ===== zlib-1.2.3 - Compression libraries =====
  
Line 128: Line 128:
  
 ==== libs ==== ==== libs ====
 +<file>
           libutil.so.1 => /lib/libutil.so.1 (0x40025000)           libutil.so.1 => /lib/libutil.so.1 (0x40025000)
           libz.so.1 => /usr/lib/libz.so.1 (0x40028000)           libz.so.1 => /usr/lib/libz.so.1 (0x40028000)
Line 134: Line 134:
           libc.so.6 => /lib/libc.so.6 (0x40068000)           libc.so.6 => /lib/libc.so.6 (0x40068000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 +</file>
 Copy the library libutil.so.1 to $fs/lib, if this is not already the case. Other libraries should be present following the construction of the base system: Copy the library libutil.so.1 to $fs/lib, if this is not already the case. Other libraries should be present following the construction of the base system:
  
 
en/scratchbook/base-apps.txt · Last modified: by domcox