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?
It's not sendmail, it's the Perl module named Mail::Sendmail (which acts a kind of a wrapper around sendmail). Almost all Perl modules are found on CPAN (http://search.cpan.org/) and can be installed via the CPAN shell. I assumed you installed Image::Magick that way, but you probably just installed it from source the image-magick source. On some systems the cpan shell can simply be accessed by the command 'cpan'. If that doesn't work, then you can do the same thing via this command: perl -MCPAN -e shell Since it's probably the first time it's been run on that box you'll need to configure it. After your done with the configuration you can then install stuff: cpan> install Mail::Sendmail That should get it installed for you. -- Michael Peters Developer Plus Three, LP