Date: Thu, 31 Oct 2002 11:10:26 -0800 From: Kent Stewart <kstewart@owt.com> To: Hans Zaunere <hz11@nyu.edu> Cc: freebsd-stable <freebsd-stable@FreeBSD.ORG> Subject: Re: Avoiding OpenSSL in STABLE Message-ID: <3DC18022.5090308@owt.com> References: <3DC16289.7090200@nyu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hans Zaunere wrote: > > I've been trying to build -stable for a couple days, but buildworld > always fails when it encounters libtelnet and OpenSSL: > Did you cvsup src-all or make choices. If you made choices, you forgot all of the crypto stuff at the end. You may not need all of it but you won't do a build without the src-sys-crypto. Kent > ===> secure/lib/libtelnet > rm -f .depend > mkdep -f .depend -a -DENCRYPTION -DAUTHENTICATION -DSRA > -I/build/src/secure/lib/libtelnet/../../../crypto/telnet > -I/build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/genget.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/getent.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/auth.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/sra.c > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c > In file included from > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c:53: > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > openssl/des.h: No such file or directory > In file included from > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c:72: > > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > openssl/des.h: No such file or directory > In file included from > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/auth.c:75: > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > openssl/des.h: No such file or directory > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:47: > openssl/des.h: No such file or directory > In file included from > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:52: > > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > openssl/des.h: No such file or directory > In file included from > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/sra.c:54: > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:64: > openssl/des.h: No such file or directory > /build/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:47: > openssl/des.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /build/src/secure/lib/libtelnet. > *** Error code 1 > > Stop in /build/src/secure/lib. > *** Error code 1 > > Stop in /build/src. > *** Error code 1 > > Stop in /build/src. > *** Error code 1 > > Stop in /build/src. > *** Error code 1 > > Stop in /build/src. > > > > I generally like to compile my own OpenSSL, and so in make.conf I set > NO_OPENSSL=true. After removing NO_OPENSSL=false all compiled fine. > Since this is an upgrade, I'd like to avoid having to compile OpenSSL so > when I installworld I don't clobber my existing OpenSSL install. Plus, I > don't even know/want libtelnet, so my questions are: > > -- can libtelnet and friends be compiled with NO_OPENSSL=true > -- or better yet, can I disable libtelnet and friends all together > > > Much thanks, > > Hans > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html 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?3DC18022.5090308>