I got the last snapshot from ftp://ftp.openca.org/pub/openca/developers/bell/snapshots for testing purposes and ran into the above error while doing make.

In the configure and make output I cannot see any important missing components... 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)
apps.c:1109: (Each undeclared identifier is reported only once
apps.c:1109: for each function it appears in.)
apps.c:1109: initializer element is not constant
apps.c:1109: (near initialization for `cert_tbl[13].flag')
apps.c:1109: initializer element is not constant
apps.c:1109: (near initialization for `cert_tbl[13]')
apps.c:1110: initializer element is not constant
apps.c:1110: (near initialization for `cert_tbl[14]')
apps.c:1111: initializer element is not constant
apps.c:1111: (near initialization for `cert_tbl[15]')
apps.c:1112: initializer element is not constant
apps.c:1112: (near initialization for `cert_tbl[16]')
apps.c:1113: initializer element is not constant
apps.c:1113: (near initialization for `cert_tbl[17]')
apps.c:1114: initializer element is not constant
apps.c:1114: (near initialization for `cert_tbl[18]')
make[3]: *** [apps.o] Error 1


Has anybody some ideas?

Regards,
Gottfried

PS: the configure was:
#!/bin/sh

PREFIX=$1
VER=0.9-SNAP-20030818

if [ -z "${PREFIX}" ] ; then
        PREFIX=/pki/openca.${VER}
fi


./configure \ --prefix=$PREFIX \ --with-openssl-prefix=/pki/openssl-0.9.8 \ --with-language=de_DE \ --with-openca-user=pkiadmin \ --with-openca-group=nogroup \ --with-module-prefix=${PREFIX}/modules \ --with-openca-prefix=/pki/Xtelligent_Root_CA/openca \ --with-web-host=pkira.xtelligent.de \ --with-httpd-user=wwwrun \ --with-httpd-group=nogroup \ --with-httpd-fs-prefix=/pki/Xtelligent_Root_CA/httpd \ --with-ra-htdocs-url-prefix="http://pkira.xtelligent.de/xroot/ra"; \ --with-ldap-htdocs-url-prefix="http://pkira.xtelligent.de/xroot/ldap"; \ --with-pub-htdocs-url-prefix="http://pkira.xtelligent.de/xroot/pub"; \ --enable-ocspd \ --enable-scep \ --with-hierarchy-level=ca



-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to