Hi all,

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/*

It's not there...



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.

No problem - it was only a test... And I _can_ use additional to 0.9.8 version 0.9.7 ;-)


Thanks,
Gottfried



-------------------------------------------------------
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