Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 07:02:58 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Gary K Stinnett Jr <gary@gary-stinnett.us>
Cc:        questions@freebsd.org
Subject:   Re: Sendmail Authentication Problem
Message-ID:  <20030616060258.GA19062@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <007601c333a8$35997e80$0301a8c0@xp2700>
References:  <007601c333a8$35997e80$0301a8c0@xp2700>

next in thread | previous in thread | raw e-mail | index | archive | help

--tThc/1wpZn/ma/RB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Jun 15, 2003 at 08:40:04PM -0500, Gary K Stinnett Jr wrote:
> I have been trying to get smtp authentication to work with Sendmail
>=20
> I have looked over and tried many times to install sasl and go through
> the directions on the following freebsd web page=20
>=20
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html
>=20
> When I get to the point of "make" sendmail I get the following error
>=20
> At the end of the make process I get=20
>=20
> 	CC: /usr/src/lib/libsmutil/libsmutil.a: No such file or
> directory
> 	CC: /usr/src/lib/libsm.a: No such file or directory
> 	*** Error code 1

You're talking about doing the compilation step as shown in section
20.9.4 of the handbook:

  4 Recompile sendmail by executing the following commands:
   =20
    # cd /usr/src/usr.sbin/sendmail
    # make cleandir
    # make obj
    # make
    # make install
   =20
    The compile of sendmail should not have any problems if /usr/src
    has not been changed extensively and the shared libraries it needs
    are available.
   =20
There's an implicit assumption there that you've previously done a
'make buildworld' and you have a complete set of object files and so
forth under /usr/obj.  As it is, your compilation fails because there
are some other parts of the source that need to be compiled before you
can do this part.
=20
> This is a fresh install of FreeBSD 4.8.  I have not changed anything
> except installing apache, qpopper, and webmin.

In your case, instead of compiling as shown in that section, try
rebuilding the whole world.  That's going to be time consuming but
it's the easiest and most certain way to get a successful result:

    # cd /usr/src
    # make buildworld
    # cd /usr/src/usr.sbin/sendmail
    # make install

Carry out all of the other steps as shown in the Handbook.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--tThc/1wpZn/ma/RB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+7V2RdtESqEQa7a0RApB+AJ0bI8IBNGWXDvQSbj4fYhJMNIuatQCePGgp
CTVJOcrzuXqGlSs5PUYvIo4=
=yrT/
-----END PGP SIGNATURE-----

--tThc/1wpZn/ma/RB--



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