我从“ 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-des --with-openssl =(PATH)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top