diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 389f74baa5..91b87ca216 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2011-07-20 Sergio Martin + + * DEBIAN/control + install.php + pandora_console.spec: Added zlib dependence to console installer, + deb package and spec pacage. Added too missed curl dependence to + spec package + 2011-07-20 Dario Rodriguez * godmode/setup/links.php: Changing error msg to notice msg. diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index d91c1c1964..854804d673 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 42112 Maintainer: Miguel de Dios Homepage: http://pandorafms.org/ -Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client, php5-zlib Description: Pandora FMS is a monitoring Open Source software. It watches your systems and applications, and allows you to know the status of any element of those systems. Web console is the graphical user interface (GUI) to manage and watch reports and graphs from Pandora FMS monitoring. diff --git a/pandora_console/install.php b/pandora_console/install.php index a3546059e2..ba983ad980 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -473,6 +473,7 @@ function install_step2() { $res += check_extension("gettext","PHP gettext extension"); $res += check_extension("mbstring","PHP Multibyte String"); $res += check_extension("zip","PHP Zip"); + $res += check_extension("zlib","PHP Zlib extension"); $res += check_extension("curl","CURL (Client URL Library)"); if (PHP_OS == "FreeBSD") { $res += check_exists ("/usr/local/bin/twopi","Graphviz Binary"); diff --git a/pandora_console/pandora_console.spec b/pandora_console/pandora_console.spec index eda2e4b039..7ee1b224f7 100755 --- a/pandora_console/pandora_console.spec +++ b/pandora_console/pandora_console.spec @@ -32,7 +32,7 @@ Requires: php >= 4.3.0 Requires: php5-gd, php5-snmp, php5-json, php5-gettext Requires: php5-mysql, php5-ldap, php5-mbstring, php5 Requires: graphviz, xorg-x11-fonts-core, graphviz-gd -Requires: php5-zip +Requires: php5-zip, php5-zlib, php5-curl Provides: %{name}-%{version} %description