[Opensrf-commits] r2108 - branches/rel_2_0/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 28 23:11:32 EST 2010


Author: dbs
Date: 2010-11-28 23:11:30 -0500 (Sun, 28 Nov 2010)
New Revision: 2108

Modified:
   branches/rel_2_0/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_2_0/src/extras/Makefile.install
===================================================================
--- branches/rel_2_0/src/extras/Makefile.install	2010-11-28 20:57:52 UTC (rev 2107)
+++ branches/rel_2_0/src/extras/Makefile.install	2010-11-29 04:11:30 UTC (rev 2108)
@@ -119,7 +119,8 @@
 	psmisc\
 	python-dev\
 	python-libxml2\
-	python-setuptools
+	python-setuptools\
+	zlib1g-dev
 
 CENTOS = \
 	apr-util-devel \



More information about the opensrf-commits mailing list