[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Call MHonArc from a perl script
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
[Index of Archives]
[Bugtraq]
[Yosemite News]
[Mhonarc Home]