Add a mention of running ldconfig. (#76126, Bill Nayland.)

Tue Mar 26 15:41:49 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/building.sgml: Add a mention of running ldconfig.
        (#76126, Bill Nayland.)
This commit is contained in:
Owen Taylor 2002-03-26 20:43:17 +00:00 committed by Owen Taylor
parent 441488cdb4
commit d8f5dcdd13
2 changed files with 10 additions and 1 deletions

View 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.

View 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