There are two possibilities of this error
You compile the installation is not the time to specify this library--with-gettext
You installed the system and did not find
How to Solve
Recompile plus--with-gettext
2. Compiling php dynamic Extension Library
In the first case, we're not going to mention it.
Basically, the second kind
First enter the PHP source package
Enter the Ext directory and we'll find a gettext module.
Execute the following command
/application/php5.3.27/bin/phpize # /application/php5.3.27/ PHP installation path depends on your installation path
./configure--with-php-config=/application/php5.3.27/bin/php-config
Make && make install
/application/php5.3.27/lib/php.ini #根据自己系统安装路径而定
Add gettext.so to the php.ini.
Extension = "gettext.so"
Restarting PHP will be OK.
If you install this library but not, you can edit the php.ini to add the path.
#根据自己系统安装路径而定
Add gettext.so to the php.ini.
Extension = "gettext.so"
Put him in.
This article is from the "Tomxia" blog, make sure to keep this source http://tomxia.blog.51cto.com/2842856/1720047
Zabbix Installation tips php gettext off Warning