I have searched the forum but I can't find perl-CGI-FormMagick as a rpm or anything. Can someone point me in the right direction please?
My guess is that you are using rpm to install this RPM. One of the problems is that this installer can detect but can not resolve dependencies. As of SME7 there is a new installer, it is called yum. This installer is, to some extend, capable of resolving dependencies.
[root@c3 ~]# yum list perl-CGI-FormMagick
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up repositories
smeaddons 100% |=========================| 951 B 00:00
smeos 100% |=========================| 951 B 00:00
smeupdates 100% |=========================| 951 B 00:00
Determining fastest mirrors
Reading repository metadata in from local files
Installed Packages
perl-CGI-FormMagick.noarch 0.92-07 installed
Available Packages
perl-CGI-FormMagick.noarch 0.92-08 smeupdates
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@c3 ~]#
As displayed by william_syd the required dependencie is available in the smeupdates repository. The rpms in this repository are not tested, but will be released as soon as they have been tested and certified.
IMHO the risk of installing it is little, if you like you can install it like this:
yum localinstall /path/to/local/rpm --enablerepo=smeupdates
or if you want to install it directly from the dungog repository:
yum install smeserver-remoteuseraccess --enablerepo=dungog --enablerepo=smeupdates