]> Pileus Git - ~andy/gtk/commitdiff
Add a mention of running ldconfig. (#76126, Bill Nayland.)
authorOwen Taylor <otaylor@redhat.com>
Tue, 26 Mar 2002 20:43:17 +0000 (20:43 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 26 Mar 2002 20:43:17 +0000 (20:43 +0000)
Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/building.sgml: Add a mention of running ldconfig.
        (#76126, Bill Nayland.)

docs/reference/ChangeLog
docs/reference/gtk/building.sgml

index ff08499dcba9853484ffe7fa7d0a4c7aab6f8267..033e149639596c20e262a5ae426b1eb279f60baa 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/building.sgml: Add a mention of running ldconfig.
+       (#76126, Bill Nayland.)
+
 Mon Mar 25 11:31:41 2002  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/tree_widget.sgml: fix bugs in the code.
index a69a435dc3977995e91c417df880f651561cf215..1aeef8aa2cbaf551a27be7b81c58b97efce99a95 100644 (file)
@@ -82,7 +82,11 @@ How to compile GTK+ itself
     <para>
       If you don't have permission to write to the directory you are
       installing in, you may have to change to root temporarily before
-      running <literal>make install</literal>.
+      running <literal>make install</literal>. Also, if you are
+      installing in a system directory, on some systems (such as
+      Linux), you will need to run <command>ldconfig</command> after
+      <literal>make install</literal> so that the newly installed
+      libraries will be found.
     </para>
     <para>
       Several environment variables are useful to pass to set before