From owner-freebsd-stable Fri Jul 28 20:58: 2 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 358B837BC23 for ; Fri, 28 Jul 2000 20:57:54 -0700 (PDT) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu ([24.12.197.197]) by mail.rdc1.il.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000729035752.CWUR23923.mail.rdc1.il.home.com@math.missouri.edu> for ; Fri, 28 Jul 2000 20:57:52 -0700 Message-ID: <39825632.C9616CBB@math.missouri.edu> Date: Fri, 28 Jul 2000 22:57:38 -0500 From: stephen@math.missouri.edu X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: stable@FreeBSD.ORG Subject: slight error in make.conf re openssl Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In /etc/defaults/make.conf it says #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) So I put in /etc/make.conf NO_OPENSSL and got a compile error. Adding NO_OPENSSH cleared up the problem. Just thought you would like to know. -- Stephen Montgomery-Smith Department of Mathematics, University of Missouri, Columbia, MO 65211 Phone 573-882-4540, fax 573-882-1869 http://www.math.missouri.edu/~stephen stephen@math.missouri.edu P.S. here is the compile error: >>> stage 4: building everything.. ........ ===> secure/usr.sbin/sshd ........ cc -O -pipe -march=pentiumpro -DCOMPAT_LINUX_THREADS -DVM_STACK -DLIBWRAP -DLOGI N_ACCESS -I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DSKEY -I/usr/ obj/usr/src/i386/usr/include -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rs a.o auth-rh-rsa.o pty.o log-server.o login.o servconf.o serverloop.o auth.o auth 1.o auth2.o session.o login_access.o -lopie -lmd -L/usr/obj/usr/src/secure/usr. sbin/sshd/../../lib/libssh -lssh -lcrypt -lcrypto -lutil -lz -lwrap /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lcrypto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message