This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:installation:install [2014/10/24 10:46] iivs added PHP always_populate_raw_post_data option requirement |
manual:installation:install [2016/10/18 05:40] (current) martins-v removing note on having maria db alongside mysql |
||
---|---|---|---|
Line 64: | Line 64: | ||
./configure --enable-agent | ./configure --enable-agent | ||
- | Use can add <nowiki>--enable-static</nowiki> flag to statically link libraries. If you plan to distribute compiled binaries among different servers, you must use this flag to make these binaries work without required libraries. Note that <nowiki>--enable-static</nowiki> [[http://blogs.sun.com/rie/entry/static_linking_where_did_it|does not work under Solaris]]. | + | You may use the <nowiki>--enable-static</nowiki> flag to statically link libraries. If you plan to distribute compiled binaries among different servers, you must use this flag to make these binaries work without required libraries. Note that <nowiki>--enable-static</nowiki> [[http://blogs.sun.com/rie/entry/static_linking_where_did_it|does not work under Solaris]]. |
<note important> | <note important> | ||
Line 185: | Line 185: | ||
|//mbstring// | |php-mbstring | | |//mbstring// | |php-mbstring | | ||
|//PHP mbstring.func_overload option// |must be disabled |In php.ini:\\ mbstring.func_overload = 0. | | |//PHP mbstring.func_overload option// |must be disabled |In php.ini:\\ mbstring.func_overload = 0. | | ||
- | |//PHP always_populate_raw_post_data option// |must be set to -1 |Affects PHP versions >= 5.6.0\\ In php.ini:\\ always_populate_raw_post_data = -1 | | + | |//PHP always_populate_raw_post_data option// |must be disabled |Required only for PHP versions 5.6.0 or newer.\\ In php.ini:\\ always_populate_raw_post_data = -1 | |
|//sockets// | |php-net-socket. Required for user script support. | | |//sockets// | |php-net-socket. Required for user script support. | | ||
|//gd// |2.0 or higher |php-gd. PHP GD extension must support PNG images (//<nowiki>--with-png-dir</nowiki>//), JPEG (//<nowiki>--with-jpeg-dir</nowiki>//) images and FreeType 2 (//<nowiki>--with-freetype-dir</nowiki>//). | | |//gd// |2.0 or higher |php-gd. PHP GD extension must support PNG images (//<nowiki>--with-png-dir</nowiki>//), JPEG (//<nowiki>--with-jpeg-dir</nowiki>//) images and FreeType 2 (//<nowiki>--with-freetype-dir</nowiki>//). | | ||
Line 197: | Line 197: | ||
Optional pre-requisites may also be present in the list. A failed optional prerequisite is displayed in orange and has a //Warning// status. With a failed optional pre-requisite, the setup may continue. | Optional pre-requisites may also be present in the list. A failed optional prerequisite is displayed in orange and has a //Warning// status. With a failed optional pre-requisite, the setup may continue. | ||
+ | <note important>If there is a need to change the Apache user or user group, permissions to the session folder must be verified. Otherwise Zabbix setup may be unable to continue.</note> | ||
== Step 3 == | == Step 3 == | ||