-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is my first time working with OpenCA. It looks really promising, but I'm having trouble compiling it. In the openca-sv modules directory (different location depending on which version), it complains that X509_STORE_set_flags is an undefined reference when it goes to link verify.c. I found that function defined in the X509_vfy.h header in /usr/include/openssl. I #include'd it after the include for x509v3.h, but it still did no good.
I'm on a RedHat 7.3 system with openssl-0.9.7-beta3 installed. Here's the (relevant) output of 'make': cd openca-sv && make make[2]: Entering directory `/usr/src/openca-0.9.1/src/openca-sv' Making all in src make[3]: Entering directory `/usr/src/openca-0.9.1/src/openca-sv/src' gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include - -I/usr/share/ssl/include -g -O2 -c verify.c /bin/sh ../libtool --mode=link gcc -g -O2 -o openca-verify verify.o verify-tools.o callback.o -lcrypto -L/usr/share/ssl/lib -L/usr/share/ssl - -lfl -ldl gcc -g -O2 -o openca-verify verify.o verify-tools.o callback.o -lcrypto - -L/usr/share/ssl/lib -L/usr/share/ssl -lfl -ldl verify.o: In function `main': /usr/src/openca-0.9.1/src/openca-sv/src/verify.c:323: undefined reference to `X509_STORE_set_flags' collect2: ld returned 1 exit status make[3]: *** [openca-verify] Error 1 make[3]: Leaving directory `/usr/src/openca-0.9.1/src/openca-sv/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/openca-0.9.1/src/openca-sv' make[1]: *** [openca-sv] Error 2 make[1]: Leaving directory `/usr/src/openca-0.9.1/src' make: *** [src] Error 2 Thank you. P.S. Is there IRC for this project anywhere? - -- Jason A. Pattie [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9kjbxuYsUrHkpYtARAua4AJ4nVXtFyL3Wn6fcIiXmvBmrxrBRQwCbBEMx GrDN+n+m2rdvDgYDU6igV/k= =cQ/x -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
