2011-01-07 5 views
0

openssl에서 아이디어 암호화 모듈을 사용하려고했습니다. openssl을 설치 한 후 cipher 명령을 나열하는 동안 IDEA가 없었습니다. 소스에는 암호화 폴더에 아이디어 폴더가 있습니다. 다음과 같은 메시지를 구성하는 것은 모든 명령을 실행하는 동안 생각openssl에 아이디어 모듈 추가

making links in crypto/idea... 
make[2]: Entering directory `/home/primal/openssl-1.0.0c/crypto/idea' 
idea.h => ../../include/openssl/idea.h 
ideatest.c => ../../test/ideatest.c 
make[2]: Leaving directory `/home/primal/openssl-1.0.0c/crypto/idea' 
making links in crypto/bf.. 

를 구성에 해당하는 터미널에 표시되는 동안 나는 아이디어 지원을 추가하는 방법에 어떤 도움이 OpenSSL과 많은 것

making all in crypto/idea... 
make[2]: Entering directory `/home/primal/openssl-1.0.0c/crypto/idea' 
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/home/primal/openssl-1.0.0c/crypto/idea' 

다음과 같은 메시지를 받았습니다 고맙습니다.

답변

1

아마 당신은 내가 make.conf에서 파일을 중요시하는 MAKE_IDEA variable must be set in make.conf.

+0

입니다 this link의 제안, 다음 시도 할 수 있습니다? – primpap

+0

openssl은 특정 구성없이 내 Linux 상자에 아이디어로 빌드됩니다. 나는 make.conf가 이전 소스에 있어야한다고 생각한다. – Raghuram

+0

그래서 어떻게 openssl에 아이디어 모듈을 포함시킬 수 있을까? – primpap