|
楼主 |
发表于 2003-10-31 18:13:48
|
显示全部楼层
斑竹~~这个应该是redhat 9.0的bug
我在redhat的bugzilla里面看到了这个bug:
Bug Information
Product: Red Hat Linux
Version: 9.0
Component: openssl
Summary: openssl-devel depends on kerberos headers not in standard include path
Opened by [email protected] (Henrik Nordstrom) on 2003-03-23 06:02
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.1 i586)
Description of problem:
In file included from /usr/include/openssl/ssl.h:179,
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
The kerberos headers can be found in
/usr/kerberos/include/krb5.h
Version-Release number of selected component (if applicable):
openssl-devel-0.9.7-6
How reproducible:
Always
Steps to Reproduce:
1.Try to compile a C program using OpenSSL, such as this silly dummy program
#include <openssl/ssl.h>
int main(int argc, char **argv) {]
Actual Results: In file included from /usr/include/openssl/ssl.h:179,
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
Expected Results: No error.
Additional info:
Compilation works if /usr/kerberos/include is added to the include path, but
this does not seem right to me.
因为我是在编译resin的时候出现的问题,所以我想知道该把这个#include <openssl/ssl.h>
加在哪个地方,谢谢 |
|