Penguin

Differences between version 5 and predecessor to the previous major change of CNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, June 23, 2007 3:55:11 pm by IanMcDonald Revert
Older page: version 4 Last edited on Saturday, June 23, 2007 12:51:47 pm by BenStaz Revert
@@ -6,9 +6,9 @@
 *echo "/usr/local/lib" | sudo tee -a /etc/ld.so.conf 
  
 Now run ''ldconfig -v'' 
  
-Note : ldconfig must be run whenever a DLL is added, when a DLL is removed, or when the set of DLL directories changes 
+Note : [ ldconfig(8)] must be run whenever a DLL is added, when a DLL is removed, or when the set of DLL directories changes 
  
 !Which libraries is my system aware of? 
  
 *ldconfig -Nv 
@@ -26,4 +26,6 @@
 Contains a list of external libraries to link with. 
  
 For example to link with the libtrace library and the math library: 
 *export LDLIBS="-ltrace -lm" 
+----  
+See also SharedLibraryNotes