Changeset 7768cf26


Ignore:
Timestamp:
04/25/2006 11:37:45 AM (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:
875f53ab
Parents:
480b859
Message:

Added a sed command to the PDL instructions to fix a build issue caused by ExtUtils::MakeMaker-6.30 which was introduced in Perl-5.8.8

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pdl.xml

    r480b859 r7768cf26  
    465465    <application>Perl</application> modules) by running the following commands:</para>
    466466
    467 <screen><userinput>perl Makefile.PL &amp;&amp;
     467<screen><userinput>sed -i 's/\(dirname);\)/\1\nuse blib;/' Demos/BAD*demo.pm.PL &amp;&amp;
     468perl Makefile.PL &amp;&amp;
    468469make &amp;&amp;
    469470make test</userinput></screen>
     
    472473
    473474<screen role="root"><userinput>make install</userinput></screen>
     475
     476  </sect2>
     477
     478  <sect2 role="commands">
     479    <title>Command Explanations</title>
     480
     481    <para><command>sed -i '...' Demos/BAD*demo.pm.PL</command>: This is
     482    necessary to fix a build issue caused by changes in
     483    ExtUtils::MakeMaker-6.30 which was introduction in
     484    <application>Perl</application>-5.8.8.</para>
    474485
    475486  </sect2>
  • introduction/welcome/changelog.xml

    r480b859 r7768cf26  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a sed command to the PDL instructions to fix
     49          a build issue caused by ExtUtils::MakeMaker-6.30 which was introduced
     50          in Perl-5.8.8.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[bdubbs] - Fixed configuration instructions in
    4954          GPM.  Thanks to Chris Staub.</para>
Note: See TracChangeset for help on using the changeset viewer.