Normunds Silinieks schrieb: > > I am downloaded last version RC2 . > When I run make, then I got error in callback.c. > summary: > gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include -g -O2 -c callback.c > callback.c: In function `cb': > callback.c:191: `X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION' undeclared (first > use in this function) > callback.c:191: (Each undeclared identifier is reported only once > callback.c:191: for each function it appears in.) > make: *** [callback.o] Error 1
This is a misconfiguration. You are using the headerfiles of OpenSSL 0.9.6 but you must use the headerfiles of OpenSSL 0.9.7 at minimum. Please check --with-openssl-prefix to be correct. If you use a defaultinstallation of OpenSSL it should be set to /usr/local/ssl > Snapshoot on ftp.openca.org are dated with 2002.06.01 - very old reliase. > Where can i get newest snapshoot? ftp://ftp.openca.org/pub/openca/developers/bell/snapshots/ Regards, 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: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel
