Changeset c47b5f11


Ignore:
Timestamp:
09/08/2003 07:55:35 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ff074127
Parents:
b2206cd3
Message:

edits from blfs-dev and bug reports

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • book/library-config.xml

    rb2206cd3 rc47b5f11  
    11<para>As with most libraries, there is no configuration to do, save that
    2 the library directory i.e. <filename class="directory">/usr/lib</filename> or
     2the library directory i.e. <filename class="directory">/opt/lib</filename> or
    33<filename class="directory">/usr/local/lib</filename> should appear in
    44<filename>/etc/ld.so.conf</filename> so that ldd can find the shared
  • multimedia/videoutils/mplayer/mplayer-inst.xml

    rb2206cd3 rc47b5f11  
    1313make &amp;&amp;
    1414make install &amp;&amp;
     15make -C libavcodec/libpostproc install &amp;&amp;
    1516cp etc/codecs.conf /etc/mplayer &amp;&amp;
    1617tar xjvf ../default-1.7.tar.bz2 -C /usr/share/mplayer/Skin
  • pst/typesetting/tex/tex-exp.xml

    rb2206cd3 rc47b5f11  
    1919<acronym>LFS</acronym> installation already has the
    2020<application>texinfo</application> package
    21 installed, we will avoid overwriting it with the included
     21installed; we will avoid overwriting it with the included
    2222<application>texinfo</application>
    2323package.</para>
     
    2626already installed <filename>libncurses</filename> library.</para>
    2727
    28 <para><command>--with-system-zlib</command> : <acronym>LFS</acronym> Systems starting with version 4.0 have zlib installed as part of the base operating system, we can avoid building it here.</para>
     28<para><command>--with-system-zlib</command> : <acronym>LFS</acronym> Systems starting with version 4.0 have zlib installed as part of the base operating system; we can avoid building it here.</para>
    2929
    3030<para><command>texconfig dvips paper letter</command> : Set the default
  • server/other/openldap/openldap-inst.xml

    rb2206cd3 rc47b5f11  
    11<sect2>
    2 <title>Installation of OpenLDAP</title>
     2<title>Installation of <application>Open<acronym>LDAP</acronym></application></title>
    33
    4 <para>Install OpenLDAP by running the following commands:</para>
     4<para>Install <application>Open<acronym>LDAP</acronym></application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \
     6<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \
    77   --libexecdir=/usr/sbin --enable-ldbm &amp;&amp;
    88make depend &amp;&amp;
    99make &amp;&amp;
    1010make test &amp;&amp;
    11 make install &amp;&amp;
    12 </userinput></screen></para>
     11make install</command></userinput></screen>
    1312</sect2>
    1413
  • xsoft/office/gnumeric/gnumeric.ent

    rb2206cd3 rc47b5f11  
    77<!ENTITY gnumeric-buildsize "241.5 MB">
    88<!ENTITY gnumeric-version "1.1.20">
    9 <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.0/gnumeric-&gnumeric-version;.tar.bz2">
    10 <!ENTITY gnumeric-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.0/gnumeric-&gnumeric-version;.tar.bz2">
     9<!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.1/gnumeric-&gnumeric-version;.tar.bz2">
     10<!ENTITY gnumeric-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.1/gnumeric-&gnumeric-version;.tar.bz2">
    1111<!ENTITY gnumeric-size "10.3 MB">
    1212<!ENTITY gnumeric-time "2.97 SBU">
Note: See TracChangeset for help on using the changeset viewer.