Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5907
bloba67786ff5c2c40f3d0f07f2a7af6008cafaa2582
1 Title: CentOS/RedHat: Add explicit dependency to php-cli and php-xml to fix possible broken PNP graphs
2 Level: 1
3 Component: packages
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1521643261
8 Class: fix
10 The previous Check_MK packages were not explicitly declaring the dependency
11 to the php-cli package which is needed to make Dokuwiki, NagVis and PNP4Nagios
12 work.
14 The dependency was only declared for php which normally implies php-cli.
15 Unfortunately there are third party packages that don't have this implicit
16 dependency.
18 To make Check_MK work out of the box with those PHP installations, we now added
19 php-cli and php-xml as explicit dependency.