Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Add ldconfig hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed May 2, 2019
1 parent 146caa7 commit aea16bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([clr-man-pages], [10], [dev@lists.clearlinux.org])
AC_INIT([clr-man-pages], [11], [dev@lists.clearlinux.org])
AM_INIT_AUTOMAKE([foreign -Wall -W subdir-objects no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])

Expand Down
16 changes: 16 additions & 0 deletions stateless.7.rst
Expand Up @@ -97,6 +97,22 @@ consult the relevant manual pages for the software to find information
on the specific syntax and options for each software.


ldconfig
--------

``ldconfig``\(8)

The default paths that the linker searches includes only ``/usr/lib64``
and paths below that. This explicitly omits ``/usr/local/``. If you
compile libraries manually and install them in other paths, you may
need to configure the ``ld.so``\(8) linker to find these before you run
``ldconfig``. For example:

``echo "/usr/local/lib" | sudo tee -a /etc/ld.so.conf``

``sudo ldconfig``


systemd
-------

Expand Down

0 comments on commit aea16bb

Please sign in to comment.