Changeset 4694b140


Ignore:
Timestamp:
02/12/2006 09:23:35 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
96ece2d7
Parents:
4df53ea3
Message:

Replaced the commands to modify the *ns*.pc pkgconfig files with commands to create symlinks to the actual NSS/NSPR .pc files in the Firefox, Mozilla and Thunderbird instructions as suggested by Dan Nicholson

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4df53ea3 r4694b140  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Replaced the commands to modify the *ns*.pc pkgconfig
     49          files with commands to create symlinks to the actual NSS/NSPR .pc
     50          files in the Firefox, Mozilla and Thunderbird instructions as
     51          suggested by Dan Nicholson.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[randy] - Abbreviated the commands used to install the NSS
    49           libraries in the NSS instructions, suggested by Tushar
     55          libraries in the NSS instructions as suggested by Tushar
    5056          Teredesai.</para>
    5157        </listitem>
  • xsoft/graphweb/firefox.xml

    r4df53ea3 r4694b140  
    8585    <bridgehead renderas="sect4">Recommended (if you will be installing any
    8686    other package that utilizes NSS/NSPR, such as
    87     <application>Thunderbird</application> or
    88     <application>Mozilla</application>)</bridgehead>
     87    <application>Thunderbird</application>,
     88    <application>Mozilla</application> or
     89    <application>Evolution</application>)</bridgehead>
    8990    <para role="recommended"><xref linkend="nss"/></para>
    9091
     
    266267    system-installed NSS and NSPR libraries, the
    267268    <filename>firefox-ns*.pc</filename> <application>pkgconfig</application>
    268     files need to be modified. Issue the following command as the
    269     <systemitem class="username">root</systemitem> user:</para>
    270 
    271 <screen role="root"><userinput>sed -i 's|/firefox-1.5||' /usr/lib/pkgconfig/firefox-ns*.pc</userinput></screen>
     269    files are broken as they point to the wrong directories where the actual
     270    libraries and interface headers are located. Issue the following commands
     271    as the <systemitem class="username">root</systemitem> user to replace the
     272    broken files with symbolic links to known good files:</para>
     273
     274<screen role="root"><userinput>ln -v -sf nss.pc /usr/lib/pkgconfig/firefox-nss.pc &amp;&amp;
     275ln -v -sf nspr.pc /usr/lib/pkgconfig/firefox-nspr.pc</userinput></screen>
    272276
    273277    <para>If you did <emphasis role="strong">NOT</emphasis> build
  • xsoft/graphweb/mozilla.xml

    r4df53ea3 r4694b140  
    183183    <bridgehead renderas="sect4">Recommended (if you will be installing any
    184184    other package that utilizes NSS/NSPR, such as
    185     <application>Firefox</application> or
    186     <application>Thunderbird</application>)</bridgehead>
     185    <application>Firefox</application>,
     186    <application>Thunderbird</application> or
     187    <application>Evolution</application>)</bridgehead>
    187188    <para role="recommended"><xref linkend="nss"/></para>
    188189
     
    347348    system-installed NSS and NSPR libraries, the
    348349    <filename>mozilla-ns*.pc</filename> <application>pkgconfig</application>
    349     files need to be modified. Issue the following command as the
    350     <systemitem class="username">root</systemitem> user:</para>
    351 
    352 <screen role="root"><userinput>sed -i 's|/mozilla-&mozilla-version;||' /usr/lib/pkgconfig/mozilla-ns*.pc</userinput></screen> 
     350    files are broken as they point to the wrong directories where the actual
     351    libraries and interface headers are located. Issue the following commands
     352    as the <systemitem class="username">root</systemitem> user to replace the
     353    broken files with symbolic links to known good files:</para>
     354   
     355<screen role="root"><userinput>ln -v -sf nss.pc /usr/lib/pkgconfig/mozilla-nss.pc &amp;&amp;
     356ln -v -sf nspr.pc /usr/lib/pkgconfig/mozilla-nspr.pc</userinput></screen>
    353357
    354358    <para>If you did <emphasis role="strong">NOT</emphasis> build
  • xsoft/other/thunderbird.xml

    r4df53ea3 r4694b140  
    107107    <bridgehead renderas="sect4">Recommended (if you will be installing any
    108108    other package that utilizes NSS/NSPR, such as
    109     <application>Firefox</application> or
    110     <application>Mozilla</application>)</bridgehead>
     109    <application>Firefox</application>,
     110    <application>Mozilla</application> or
     111    <application>Evolution</application>)</bridgehead>
    111112    <para role="recommended"><xref linkend="nss"/></para>
    112113
     
    271272    system-installed NSS and NSPR libraries, the
    272273    <filename>thunderbird-ns*.pc</filename> <application>pkgconfig</application>
    273     files need to be modified. Issue the following command as the
    274     <systemitem class="username">root</systemitem> user:</para>
    275 
    276 <screen role="root"><userinput>sed -i 's|/thunderbird-1.5||' /usr/lib/pkgconfig/thunderbird-ns*.pc</userinput></screen>
     274    files are broken as they point to the wrong directories where the actual
     275    libraries and interface headers are located. Issue the following commands
     276    as the <systemitem class="username">root</systemitem> user to replace the
     277    broken files with symbolic links to known good files:</para>
     278     
     279<screen role="root"><userinput>ln -v -sf nss.pc /usr/lib/pkgconfig/thunderbird-nss.pc &amp;&amp;
     280ln -v -sf nspr.pc /usr/lib/pkgconfig/thunderbird-nspr.pc</userinput></screen>
    277281
    278282    <para>If you did <emphasis role="strong">NOT</emphasis> build
Note: See TracChangeset for help on using the changeset viewer.