> I think Max should announce the new release. I would > additionally grant one day of public testing. So I would > propose the public announcement on thursday evening. This > means that everybody has time to test the release and Max can > declare it as an official release on thursday evening (US > time). So all users have a chance to test the stuff.
my conf script:
#!/bin/sh
D="/usr/local/openca/userca-06/"
./configure \
--prefix=${D} \
--with-openca-user=openca \
--with-openca-group=openca \
--with-openca-prefix=${D} \
--enable-dbi \
--enable-scep \
--disable-external-modules \
--enable-rbac \
--with-openssl-prefix=/usr/local/openssl/ \
errors from make:
make[5]: Entering directory `/usr/src/openca/openca-0.9/src/scep/src'
if gcc -DVERSION=\"0.9.2\\x0\" -I. -I. -I../include
-I/usr/local/openssl//include -ggdb -g -O2 -g -O2 -MT scep_asn1.o -MD -MP
-MF ".deps/scep_asn1.Tpo" \
-c -o scep_asn1.o `test -f 'scep_asn1.c' || echo './'`scep_asn1.c; \
then mv ".deps/scep_asn1.Tpo" ".deps/scep_asn1.Po"; \
else rm -f ".deps/scep_asn1.Tpo"; exit 1; \
fi
scep_asn1.c:19: error: conflicting types for `d2i_SCEP_ISSUER_AND_SUBJECT'
scep_asn1.h:15: error: previous declaration of `d2i_SCEP_ISSUER_AND_SUBJECT'
make[5]: *** [scep_asn1.o] Fehler 1
make[5]: Leaving directory `/usr/src/openca/openca-0.9/src/scep/src'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/usr/src/openca/openca-0.9/src/scep'
make[3]: *** [scep] Fehler 2
make[3]: Leaving directory `/usr/src/openca/openca-0.9/src'
make[2]: *** [__install_dir] Fehler 2
make[2]: Leaving directory `/usr/src/openca/openca-0.9/src'
make[1]: *** [src] Fehler 2
make[1]: Leaving directory `/usr/src/openca/openca-0.9'
make: *** [__install_dir] Fehler 2
bug?
regards til
smime.p7s
Description: S/MIME cryptographic signature
