Hi,
If Graphics::Magick is not installed on your machine testEnvironment.pl is trying to install it from CPAN, but there is no such package there. You can find it in the GraphicsMagick-x.x.x.tar.bz2 tarball in the PerlMagick folder and install it from there.Of course one can install it also via rpm or dpkg.
Also due to the fact that Config::JSON version is in the formour $VERSION = qw('1.0.3');the test$currentVersion >= $versionin testEnvironment.pl fails and Config::JSON is installed every time testEnvironment.pl is run.
Best regards,
Todor KouyoumdjievECoCoMS Ltd.www.ecocoms.com
For the second issue the solution is in gotcha.txt in WebGUI 7.4.3
7.4.3-------------------------------------------------------------------- * You must upgrade to Config::JSON 1.1.0 or higher prior to upgrading. Due to a bug in CPAN you should type "force install Config::JSON" in order to upgrade to this version.
Regards,
Todor
testEnvironment.pl issue fixed in 7.4.3.
Config::JSON 1.1.0 fixes the other issue.