[svn] commit: r1398 - /trunk/README
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Mar 14 20:33:48 UTC 2010
Author: jinmei
Date: Sun Mar 14 20:33:48 2010
New Revision: 1398
Log:
added a note about how to enable sqlite python binding on FreeBSD
Modified:
trunk/README
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Sun Mar 14 20:33:48 2010
@@ -11,6 +11,19 @@
Requires autoconf 2.59 or newer.
Use automake-1.11 or better for working Python 3.1 tests.
+
+Operating-System specific tips:
+
+- FreeBSD
+ You may need to install a python binding for sqlite3 by hand. A
+ sample procedure is as follows:
+ - add the following to /etc/make.conf
+ PYTHON_VERSION=3.1
+ - build and install the python binding from ports, assuming the top
+ directory of the ports system is /usr/ports
+ % cd /usr/ports/databases/py-sqlite3/
+ % make
+ % sudo make install
INSTALLATION
More information about the bind10-changes
mailing list