mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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
This commit is contained in:
parent
ffc584a344
commit
2f838008df
@ -66,16 +66,15 @@
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
|
||||
<!-- replaced with seds
|
||||
<bridgehead renderas="sect4">Required Patch</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para>
|
||||
url="&patch-root;/Python-&Python-version;-bdb_4.8-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect4">Optional Patch</bridgehead>
|
||||
<!-- <bridgehead renderas="sect4">Optional Patch</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para><ulink
|
||||
@ -126,6 +125,7 @@
|
||||
|
||||
<screen><userinput>sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" \
|
||||
setup.py &&
|
||||
patch -Np1 -i ../Python-&Python-version;-bdb_4.8-1.patch &&
|
||||
|
||||
./configure --prefix=/usr --enable-shared &&
|
||||
make</userinput></screen>
|
||||
@ -137,7 +137,8 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
chmod -v 755 /usr/lib/libpython2.6.so.1.0</userinput></screen>
|
||||
|
||||
<para>There is no documentation installed using the instructions above.
|
||||
See the <filename>Doc/README.txt</filename> file in the source
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>March 7th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a patch to the Python instructions so that it
|
||||
is compatible with Berkeley-DB-4.8.26.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Berkeley-DB-4.8.26.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user