安裝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.tkk7.com/zhyiwww
|----------------------------------------------------------------------------------------|
posted on 2010-06-01 14:07
zhyiwww 閱讀(1279)
評論(0) 編輯 收藏 所屬分類:
軟件測試 、
linux