iNetForce wrote: > I installed Image Magick, but now im getting this error: > > http# apachectl restart > /usr/local/sbin/apachectl restart: httpd not running, trying to start > Syntax error on line 691 of /usr/local/etc/apache/httpd.conf: > Can't locate Mail/Sendmail.pm in @INC (@INC contains:
Now it's looking for Mail::Sendmail which will need to be installed as well. It's quite possible that there are many more of these which need to be installed. So you can just keep installing them. To translate the file path name into a Perl module name you basically change all '/' into '::' and then drop the final '.pm'. -- Michael Peters Developer Plus Three, LP