我从“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--前缀=(path)--执行前缀=(path)--带dblib=no--不带des--带openssl=(path)

08-27 22:47