source: lib-config.xml@ 729ac53

6.0
Last change on this file since 729ac53 was a2d8572, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 16

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2299 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 607 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" >
4
5<para>As with most libraries, there is no configuration to do, save that the
6library directory i.e., <filename class="directory">/opt/lib</filename> or
7<filename class="directory">/usr/local/lib</filename> should appear in
8<filename>/etc/ld.so.conf</filename> so that <command>ldd</command> can find
9the shared libraries. After checking that this is the case,
10<command>/sbin/ldconfig</command> should be run while logged in as root.</para>
Note: See TracBrowser for help on using the repository browser.