James Scott wrote:
Hi,

I am trying to install OpenCa-0.9.1 on my RedHat 7.1 system, configured as a
CA.  All was going well, but on running "make install-ca" I get the
following error:

  .../OpenCA-0.9.1/src/openca-sv/src/verify.c:322 Undefined reference to
'X509_STORE_set_flags'

Looking in the code for verify.c, I note that it contains"
#include <openssl/x509.h>
#include <openssl/x509v3.h>

but does not appear to include the module <openssl/x509_vfy.h>, that I
believe contains the routine 'X509_STORE_set_flags'

Is this an oversight?  Will adding the missing include statement correct the
problem?
You need OpenSSL 0.9.7 and you must set the correct value to --with-openssl-prefix. The value is usually /usr/local/ssl.

Michael
--
-------------------------------------------------------------------
Michael Bell Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter Email: [EMAIL PROTECTED]
Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482
Unter den Linden 6 Fax: +49 (0)30-2093 2959
10099 Berlin
Germany http://www.openca.org



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to