Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libtirpc.xml

    r88fdf09 rae0944a3  
    77  <!ENTITY libtirpc-download-http "&sourceforge-dl;/libtirpc/libtirpc-&libtirpc-version;.tar.bz2">
    88  <!ENTITY libtirpc-download-ftp  " ">
    9   <!ENTITY libtirpc-md5sum        "cf4ca51f3fc401bea61c702c69171ab0">
     9  <!ENTITY libtirpc-md5sum        "f222e258c129c6da2f8f9cfe7f1ed745">
    1010  <!ENTITY libtirpc-size          "504 KB">
    11   <!ENTITY libtirpc-buildsize     "6.7 MB">
    12   <!ENTITY libtirpc-time          "less than 0.1 SBU">
     11  <!ENTITY libtirpc-buildsize     "8.0 MB">
     12  <!ENTITY libtirpc-time          "0.1 SBU">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118119    </para>
    119120
    120 <screen role="root"><userinput>make install</userinput></screen>
     121<screen role="root"><userinput>make install &amp;&amp;
     122mv -v /usr/lib/libtirpc.so.* /lib &amp;&amp;
     123ln -sfv ../../lib/libtirpc.so.3.0.0 /usr/lib/libtirpc.so</userinput></screen>
    121124
    122125  </sect2>
     
    132135      no GSSAPI is installed. Remove this switch if you have one
    133136      installed (for example <xref linkend="mitkrb"/>) and you wish to use it.
     137    </para>
     138
     139    <para>
     140      <command>mv -v /usr/lib/libtirpc.so.* ...</command>: Move shared
     141      libraries into /lib so they are available before /usr is mounted.
    134142    </para>
    135143
     
    167175          <para>
    168176            provides the Remote Procedure Call (RPC) API functions required by
    169             other programs
     177            other programs.
    170178          </para>
    171179          <indexterm zone="libtirpc libtirpc-lib">
Note: See TracChangeset for help on using the changeset viewer.