[Opensrf-commits] r2107 - branches/rel_1_6/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 28 15:57:57 EST 2010


Author: dbs
Date: 2010-11-28 15:57:52 -0500 (Sun, 28 Nov 2010)
New Revision: 2107

Modified:
   branches/rel_1_6/src/extras/Makefile.install
Log:
Lenny needs zlib1g-dev package to install XML::LibXML and others

Per https://rt.cpan.org/Public/Bug/Display.html?id=51439; also,
libmemcached failed to configure and build without this.


Modified: branches/rel_1_6/src/extras/Makefile.install
===================================================================
--- branches/rel_1_6/src/extras/Makefile.install	2010-11-28 20:56:43 UTC (rev 2106)
+++ branches/rel_1_6/src/extras/Makefile.install	2010-11-28 20:57:52 UTC (rev 2107)
@@ -121,7 +121,8 @@
 	psmisc\
 	python-dev\
 	python-libxml2\
-	python-setuptools
+	python-setuptools\
+	zlib1g-dev
 
 CENTOS = \
 	apr-util-devel \



More information about the opensrf-commits mailing list