Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 10:39:00 -0700
From:      Gregory Neil Shapiro <gshapiro@freebsd.org>
To:        Marco Trentini <mark@remotelab.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Sendmail vulnerability
Message-ID:  <20030917173859.GR66258@horsey.gshapiro.net>
In-Reply-To: <3F6897D8.5050503@remotelab.org>
References:  <3F688BD4.2030305@remotelab.org> <3F6897D8.5050503@remotelab.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> >  # cd /usr/src
> >  # patch -p1 < /path/to/patch
> >  # cd /usr/src/usr.sbin/sendmail
> >  # make obj && make depend && make && make install
> 
> I've tried to make that but I get this error (on a stable with today 
> sources):

If you haven't built world before, you need to also:

cd /usr/src/lib/libsm
make obj && make depend && make
cd /usr/src/lib/libsmutil
make obj && make depend && make



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030917173859.GR66258>