[Opensrf-commits] r2106 - trunk/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Nov 28 15:56:48 EST 2010
Author: dbs
Date: 2010-11-28 15:56:43 -0500 (Sun, 28 Nov 2010)
New Revision: 2106
Modified:
trunk/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: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install 2010-11-24 17:16:53 UTC (rev 2105)
+++ trunk/src/extras/Makefile.install 2010-11-28 20:56:43 UTC (rev 2106)
@@ -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