0

我配置并编译了 libgpg-error 和 libgcrypt 但无法安装(make install),因为我没有 root 权限。
当我尝试配置 libgnutls 时,出现此错误。

tactuser@eqhttd01:gnutls-2.10.0 >./configure --with-libgcrypt-prefix=/home/tactuser/Mail/vmime/TLS/libgcrypt-1.5.0/src/
    checking for libgcrypt... no 
    configure: error: 
    libgcrypt was not found. You may want to get it from ftp://ftp.gnupg.org/gcrypt/libgcrypt/

config.log中,我发现这些错误:

configure:7781: checking for libgcrypt

configure:7803: gcc -std=gnu99 -o conftest -g -O2   conftest.c  -lgcrypt -lgpg-error >&5

conftest.c:27:20: error: gcrypt.h: No such file or directory

conftest.c: In function 'main':
conftest.c:31: error: variable 'i' has initializer but incomplete type

conftest.c:31: error: 'GCRY_CIPHER_CAMELLIA128' undeclared (first use in this function)

conftest.c:31: error: (Each undeclared identifier is reported only once

conftest.c:31: error: for each function it appears in.)

conftest.c:31: error: storage size of 'i' isn't known

configure:7803: $? = 1

有人可以帮忙吗?

4

1 回答 1

1

尝试编译并安装 libgcrypt,如果不起作用,请尝试使用与 gnutls 2.10.0(同时发布)兼容的 libgcrypt 版本。

于 2013-01-08T18:59:18.273 回答