Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 14:32:58 -0500
From:      Hans Zaunere <hz11@nyu.edu>
To:        Kent Stewart <kstewart@owt.com>
Cc:        freebsd-stable <freebsd-stable@FreeBSD.ORG>
Subject:   Re: Avoiding OpenSSL in STABLE
Message-ID:  <3DC1856A.1020203@nyu.edu>
References:  <3DC16289.7090200@nyu.edu> <3DC18022.5090308@owt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kent Stewart wrote:

>
>
> 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.

src-all, but made some choices in make.conf.  When not making any 
choices in make.conf, it compiled.

> 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.

I see... so OpenSSL is implicitly required then.

Hans

>
>
> 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
>>
>> .
>>
>
>




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?3DC1856A.1020203>