From 14f718f7dacbeed70b05bf7cffc48ae0f3488b03 Mon Sep 17 00:00:00 2001 From: TJ Saunders Date: Sat, 16 Sep 2017 21:24:10 -0700 Subject: [PATCH] Include recommendation for SQLite versions to use, per Issue #120. --- mod_proxy.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod_proxy.html b/mod_proxy.html index b27c233..f3cda98 100644 --- a/mod_proxy.html +++ b/mod_proxy.html @@ -1735,6 +1735,11 @@

Installation

sqlite3 development library/headers must be installed for building mod_proxy. +

+It is highly recommended that SQLite 3.8.5 or later be used. Problems +have been reported with mod_proxy when SQLite 3.6.20 is used; +these problems disappeared once SQLite was upgraded to a newer version. +