mhonarc-users

Re: Call MHonArc from a perl script

2001-01-19 08:26:41
At 10:25 AM 2001/01/19 -0200, leo.ufv wrote:

system("mhonarc -
outdir /usr/local/apache/share/htdocs/ljs/outbox
/usr/local/apache/share/htdocs/users/ljs/inbox");
###########

The script is probably run by the user "nobody" which may not have the same $PATH as, say, root. Try:

system("/usr/bin/mhonarc ....);

Also make sure that "nobody" has proper access rights to your outdir

Cheers,
Kevin

<Prev in Thread] Current Thread [Next in Thread>