Michael Bell wrote: >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. >
Thanks. I had installed OpenSSL-0.9.7, and had set up sym links from /usr/bin and /usr/include, to the /usr/local/ssl/... equivalents, but obviously these were not enough. Specifying the configure option solved the problem. James ------------------------------------------------------- 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
