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-ncurses [2011/04/21 21:11] – tiny edit domcoxen:scratchbook:base-ncurses [2011/04/23 21:05] (current) – tiny edit domcox
Line 80: Line 80:
  
 If we execute the "ldd" command on clex, the following dependancies should be displayed: If we execute the "ldd" command on clex, the following dependancies should be displayed:
 +<file>
           libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)           libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)
           libc.so.6 => /lib/libc.so.6 (0x40064000)           libc.so.6 => /lib/libc.so.6 (0x40064000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 +</file>
 ===== nano-2.0.6 - Advanced Text Editor ===== ===== nano-2.0.6 - Advanced Text Editor =====
  
Line 111: Line 111:
  
 If we execute the "ldd" command on nano, the following dependancies should be displayed: If we execute the "ldd" command on nano, the following dependancies should be displayed:
 +<file>
           libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)           libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)
           libc.so.6 => /lib/libc.so.6 (0x40064000)           libc.so.6 => /lib/libc.so.6 (0x40064000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 +</file>
 ==== locale ==== ==== locale ====
  
Line 148: Line 148:
  
 ==== libs ==== ==== libs ====
 +<file>
           libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)           libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)
           libpthread.so.0 => /lib/libpthread.so.0 (0x40064000)           libpthread.so.0 => /lib/libpthread.so.0 (0x40064000)
           libc.so.6 => /lib/libc.so.6 (0x40074000)           libc.so.6 => /lib/libc.so.6 (0x40074000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 +</file>
 You can copy the lipthread library from your host system or use the minimum package glibc-2.3.6 distributed by SliTaz: You can copy the lipthread library from your host system or use the minimum package glibc-2.3.6 distributed by SliTaz:
  
Line 191: Line 191:
  
 ==== libs ==== ==== libs ====
 +<file>
           libm.so.6 => /lib/libm.so.6 (0xb7f97000)           libm.so.6 => /lib/libm.so.6 (0xb7f97000)
           libncurses.so.5 => /lib/libncurses.so.5 (0xb7f55000)           libncurses.so.5 => /lib/libncurses.so.5 (0xb7f55000)
           libc.so.6 => /lib/libc.so.6 (0xb7e20000)           libc.so.6 => /lib/libc.so.6 (0xb7e20000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fc9000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fc9000)
 +</file>
 ===== dialog-1.1.20070409 - GUI shell scripts ===== ===== dialog-1.1.20070409 - GUI shell scripts =====
  
Line 216: Line 216:
  
 ==== libs ==== ==== libs ====
 +<file>
           libncurses.so.5 => /lib/libncurses.so.5 (0x40027000)           libncurses.so.5 => /lib/libncurses.so.5 (0x40027000)
           libm.so.6 => /lib/libm.so.6 (0x40066000)           libm.so.6 => /lib/libm.so.6 (0x40066000)
           libc.so.6 => /lib/libc.so.6 (0x40089000)           libc.so.6 => /lib/libc.so.6 (0x40089000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
 +</file>
 ==== locale ==== ==== locale ====
  
Line 278: Line 278:
  
 Rhapsody uses the following libraries: Rhapsody uses the following libraries:
 +<file>
           libncurses.so.5 => /lib/libncurses.so.5 (0x40026000)           libncurses.so.5 => /lib/libncurses.so.5 (0x40026000)
           libc.so.6 => /lib/libc.so.6 (0x40066000)           libc.so.6 => /lib/libc.so.6 (0x40066000)
           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000))           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000))
 +</file>
 ==== Rhapsody use the following libraries: ==== ==== Rhapsody use the following libraries: ====
  
 
en/scratchbook/base-ncurses.1303420293.txt.gz · Last modified: by domcox