Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2000 22:57:38 -0500
From:      stephen@math.missouri.edu
To:        stable@FreeBSD.ORG
Subject:   slight error in make.conf re openssl
Message-ID:  <39825632.C9616CBB@math.missouri.edu>

next in thread | raw e-mail | index | archive | help
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




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