Update manual for ldconfig
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 18 Aug 2009 21:57:34 +0000 (17:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 18 Aug 2009 21:58:26 +0000 (17:58 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
LTTngManual.html

index 7e4394c4c15ae2a8250ea044f0f0b4d738a24c3b..1ec2bf4a563464e4594e5cdf1f7834515306fa87 100644 (file)
@@ -357,6 +357,8 @@ system)
 ./configure
 make
 make install
+# (run ldconfig to ensure new shared objects are taken into account)
+ldconfig
 </PRE>
 
 <h3><a href="#TOCuserspacetracing" name="userspacetracing">Userspace tracing</a></h3>
@@ -390,6 +392,8 @@ system)
 ./configure
 make
 make install
+# (run ldconfig to ensure new shared objects are taken into account)
+ldconfig
 </PRE>
 
 <hr />
This page took 0.023495 seconds and 4 git commands to generate.