Gottfried Scheckenbach wrote:
I got the last snapshot from ftp://ftp.openca.org/pub/openca/developers/bell/snapshots for testing purposes and ran into the above error while doing make.

In the configure and make output I cannot see any important missing components... make stops while compiling apps.c:
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include -I/pki/openssl-0.9.8/include -g -O2 -c apps.c
apps.c: In function `set_cert_ex':
apps.c:1109: `X509_FLAG_NO_ATTRIBUTES' undeclared (first use in this function)

Has anybody some ideas?

This usually happens if we compile our tools and there was a mixed installation of OpenSSL 0.9.6 and 0.9.7 because this flag doesn't exist in 0.9.6. The problem is that you are using 0.9.8.


Please run

grep -r X509_FLAG_NO_ATTRIBUTES /pki/openssl-0.9.8/include/*

This should check the include files for the constant. If it is not present then there was a change in the headerfiles and you must use 0.9.7 until we have a patch for 0.9.8. If there is a problem because of a change in OpenSSL please mail again.

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to