Good evening, Jean-Paul,

On Wed, 12 Oct 2005, Jean-Paul Natola wrote:

Hi all
I just did a portupgrade on my system and now I'm trying to start SA

And this is what I get

milter# /usr/local/etc/rc.d/sa-spamd.sh restart
spamd not running?
Starting spamd.
eval: /usr/local/bin/spamd: not found

But it IS there

Any thoughts  PLEASE

spamd is a perl script, which specifies a path to its interpreter as the first line, such as:

    #!/usr/bin/perl -T -w

If that _interpreter_ is missing, you would get the "not found" error as well. Is there any chance your system places perl in a different directory? Try "which perl". If that's something other than /usr/bin/perl, you can do this:

cd /usr/bin
ln -s /path/to/real/perl perl

        Cheers,
        - Bill

---------------------------------------------------------------------------
        "Where am I, and what am I doing in this handbasket?"
(Courtesy of: Wes Peters <[EMAIL PROTECTED]>)
--------------------------------------------------------------------------
William Stearns ([EMAIL PROTECTED]).  Mason, Buildkernel, freedups, p0f,
rsync-backup, ssh-keyinstall, dns-check, more at:   http://www.stearns.org
--------------------------------------------------------------------------

Reply via email to