Hi Viktor, As U suggested I did 1)./ Configure no-zlib no-krb5 no-rc5 no-idea threads shared linux-x86_64 And as desired I saw..... Since you've disabled or enabled at least one algorithm, you need to do the following before building:
make depend Configured for linux-x86_64. 2) I did make depend, I got the following errors.... make[1]: Entering directory `/root/openssl-1.0.0b/crypto' gcc-4.3: ambiguous abbreviation -- gcc-4.3: ambiguous abbreviation -- In file included from /usr/include/features.h:354, from /usr/include/stdlib.h:25, from cryptlib.h:62, from cryptlib.c:117: /usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory In the Makefile I have CC=gcc-4.3 MAKEDEPPROG= gcc-4.3 I have gcc as gcc-4.3 in my Linux PC. Can anyone suggest me what is wrong here..... r...@debian:~/openssl-1.0.0b# make depend making depend in crypto... make[1]: Entering directory `/root/openssl-1.0.0b/crypto' ../util/domd: line 25: gcc: command not found make[1]: *** [depend] Error 1 make[1]: Leaving directory `/root/openssl-1.0.0b/crypto' make: *** [depend] Error 1 r...@debian:~/openssl-1.0.0b# -----Original Message----- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Victor Duchovni Sent: Monday, December 20, 2010 10:55 PM To: openssl-users@openssl.org Subject: Re: ifdef OPENSSL_NO_COMP On Mon, Dec 20, 2010 at 07:21:54PM -0500, Bhola Ray wrote: > I have noticed the above flag in our openssl code in several c and h files. > > If I use > > #define OPENSSL_NO_COMP 1 > > in the right include file, and build the libcrypto.a and > libssl.a then in that build > Do not do this by hand. > Is it correct, can anyone comment on that...thanks in advance. Example: ./Configure no-zlib no-krb5 no-rc5 no-idea threads shared linux-x86_64 make depend make The "no-zlib" flag disables compression at compile time. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org