Changeset de7f20e
- Timestamp:
- 07/19/2009 02:13:01 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 93e69186
- Parents:
- bcb166a
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/subversion.xml
rbcb166a rde7f20e 98 98 <bridgehead renderas="sect4">Optional</bridgehead> 99 99 <para role="optional"><xref linkend="python"/> (required to run the test suite), 100 < !-- <xref linkend="db"/>, -->100 <xref linkend="db"/>, 101 101 <xref linkend="apache"/> (if you have <application>Apache Portable 102 102 Runtime</application> installed), -
general/prog/php.xml
rbcb166a rde7f20e 117 117 <bridgehead renderas="sect4">Optional Data Management Utilities and Libraries</bridgehead> 118 118 <para role="optional"><xref linkend="openldap"/>, 119 <!-- <xref linkend="gdbm"/>, 120 <xref linkend="db"/>, -->119 <!-- <xref linkend="gdbm"/>, --> 120 <xref linkend="db"/>, 121 121 <xref linkend="mysql"/>, 122 122 <xref linkend="postgresql"/>, -
general/prog/python.xml
rbcb166a rde7f20e 96 96 (to create package-specific support modules)</bridgehead> 97 97 <para role="optional"><xref linkend="openssl"/>, 98 <xref linkend="tk"/>, and99 < !-- <xref linkend="db"/>100 < xref linkend="gdbm"/>, and -->98 <xref linkend="tk"/>, 99 <xref linkend="db"/>, and 100 <!-- <xref linkend="gdbm"/>, and --> 101 101 <ulink url="http://sqlite.org/">SQLite 3</ulink></para> 102 102 -
general/prog/ruby.xml
rbcb166a rde7f20e 61 61 62 62 <bridgehead renderas="sect4">Optional</bridgehead> 63 <para role="optional"><xref linkend="openssl"/> and64 <xref linkend="tk"/> 65 < !-- <xref linkend="db"/>,66 < xref linkend="gdbm"/> --></para>63 <para role="optional"><xref linkend="openssl"/>, 64 <xref linkend="tk"/>, and 65 <xref linkend="db"/></para> 66 <!-- <xref linkend="gdbm"/></para> --> 67 67 68 68 <para condition="html" role="usernotes">User Notes: -
kde/add/kdeaddons.xml
rbcb166a rde7f20e 69 69 <xref linkend="kdepim"/>, 70 70 <xref linkend="kdegames"/>, 71 < !-- <xref linkend="db"/>, -->71 <xref linkend="db"/>, 72 72 <xref linkend="xmms"/>, and 73 73 <xref linkend="sdl"/></para> -
kde/devel/kdesdk.xml
rbcb166a rde7f20e 66 66 <xref linkend="libjpeg"/>, 67 67 <xref linkend="subversion"/>, 68 <xref linkend="libxml2"/>, and69 <xref linkend="libxslt"/> </para>70 <!-- <xref linkend="db"/> -->68 <xref linkend="libxml2"/>, 69 <xref linkend="libxslt"/>, and 70 <xref linkend="db"/></para> 71 71 72 72 <bridgehead renderas="sect4">Optional</bridgehead> -
postlfs/security/cyrus-sasl.xml
rbcb166a rde7f20e 72 72 <xref linkend="mysql"/>, 73 73 <xref linkend="postgresql"/>, 74 < !-- <xref linkend="db"/>,75 < xref linkend="gdbm"/>,74 <xref linkend="db"/>, 75 <!-- <xref linkend="gdbm"/>, 76 76 <xref linkend="courier"/>, --> 77 77 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, -
postlfs/security/heimdal.xml
rbcb166a rde7f20e 80 80 <bridgehead renderas="sect3">Heimdal Dependencies</bridgehead> 81 81 82 < !-- <bridgehead renderas="sect4">Required to Build the Server-Side Tools</bridgehead>82 <bridgehead renderas="sect4">Required to Build the Server-Side Tools</bridgehead> 83 83 <para role="required"> 84 <xref linkend="db"/> 85 < xref linkend="db"/> is recommended (installed in LFS)84 <xref linkend="db"/> (recommended) or GDBM (GDBM is installed in LFS)</para> 85 <!-- <xref linkend="db"/> is recommended (installed in LFS) 86 86 or <xref linkend="gdbm"/></para> --> 87 87 -
postlfs/security/linux-pam.xml
rbcb166a rde7f20e 78 78 <bridgehead renderas="sect4">Optional</bridgehead> 79 79 <para role="optional"><xref linkend="cracklib"/>, 80 <xref linkend="x-window-system"/>, and81 < !-- <xref linkend="db"/> (for the pam_userdb module), -->80 <xref linkend="x-window-system"/>, 81 <xref linkend="db"/> (for the pam_userdb module), and 82 82 <ulink url="http://www.prelude-ids.org/">Prelude</ulink></para> 83 83 -
server/databases/db.xml
rbcb166a rde7f20e 30 30 <title>Introduction to Berkeley DB</title> 31 31 32 < para>The <application>Berkeley DB</application> package contains programs32 <!-- <para>The <application>Berkeley DB</application> package contains programs 33 33 and utilities used by many other applications for database related 34 34 functions. This package is also installed during LFS and may already exist … … 36 36 reinstall it if you need the additional language bindings or the RPC 37 37 server. If you do reinstall <application>Berkeley DB</application>, ensure 38 you use the &lfs-bdb-version; version used in the LFS book.</para> 38 you use the &lfs-bdb-version; version used in the LFS book.</para> --> 39 40 <para>The <application>Berkeley DB</application> package contains programs 41 and utilities used by many other applications for database related 42 functions.</para> 39 43 40 44 <bridgehead renderas="sect3">Package Information</bridgehead> … … 129 133 <title>Installation of Berkeley DB</title> 130 134 131 < para>The installation commands below are identical to the commands used135 <!-- <para>The installation commands below are identical to the commands used 132 136 in the LFS book. If you installed <application>Berkeley DB</application> 133 137 in LFS, and you don't add anything to the <command>configure</command> 134 138 script, you'll end up with exactly what you already have. The additional 135 139 parameters you can use are listed in the Command Explanations section 136 below.</para> 140 below.</para> --> 137 141 138 142 <note> … … 218 222 <title>Contents</title> 219 223 220 < para>Only the program and libraries not installed in LFS are listed here,224 <!-- <para>Only the program and libraries not installed in LFS are listed here, 221 225 the others can be found at <ulink 222 226 url="&lfs-root;/chapter06/db.html#contents-db"/> as they were initially 223 installed during the building of LFS.</para> 227 installed during the building of LFS.</para> --> 224 228 225 229 <segmentedlist> 226 <segtitle>Installed Program </segtitle>230 <segtitle>Installed Programs</segtitle> 227 231 <segtitle>Installed Libraries</segtitle> 228 232 <segtitle>Installed Directory</segtitle> 229 233 230 234 <seglistitem> 231 <seg>berkeley_db_svc</seg> 232 <seg>libdb_java.{so,a}, libdb_tcl.{so,a} and db.jar</seg> 235 <seg>berkeley_db_svc, db_archive, db_checkpoint, db_deadlock, db_dump, 236 db_load, db_printlog, db_recover, db_stat, db_upgrade, db_verify</seg> 237 <seg>libdb.{so,a}, libdb_cxx.{so,a}, libdb_java.{so,a}, 238 libdb_tcl.{so,a} and db.jar</seg> 233 239 <seg>/usr/share/doc/db-&db-version;</seg> 234 240 </seglistitem> … … 251 257 </varlistentry> 252 258 253 <!-- These are left in so that if LFS ever dumps BDB, it is easy to254 restore this information255 256 259 <varlistentry id="db_archive"> 257 260 <term><command>db_archive</command></term> … … 361 364 </varlistentry> 362 365 363 -->364 365 366 </variablelist> 366 367 -
server/mail/exim.xml
rbcb166a rde7f20e 82 82 <bridgehead renderas="sect4">Required</bridgehead> 83 83 <para role="required"><xref linkend="db"/> or 84 <!-- <xref linkend="db"/> 85 <xref linkend="gdbm"/> --> 86 GDBM (both built in LFS) or 84 <!-- <xref linkend="gdbm"/> --> 85 GDBM (GDBM built in LFS) or 87 86 <ulink url="http://sourceforge.net/projects/tdb">TDB</ulink></para> 88 87 -
server/mail/postfix.xml
rbcb166a rde7f20e 60 60 <bridgehead renderas="sect3">Postfix Dependencies</bridgehead> 61 61 62 <!-- commenting this out as BDB is now built in LFS63 64 62 <bridgehead renderas="sect4">Required</bridgehead> 65 63 <para role="required"><xref linkend="db"/></para> 66 67 -->68 64 69 65 <bridgehead renderas="sect4">Optional</bridgehead> -
server/mail/sendmail.xml
rbcb166a rde7f20e 58 58 59 59 <bridgehead renderas="sect4">Required</bridgehead> 60 <para role="required"><xref linkend="procmail"/> </para>61 < !-- <xref linkend="db"/> -->60 <para role="required"><xref linkend="procmail"/> and 61 <xref linkend="db"/></para> 62 62 63 63 <bridgehead renderas="sect4">Optional</bridgehead> -
server/major/apache.xml
rbcb166a rde7f20e 68 68 69 69 <bridgehead renderas="sect4">Optional</bridgehead> 70 <para role="optional">< !-- <xref linkend="db"/>, -->70 <para role="optional"><xref linkend="db"/>, 71 71 <xref linkend="openssl"/>, 72 72 <xref linkend="openldap"/>, -
server/other/openldap.xml
rbcb166a rde7f20e 64 64 <bridgehead renderas="sect3">OpenLDAP Dependencies</bridgehead> 65 65 66 < !-- <bridgehead renderas="sect4">Required</bridgehead>67 <para role="required"><xref linkend="db"/> is recommended (built in LFS) or68 <xref linkend="db"/>69 < xref linkend="gdbm"/></para> -->66 <bridgehead renderas="sect4">Required</bridgehead> 67 <para role="required"><xref linkend="db"/> (recommended) or 68 GDBM (GDBM is built in LFS)</para> 69 <!-- <xref linkend="gdbm"/></para> --> 70 70 71 71 <bridgehead renderas="sect4">Recommended</bridgehead> -
x/wm/xfce.xml
rbcb166a rde7f20e 175 175 <!-- FIXME: what about the internal version? --> 176 176 daylight time saving rules in the USA), and 177 <xref linkend="db"/> (optional , part of LFS).</para>177 <xref linkend="db"/> (optional)</para> 178 178 179 179 <bridgehead renderas="sect3" id="xfce4-appfinder"
Note:
See TracChangeset
for help on using the changeset viewer.