source: xincludes/lib-config.xml@ f34fad23

perl-modules
Last change on this file since f34fad23 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

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