Changeset 2f83800


Ignore:
Timestamp:
03/06/2010 06:35:31 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0908756
Parents:
ffc584a3
Message:

Added a patch to the Python instructions so that it is compatible with Berkeley-DB-4.8.26

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python.xml

    rffc584a3 r2f83800  
    6767    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6868
    69     <!-- replaced with seds
    7069    <bridgehead renderas="sect4">Required Patch</bridgehead>
    7170    <itemizedlist spacing='compact'>
    7271      <listitem>
    7372        <para><ulink
    74         url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para>
     73        url="&patch-root;/Python-&Python-version;-bdb_4.8-1.patch"/></para>
    7574      </listitem>
    7675    </itemizedlist>
    7776
    78     <bridgehead renderas="sect4">Optional Patch</bridgehead>
     77    <!-- <bridgehead renderas="sect4">Optional Patch</bridgehead>
    7978    <itemizedlist spacing='compact'>
    8079      <listitem>
     
    127126<screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" \
    128127     setup.py &amp;&amp;
     128patch -Np1 -i ../Python-&Python-version;-bdb_4.8-1.patch &amp;&amp;
    129129
    130130./configure --prefix=/usr --enable-shared &amp;&amp;
     
    138138    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    139139
    140 <screen role="root"><userinput>make install</userinput></screen>
     140<screen role="root"><userinput>make install &amp;&amp;
     141chmod -v 755 /usr/lib/libpython2.6.so.1.0</userinput></screen>
    141142
    142143    <para>There is no documentation installed using the instructions above.
  • introduction/welcome/changelog.xml

    rffc584a3 r2f83800  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a patch to the Python instructions so that it
     49          is compatible with Berkeley-DB-4.8.26.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Updated to Berkeley-DB-4.8.26.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.