User Tools

Site Tools


util:libtools
no way to compare when less than two revisions

Differences

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


util:libtools [2006/07/29 17:54] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Library Utilities ======
 +Following are some useful utilities for handling the good old libraries.
  
 +===== ldconfig =====
 +This is sometimes helpful to fix wrong linked libs:
 +  # ldconfig
 +
 +===== ldd =====
 +''ldd'' is helpful to see a list of libraries a binary is linked against.
 +  # ldd /usr/X11R6/bin/glxgears
 +          libglut.so.3 => /usr/lib/libglut.so.3 (0x40014000)
 +          libGLU.so.3 => ...
util/libtools.txt · Last modified: 2006/07/29 17:54 by 127.0.0.1