문제

"소스 코드를 다운로드했습니다."ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/".

구성이 잘 진행되었지만 빌드 할 때 다음 오류로 끝납니다.

digestmd5.c:852: error: 'des_context_t' has no member named 'keysched'

digestmd5.c:853: error: 'des_context_t' has no member named 'keysched2'

digestmd5.c:854: error: 'des_context_t' has no member named 'ivec'

digestmd5.c:855: error: 'DES_DECRYPT' undeclared (first use in this function)

....

도움이 되었습니까?

해결책

잘 구성 문제가있을 것 같아요. 다음 설정으로 구성했으며 작동했습니다.

./configure ---prefix = (path) --exec-prefix = (path)-with-dblib = no-without-with-des-with-openssl = (path)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top