Помогите пожайлуста с установкой OpenCA-0.9.1 под FreeBSD 4.6-RELEASE
OpenSSL 0.9.7
Apache/2.0.42
perl 5.6.1
#./myconf
--- myconf
#!/bin/sh
PERL=/usr/local/bin/perl \
./configure \
--prefix=/usr/local \
--disable-update-ldap-automatic \
--disable-send-mail-automatic \
--disable-db \
--enable-dbi \
--disable-rbac \
--with-openssl-prefix=/usr \
--with-openca-group=nobody \
--with-web-host=qwerty.ru \
--with-hierarchy-level=ca \
--with-httpd-host=qwerty.ru \
--with-httpd-port=80 \
--with-httpd-user=www \
--with-httpd-group=www \
--with-httpd-fs-prefix=/usr/local/apache2 \
--with-ca-organization="wefewf wefwefwe fwef" \
--with-ca-locality=efewfwefwefe \
--with-ca-country=RU \
--with-ldap-host=qwerty.ru \
--with-ldap-port=389 \
--with-ldap-root="cn=Manager,o=ewfewf,c=RU" \
--with-ldap-root-pwd="openca" \
--with-service-mail-account="support@qwertyu.ru" \
--with-engine=no
-------myconf
# make ca
...
to -L/usr/lib -L/usr
openca_verify-verify.o: In function `main':
/root/dist/CA/OpenCA-0.9.1/src/openca-sv/src/verify.c(.text+0x6d9): undefined reference to `X509_STORE_set_flags'
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1/src/openca-sv/src.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1/src/openca-sv.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1/src.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1.
Я закоментировал строку X509_STORE_set_flags(cert_store, vflags);
в файле /dist/CA/OpenCA-0.9.1/src/openca-sv/src/verify.c
хочу посмотреть что получиться дальше
# make ca
...
make web-interfaces SUBTARGET=language
cd web-interfaces && make language
make ca ldap node pub ra SUBTARGET=language
cd ca && make language
make i18n SUBTARGET=language
cd i18n && make language
cd ldap && make language
make i18n SUBTARGET=language
cd i18n && make language
cd node && make language
make i18n SUBTARGET=language
cd i18n && make language
cd pub && make language
make i18n SUBTARGET=language
cd i18n && make language
cd ra && make language
make i18n SUBTARGET=language
cd i18n && make language
#./make ca-install
installing common components because it is not a package build
make docs src SUBTARGET=install-common
cd docs && make install-common
cd src && make install-common
make common SUBTARGET=install
cd common && make install
make etc lib var SUBTARGET=install
cd etc && make install
/usr/local/OpenCA/etc already exists, skipping configuration
cd lib && make install
make: don't know how to make /usr/local/OpenCA/lib/cmds. Stop
*** Error code 2
Stop in /root/dist/CA/OpenCA-0.9.1/src/common.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1/src/common.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1/src.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1/src.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1.
*** Error code 1
Stop in /root/dist/CA/OpenCA-0.9.1.