Date: Fri, 28 Feb 2003 01:37:28 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: "Jacques A. Vidrine" <nectar@freebsd.org> Cc: HiTech Creations Support <support@hitechcreations.com>, freebsd-stable@freebsd.org Subject: Re: Buildworld problem Message-ID: <20030227233728.GA47221@sunbay.com> In-Reply-To: <20030227231901.GD78035@madman.celabo.org> References: <004f01c2deb4$e97406d0$050000c0@Skuzzy> <20030227231901.GD78035@madman.celabo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 27, 2003 at 05:19:01PM -0600, Jacques A. Vidrine wrote: > On Thu, Feb 27, 2003 at 05:06:51PM -0600, HiTech Creations Support wrote: > > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:61: openssl/dsa.h: No such > > file or directory. >=20 > Take NO_OPENSSL out of your /etc/make.conf ? >=20 No, NO_OPENSSL would exclude pam_ssh from the src/lib/libpam/modules SUBDIR list. Most likely the reason is NOSECURE (-CURRENT is unaffected by this bug, as its src/lib/libpam/module/modules.inc properly checks for !defined(NOSECURE)). Some nearby bugs. Both pam_kerberosIV and pam_krb5 depend on libcrypto which isn't built in the NOSECURE case, so the modules.inc in -CURRENT (and Makefile in -STABLE) should check for !defined(NOSECURE) too. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XqE4Ukv4P6juNwoRAtjsAJ9OPlgp0ssFoHECrPBZ+TpopehciACdEjZE LfoXsx3PPfkxhx64nZV8Oys= =uZyw -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030227233728.GA47221>