From 00fe672fd3075d93e4de85f169c98295de016188 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 12 Mar 2008 13:33:56 +0000 Subject: [PATCH] mysql plugin for ulogd needs zlib and zlib-devel. Due to some rpm dependency snafu it appears only the i386 variant of zlib-devel is pulled in on a x86_64 build. Adding zlib and zlib-devel explicitly here should fix this, though I am wondering whether the the ulogd spec file for the mysql plugin should have explicit (build)requires statements --- config.planetlab/devel.pkgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.planetlab/devel.pkgs b/config.planetlab/devel.pkgs index e95ab077..916196a1 100644 --- a/config.planetlab/devel.pkgs +++ b/config.planetlab/devel.pkgs @@ -20,6 +20,8 @@ package: gd package: httpd mod_python mod_ssl package: openssl package: openssl-devel +package: zlib +package: zlib-devel package: bison flex package: libtool package: metadata -- 2.47.0