SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

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

Link to this comparison view

Next revision
Previous revision
en:scratchbook:base-ncurses [2011/04/21 22:18]
domcox copy from old wiki
en:scratchbook:base-ncurses [2011/04/23 23:05]
domcox tiny edit
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: ====
  
Line 303: Line 303:
 The next chapter describes the installation of the [[locale|locales]] and i18n. The next chapter describes the installation of the [[locale|locales]] and i18n.
  
-Copyright © [[http://​www.slitaz.org/​en/​|SliTaz]] - [[http://​www.gnu.org/​licenses/​gpl.html|GNU General Public License]]; ​ Documentation is under [[http://​www.gnu.org/​copyleft/​fdl.html|GNU Free Documentation License]] 
 
en/scratchbook/base-ncurses.txt · Last modified: 2011/04/23 23:05 by domcox