On Tuesday 16 January 2007 15:12, iNetForce wrote: > You got me lost there, the terminology you guys use really throw me off, > sorry :( > sendmail is installed on the system, what exactly do I need to do so I dont > get the sendmail error?
Things that end in .pm are usually perl modules. So, you will need to install ALL the perl modules that are needed, perhaps one-at-a-time. CPAN (http://search.cpan.org) is the place to look. I don't know if you have a local perl user, but it sounds like it might be a good idea to touch base with him/her if these instructions aren't making much sense. Hope that helps. Sean > Michael Peters wrote: > > 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