Penguin

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

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

Newer page: version 6 Last edited on Sunday, June 24, 2007 2:00:06 pm by LawrenceDoliveiro Revert
Older page: version 5 Last edited on Saturday, June 23, 2007 3:55:11 pm by IanMcDonald Revert
@@ -5,8 +5,10 @@
  
 *echo "/usr/local/lib" | sudo tee -a /etc/ld.so.conf 
  
 Now run ''ldconfig -v'' 
+  
+__Note:__ Don't do this for [Gentoo]. That already has <tt>/usr/local/lib</tt> included, and in any case <tt>/etc/ld.so.conf</tt> is automatically generated from the files in <tt>/etc/env.d</tt>, so any customizations you want must be made in the latter.  
  
 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?