Changeset e6ab4b5 for chapter06/perl.xml


Ignore:
Timestamp:
02/03/2006 06:23:22 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
fa994c9
Parents:
b4cd3c5
Message:

Ported r7294 to r7325 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/perl.xml

    rb4cd3c5 re6ab4b5  
    3333
    3434<screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
     35
     36<para>The DB_File module that comes with Perl-&perl-version; is incompatible
     37with Berkeley DB-&db-version; (the testsuite fails if this module gets built).
     38Apply the following patch in order to update the DB_File module:</para>
     39
     40<screen><userinput>patch -Np1 -i ../&perl-db_file-patch;</userinput></screen>
    3541
    3642<para>First create a basic <filename>/etc/hosts</filename> file which will be
Note: See TracChangeset for help on using the changeset viewer.