安装bugzilla时gdlib-config问题的解决方法

安装bugzilla时gdlib-config问题的解决方法

安装Bugzilla完成后,执行测试

# .testserver.pl http://192.168.5.5/bugzilla时,出现如下错误

TEST-WARNING Webserver is running under group id not matching $webservergroup.
This if the tests below fail, this is probably the problem.
Please refer to the web server configuration section of the Bugzilla guide.
If you are using virtual hosts or suexec, this warning may not apply.
TEST-OK Got padlock picture.
TEST-OK Webserver is executing CGIs via mod_cgi.
TEST-OK Webserver is preventing fetch of http://10.0.1.21:8081/localconfig.
TEST-WARNING Failed to run gdlib-config; can't compare GD versions.
TEST-OK GD library generated a good PNG image.
TEST-OK Chart library generated a good PNG image.
TEST-OK Template::Plugin::GD is installed.


解决方法:

# aptitude install libgd2-noxpm-dev -y 

再测

# .testserver.pl http://192.168.5.5/bugzilla

TEST-OK Got padlock picture.
TEST-OK Webserver is executing CGIs via mod_cgi.
TEST-OK Webserver is preventing fetch of http://10.0.1.21:8081/localconfig.
TEST-OK GD version 2.39, libgd version 2.0.36; Major versions match.
TEST-OK GD library generated a good PNG image.
TEST-OK Chart library generated a good PNG image.
TEST-OK Template::Plugin::GD is installed.

就OK了。








|----------------------------------------------------------------------------------------|
                           版权声明  版权所有 @zhyiwww
            引用请注明来源 http://www.blogjava.net/zhyiwww   
|----------------------------------------------------------------------------------------|

你可能感兴趣的:(安装bugzilla时gdlib-config问题的解决方法)