Author: randy
Date: 2010-03-30 09:57:16 -0600 (Tue, 30 Mar 2010)
New Revision: 8365
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/sqlite.xml
Log:
Updated to SQLite-3.6.23
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-29 12:41:54 UTC (rev 8364)
+++ trunk/BOOK/general.ent 2010-03-30 15:57:16 UTC (rev 8365)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "29"> <!-- Always 2 digits -->
+<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@@ -459,7 +459,7 @@
<!ENTITY db-version "4.8.26">
<!ENTITY mysql-version "5.1.42">
<!ENTITY postgresql-version "8.3.10">
-<!ENTITY sqlite-version "3.6.22">
+<!ENTITY sqlite-version "3.6.23">
<!-- Obsolete
-->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-29 12:41:54 UTC
(rev 8364)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 15:57:16 UTC
(rev 8365)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>March 30th, 2010</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to SQLite-3.6.23.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 29th, 2010</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/sqlite.xml
===================================================================
--- trunk/BOOK/server/databases/sqlite.xml 2010-03-29 12:41:54 UTC (rev
8364)
+++ trunk/BOOK/server/databases/sqlite.xml 2010-03-30 15:57:16 UTC (rev
8365)
@@ -6,12 +6,12 @@
<!ENTITY sqlite-download-http
"http://sqlite.org/sqlite-amalgamation-&sqlite-version;.tar.gz">
<!ENTITY sqlite-download-ftp " ">
- <!ENTITY sqlite-md5sum "b683b3903e79ab8a6d928dc9d4a56937">
+ <!ENTITY sqlite-md5sum "8f1e86b3909a27f8122b0981afd16fcd">
<!ENTITY sqlite-size "1.4 MB">
- <!ENTITY sqlite-buildsize "27 MB (includes optional documentation)">
+ <!ENTITY sqlite-buildsize "30 MB (includes optional documentation)">
<!ENTITY sqlite-time "0.5 SBU">
- <!ENTITY sqlite-docs-version "3_6_22">
+ <!ENTITY sqlite-docs-version "3_6_23">
<!ENTITY sqlite-docs-download
"http://sqlite.org/sqlite_docs_&sqlite-docs-version;.zip">
]>
@@ -82,10 +82,13 @@
<para>Install <application>SQLite</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --enable-threadsafe &&
+<screen><userinput>./configure --prefix=/usr \
+ --enable-threadsafe \
+ --enable-readline \
+ --enable-dynamic-extensions &&
make</userinput></screen>
- <para>To test the results, issue: <command>make test</command>.</para>
+ <para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -109,6 +112,14 @@
default, it is not. You must add this parameter if you want a threadsafe
library.</para>
+ <para><parameter>--enable-readline</parameter>: This parameter is used so
+ the command-line program <command>sqlite3</command> has command line
+ editing capability.</para>
+
+ <para><parameter>--enable-dynamic-extensions</parameter>: This creates
+ library modules that are dynamically linked as needed instead of statically
+ linking them into the main <application>SQLite</application>
library.</para>
+
</sect2>
<sect2 role="content">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page