for the record, I was able to install openca-0.8.1 RA server with redhat
7.3 and the original openssl version that come with the radhat disc(which
is openssl-0.9.6b). However even though I got the RA server up and running
I was not able to use the RA server to sign  certificate request from a
user. I guess that's the reason why openssl-0.9.7 is needed. right?
However once I installed openssl-0.9.7, I was never able to install RA
server with success.

I got redhat 8.0 now. Unfortunately for the new redhat the openssl
is still version 0.9.6b.  I had to upgrade it to the newest openssl. I
tried both openca-0.8.1 and  openca-0.9.0(the file is
openca-0.9.0-2.tar.gz) but both failed to install. What should I do to get
the RA(or ext as is called in the openca-0.9.0) installed correctly? the
following is the info during the installation for the RA and I wish you
expert can have a look at it and tell me what is(are) wrong. any help is
very much appreciated.

-------------------------------------------------------------
[root@localhost openca-0.9.0]# ./configure \
>
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for working malloc... ^Cyes
checking for bzero... yes
checking for memset... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
configure: error: please specify web or httpd hostname
[root@localhost openca-0.9.0]#
[root@localhost openca-0.9.0]# ./configure \
> --with-engine=no \
> --enable-ocspd=yes \
> --with-httpd-user=httpd \
> --with-httpd-group=websrc \
> --with-ext-prefix=/usr/local/openca-0.9.0 \
> --with-ca-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ca \
> --with-ca-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ca \
> --with-ca-htdocs-url-prefix=/htdocs-ca \
> --with-ca-cgi-url-prefix=/cgi-bin/cgi-ca \
> --with-ra-prefix=/usr/local/openca/RAServer \
> --with-ra-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ra \
> --with-ra-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ra \
> --with-ra-htdocs-url-prefix=/htdocs-ra \
> --with-ra-cgi-url-prefix=/cgi-bin/cgi-ca \
> --with-pub-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-public \
> --with-pub-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-public
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
[root@localhost openca-0.9.0]# ./configure --with-engine=no
--enable-ocspd=yes --with-httpd-user=httpd --with-httpd-group=websrc
--with-ext-prefix=/usr/local/openca-0.9.0
--with-ca-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ca
--with-ca-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ca
--with-ca-htdocs-url-prefix=/htdocs-ca
--with-ca-cgi-url-prefix=/cgi-bin/cgi-ca
--with-ra-prefix=/usr/local/openca/RAServer
--with-ra-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ra
--with-ra-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ra
--with-ra-htdocs-url-prefix=/htdocs-ra
--with-ra-cgi-url-prefix=/cgi-bin/cgi-ca
--with-pub-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-public
--with-pub-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-public \
> --with-pub-htdocs-url-prefix=/htdocs/htdocs-public \
> --with-pub-cgi-url-prefix=/cgi-bin/cgi-public \
> --with-web-host=ra.SecurityRD.auburn.edu \
> --with-ca-organization="SecurityRD.auburn.edu" \
> --with-ca-locality="Auburn" \
> --with-ca-country="US" \
> --with-ldap-url=ldap.SecurityRD.auburn.edu \
> --with-ldap-port=389 \
> --with-ldap-root="cn=Manager,o=SecurityRD.auburn.edu,c=US" \
> --with-ldap-root-pwd="secret" \
> --with-module-prefix=/usr/local/openca \
> --with-openssl-prefix=/usr \
>
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking for bzero... yes
checking for memset... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for bash... /bin/sh
checking for pod2man... /usr/bin/pod2man
checking for mkdir... /bin/mkdir
checking for sed... /bin/sed
checking for mv... /bin/mv
checking for cat... /bin/cat
checking for gzip... /bin/gzip
checking for tar... /bin/tar
checking for pwd... /usr/src/openca-0.9.0
checking for chmod... /bin/chmod
checking for chown... /bin/chown
checking for cp... /bin/cp
checking for echo... /bin/echo
checking for make... /usr/bin/make
checking for openssl... /usr/bin/openssl
checking /usr/bin/openssl req -subj... ok
checking /usr/bin/openssl req -pubkey... ok
checking /usr/bin/openssl crl -nameopt... ok
checking for perl... /usr/bin/perl
checking /usr/bin/perl mininum version 5.6.1... ok
configure: creating ./config.status
config.status: creating Makefile.global-vars
config.status: creating scripts/openca-getcert
config.status: creating scripts/openca-getitem
config.status: creating scripts/openca-addcert
config.status: creating scripts/openca-importcerts
config.status: creating scripts/openca-browserexp
config.status: creating scripts/openca-importreqs
config.status: creating scripts/openca-dbbuild
config.status: creating scripts/openca-dbview
config.status: creating scripts/openca-dbcreate
config.status: creating scripts/openca-newcert
config.status: creating scripts/openca-dblist
config.status: creating scripts/openca-unrevoke
config.status: creating src/cgi-bin/cgi-ca/ca
config.status: creating src/cgi-bin/cgi-ca/conf/ca.conf
config.status: creating src/cgi-bin/cgi-ca/sheets/add_module.html
config.status: creating src/cgi-bin/cgi-ca/sheets/add_operation.html
config.status: creating src/cgi-bin/cgi-ca/sheets/add_right.html
config.status: creating src/cgi-bin/cgi-ca/sheets/add_role.html
config.status: creating src/cgi-bin/cgi-ca/sheets/add_script.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/bp_approve_pending_csr.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/bp_approve_renewed_csr.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/bp_issue_certificate.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/bp_revoke_certificate.html
config.status: creating src/cgi-bin/cgi-ca/sheets/ca_view_crr.html
config.status: creating src/cgi-bin/cgi-ca/sheets/ca_view_csr.html
config.status: creating src/cgi-bin/cgi-ca/sheets/request_success.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_modules.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_operations.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_rights.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_roles.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_scripts.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/show_prepared_module.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/show_prepared_operation.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_prepared_right.html
config.status: creating src/cgi-bin/cgi-ca/sheets/show_prepared_role.html
config.status: creating
src/cgi-bin/cgi-ca/sheets/show_prepared_script.html
config.status: creating src/cgi-bin/cgi-ca/sheets/search_rights.html
config.status: creating src/cgi-bin/cgi-ca/sheets/viewValidCert.html
config.status: creating src/cgi-bin/cgi-ldap/ldap
config.status: creating src/cgi-bin/cgi-ldap/conf/ldap.conf
config.status: creating src/cgi-bin/cgi-ldap/sheets/viewCert.html
config.status: creating src/cgi-bin/cgi-ldap/sheets/viewValidCert.html
config.status: creating src/cgi-bin/cgi-ldap/sheets/view_crl.html
config.status: creating src/cgi-bin/cgi-online/Admin
config.status: creating src/cgi-bin/cgi-online/conf/online.conf
config.status: creating src/cgi-bin/cgi-public/pki
config.status: creating src/cgi-bin/cgi-public/conf/public.conf
config.status: creating src/cgi-bin/cgi-public/sheets/confirm_revreq.html
config.status: creating src/cgi-bin/cgi-public/sheets/request_success.html
config.status: creating src/cgi-bin/cgi-public/sheets/revreq_success.html
config.status: creating src/cgi-bin/cgi-public/sheets/testcert.html
config.status: creating src/cgi-bin/cgi-raserver/RAServer
config.status: creating src/cgi-bin/cgi-raserver/conf/raserver.conf
config.status: creating
src/cgi-bin/cgi-raserver/sheets/confirm_revreq.html
config.status: creating src/cgi-bin/cgi-raserver/sheets/ra_choice.html
config.status: creating
src/cgi-bin/cgi-raserver/sheets/request_success.html
config.status: creating
src/cgi-bin/cgi-raserver/sheets/revreq_success.html
config.status: creating src/cgi-bin/cgi-raserver/sheets/view_crr.html
config.status: creating src/cgi-bin/cgi-raserver/sheets/view_req.html
config.status: creating src/cgi-bin/cgi-raserver/sheets/viewCert.html
config.status: creating src/cgi-bin/cgi-raserver/sheets/viewValidCert.html
config.status: creating src/cgi-bin/cgi-scep/scep
config.status: creating src/cgi-bin/cgi-scep/conf/scep.conf
config.status: creating src/cgi-bin/txt/certsMail.txt
config.status: creating src/cgi-bin/conf/DB.conf
config.status: creating src/cgi-bin/conf/DBI.conf
config.status: creating src/htdocs/htdocs-ca/batchProcessors.html
config.status: creating src/htdocs/htdocs-ca/certs.html
config.status: creating src/htdocs/htdocs-ca/configuration.html
config.status: creating src/htdocs/htdocs-ca/crrs.html
config.status: creating src/htdocs/htdocs-ca/export-import.html
config.status: creating src/htdocs/htdocs-ca/index.html
config.status: creating src/htdocs/htdocs-ca/initCA.html
config.status: creating src/htdocs/htdocs-ca/initPublic.html
config.status: creating src/htdocs/htdocs-ca/initRA.html
config.status: creating src/htdocs/htdocs-ca/initUser.html
config.status: creating src/htdocs/htdocs-ca/issueCRL.html
config.status: creating src/htdocs/htdocs-ca/navbar.html
config.status: creating src/htdocs/htdocs-ca/requests.html
config.status: creating src/htdocs/htdocs-ca/thanks.html
config.status: creating src/htdocs/htdocs-ca/scripts/all.js
config.status: creating src/htdocs/htdocs-ldap/certs.html
config.status: creating src/htdocs/htdocs-ldap/index.html
config.status: creating src/htdocs/htdocs-ldap/navbar.html
config.status: creating src/htdocs/htdocs-ldap/scripts/all.js
config.status: creating src/htdocs/htdocs-online/navbar.html
config.status: creating src/htdocs/htdocs-online/dBs.html
config.status: creating src/htdocs/htdocs-online/export-import.html
config.status: creating src/htdocs/htdocs-online/init.html
config.status: creating src/htdocs/htdocs-online/sendCRINMail.html
config.status: creating src/htdocs/htdocs-raserver/certs.html
config.status: creating src/htdocs/htdocs-raserver/crrs.html
config.status: creating src/htdocs/htdocs-raserver/index.html
config.status: creating src/htdocs/htdocs-raserver/navbar.html
config.status: creating src/htdocs/htdocs-raserver/requests.html
config.status: creating src/htdocs/htdocs-raserver/scripts/all.js
config.status: creating src/htdocs/htdocs-public/getcert.html
config.status: creating src/htdocs/htdocs-public/main.html
config.status: creating src/htdocs/htdocs-public/requests.html
config.status: creating src/conf/misc/Makefile.crt
config.status: creating src/conf/openssl/ca-openssl.cnf
config.status: creating src/conf/openssl/ra-openssl.cnf
config.status: creating src/conf/openssl/sample-openssl.conf
config.status: creating src/conf/openssl/sample-openssl.ext
config.status: creating src/conf/openssl/extfiles/CA_Operator.ext
config.status: creating src/conf/openssl/extfiles/Cross_CA.ext
config.status: creating src/conf/openssl/extfiles/Mail_Server.ext
config.status: creating src/conf/openssl/extfiles/RA_Operator.ext
config.status: creating src/conf/openssl/extfiles/Sub-CA.ext
config.status: creating src/conf/openssl/extfiles/User.ext
config.status: creating src/conf/openssl/extfiles/VPN_Server.ext
config.status: creating src/conf/openssl/extfiles/Web_Server.ext
config.status: creating src/conf/openssl/openssl/CA_Operator.conf
config.status: creating src/conf/openssl/openssl/Cross_CA.conf
config.status: creating src/conf/openssl/openssl/Mail_Server.conf
config.status: creating src/conf/openssl/openssl/RA_Operator.conf
config.status: creating src/conf/openssl/openssl/Sub-CA.conf
config.status: creating src/conf/openssl/openssl/User.conf
config.status: creating src/conf/openssl/openssl/VPN_Server.conf
config.status: creating src/conf/openssl/openssl/Web_Server.conf
config.status: creating src/modules/openscep/openscep.cnf
config.status: creating contrib/rpm/openca-ca.spec
config.status: creating contrib/rpm/openca-common.spec
config.status: creating contrib/rpm/openca-raserver.spec
configure: configuring in src/modules/openca-sv
configure: running /bin/sh './configure'  --with-engine=no
--enable-ocspd=yes --with-httpd-user=httpd --with-httpd-group=websrc
--with-ext-prefix=/usr/local/openca-0.9.0
--with-ca-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ca
--with-ca-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ca
--with-ca-htdocs-url-prefix=/htdocs-ca
--with-ca-cgi-url-prefix=/cgi-bin/cgi-ca
--with-ra-prefix=/usr/local/openca/RAServer
--with-ra-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ra
--with-ra-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ra
--with-ra-htdocs-url-prefix=/htdocs-ra
--with-ra-cgi-url-prefix=/cgi-bin/cgi-ca
--with-pub-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-public
--with-pub-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-public
--with-pub-htdocs-url-prefix=/htdocs/htdocs-public
--with-pub-cgi-url-prefix=/cgi-bin/cgi-public
--with-web-host=ra.SecurityRD.auburn.edu
--with-ca-organization=SecurityRD.auburn.edu --with-ca-locality=Auburn
--with-ca-country=US --with-ldap-url=ldap.SecurityRD.auburn.edu
--with-ldap-port=389
--with-ldap-root=cn=Manager,o=SecurityRD.auburn.edu,c=US
--with-ldap-root-pwd=secret --with-module-prefix=/usr/local/openca
--with-openssl-prefix=/usr --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for pod2man... /usr/bin/pod2man
checking for openssl... /usr/bin/openssl
openssl lib dir         : /usr/lib
enable engine support   : false
enable debug messages   : false
install prefix          : /usr/local
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/openca/config.h
config.status: creating src/Makefile
config.status: creating contrib/OpenCA-SV.spec
config.status: creating contrib/build-rpm.sh
config.status: creating docs/Makefile
configure: configuring in src/modules/openca-ocspd
configure: running /bin/sh './configure'  --with-engine=no
--enable-ocspd=yes --with-httpd-user=httpd --with-httpd-group=websrc
--with-ext-prefix=/usr/local/openca-0.9.0
--with-ca-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ca
--with-ca-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ca
--with-ca-htdocs-url-prefix=/htdocs-ca
--with-ca-cgi-url-prefix=/cgi-bin/cgi-ca
--with-ra-prefix=/usr/local/openca/RAServer
--with-ra-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-ra
--with-ra-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-ra
--with-ra-htdocs-url-prefix=/htdocs-ra
--with-ra-cgi-url-prefix=/cgi-bin/cgi-ca
--with-pub-htdocs-fs-prefix=/home/httpd/htdocs/htdocs-public
--with-pub-cgi-fs-prefix=/home/httpd/cgi-bin/cgi-public
--with-pub-htdocs-url-prefix=/htdocs/htdocs-public
--with-pub-cgi-url-prefix=/cgi-bin/cgi-public
--with-web-host=ra.SecurityRD.auburn.edu
--with-ca-organization=SecurityRD.auburn.edu --with-ca-locality=Auburn
--with-ca-country=US --with-ldap-url=ldap.SecurityRD.auburn.edu
--with-ldap-port=389
--with-ldap-root=cn=Manager,o=SecurityRD.auburn.edu,c=US
--with-ldap-root-pwd=secret --with-module-prefix=/usr/local/openca
--with-openssl-prefix=/usr --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
loading cache /dev/null within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache /dev/null
checking for gethostbyname in -lnsl... yes
checking for socket in -lsocket... no
checking for res_query in -lresolv... yes
checking for main  in -lcrypto... no
checking for main  in -lssl... no
checking for pod2man... /usr/bin/pod2man
checking for date... /bin/date
checking for pkgmk... no
checking for rpm... /bin/rpm
checking for perl... /usr/bin/perl
openssl lib dir         : /usr/lib
OpenSSL OCSP support    : yes
default ocspd user      : ocspd
default ocspd group     : daemon
enable engine support   : false
enable debug messages   : false
with openca-prefix      : /usr/local/OpenCA
install prefix          : /usr/local
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: creating docs/Makefile
config.status: creating etc/Makefile
config.status: creating etc/rcd.ocspd
config.status: creating etc/ocspd.conf
config.status: creating contrib/OpenCA-OCSPD.spec
config.status: creating contrib/build-rpm.sh
[root@localhost openca-0.9.0]# make install-ext
installing common components because it is not a package build
make[1]: Entering directory `/usr/src/openca-0.9.0'
make scripts docs src SUBTARGET=install-common
make[2]: Entering directory `/usr/src/openca-0.9.0'
cd scripts && make install-common
make[3]: Entering directory `/usr/src/openca-0.9.0/scripts'
make[3]: Nothing to be done for `install-common'.
make[3]: Leaving directory `/usr/src/openca-0.9.0/scripts'
cd docs && make install-common
make[3]: Entering directory `/usr/src/openca-0.9.0/docs'
make[3]: Nothing to be done for `install-common'.
make[3]: Leaving directory `/usr/src/openca-0.9.0/docs'
cd src && make install-common
make[3]: Entering directory `/usr/src/openca-0.9.0/src'
/usr/bin/install -c -c -d -o root -g root /usr/local/OpenCA/lib/cmds
/usr/bin/install -c -c -d -o root -g root /usr/local/OpenCA/lib/functions
/usr/bin/install -c -c -d -o root -g root /usr/local/OpenCA/lib/servers
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/var/batch
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/var/crypto
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/crypto/cacerts
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/crypto/certs
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/crypto/chain
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/crypto/crls
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/crypto/keys
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/crypto/reqs
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/var/db
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/var/mail
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/mail/crins
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/var/scep
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/scep/pending
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/scep/granted
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/scep/rejected
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/scep/newcerts
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/var/scep/certs
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/var/tmp
make conf SUBTARGET=install-common
make[4]: Entering directory `/usr/src/openca-0.9.0/src'
cd conf && make install-common
make[5]: Entering directory `/usr/src/openca-0.9.0/src/conf'
+ /usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/etc
+ make install-conf
make[6]: Entering directory `/usr/src/openca-0.9.0/src/conf'
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/etc/openssl
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/openssl/openssl
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/openssl/extfiles
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/etc/rbac
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/rbac/modules
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/rbac/operations
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -d -o httpd -g websrc
/usr/local/OpenCA/etc/rbac/scripts
/usr/bin/install -c -c -d -o httpd -g websrc /usr/local/OpenCA/etc/servers
+ /usr/bin/install -c -c -m 644 -o httpd -g websrc mailcounter
/usr/local/OpenCA/var/mail/crins/mailcounter
make misc openssl rbac SUBTARGET=install-conf
make[7]: Entering directory `/usr/src/openca-0.9.0/src/conf'
cd misc && make install-conf
make[8]: Entering directory `/usr/src/openca-0.9.0/src/conf/misc'
/usr/bin/install -c -c -o root -g root -m 644 Makefile.crt
/usr/local/OpenCA/var/crypto/chain/Makefile
# /usr/bin/install -c -c -b -o root -g root -m 644 Makefile.crt
/usr/local/OpenCA/var/crypto/chain/Makefile
make[8]: Leaving directory `/usr/src/openca-0.9.0/src/conf/misc'
cd openssl && make install-conf
make[8]: Entering directory `/usr/src/openca-0.9.0/src/conf/openssl'
+ /usr/bin/install -c -c -g websrc -o httpd -m 644 serial
/usr/local/OpenCA/var/crypto/serial
+ /usr/bin/install -c -c -g websrc -o httpd -m 644 index.txt
/usr/local/OpenCA/var/crypto/index.txt
/usr/bin/install -c -c -o root -g root -m 644 ca-openssl.cnf
/usr/local/OpenCA/etc/openssl/ca-openssl.cnf
/usr/bin/install -c -c -o root -g root -m 644 ra-openssl.cnf
/usr/local/OpenCA/etc/openssl/ra-openssl.cnf
/usr/bin/install -c -c -o root -g root -m 644 sample-openssl.conf
/usr/local/OpenCA/etc/openssl/sample-openssl.conf
/usr/bin/install -c -c -o root -g root -m 644 sample-openssl.ext
/usr/local/OpenCA/etc/openssl/sample-openssl.ext
/usr/bin/install -c -c -o root -g root -m 644 ca-openssl.cnf
/usr/local/OpenCA/etc/openssl/openssl.cnf
make extfiles openssl SUBTARGET=install-conf
make[9]: Entering directory `/usr/src/openca-0.9.0/src/conf/openssl'
cd extfiles && make install-conf
make[10]: Entering directory
`/usr/src/openca-0.9.0/src/conf/openssl/extfiles'
/usr/bin/install -c -c -g websrc -o httpd -m 644 CA_Operator.ext
/usr/local/OpenCA/etc/openssl/extfiles/CA_Operator.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 Cross_CA.ext
/usr/local/OpenCA/etc/openssl/extfiles/Cross_CA.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 Mail_Server.ext
/usr/local/OpenCA/etc/openssl/extfiles/Mail_Server.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 RA_Operator.ext
/usr/local/OpenCA/etc/openssl/extfiles/RA_Operator.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 Sub-CA.ext
/usr/local/OpenCA/etc/openssl/extfiles/Sub-CA.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 User.ext
/usr/local/OpenCA/etc/openssl/extfiles/User.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 VPN_Server.ext
/usr/local/OpenCA/etc/openssl/extfiles/VPN_Server.ext
/usr/bin/install -c -c -g websrc -o httpd -m 644 Web_Server.ext
/usr/local/OpenCA/etc/openssl/extfiles/Web_Server.ext
make[10]: Leaving directory
`/usr/src/openca-0.9.0/src/conf/openssl/extfiles'
cd openssl && make install-conf
make[10]: Entering directory
`/usr/src/openca-0.9.0/src/conf/openssl/openssl'
/usr/bin/install -c -c -g websrc -o httpd -m 644 CA_Operator.conf
/usr/local/OpenCA/etc/openssl/openssl/CA_Operator.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Cross_CA.conf
/usr/local/OpenCA/etc/openssl/openssl/Cross_CA.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Mail_Server.conf
/usr/local/OpenCA/etc/openssl/openssl/Mail_Server.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 RA_Operator.conf
/usr/local/OpenCA/etc/openssl/openssl/RA_Operator.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Sub-CA.conf
/usr/local/OpenCA/etc/openssl/openssl/Sub-CA.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 User.conf
/usr/local/OpenCA/etc/openssl/openssl/User.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 VPN_Server.conf
/usr/local/OpenCA/etc/openssl/openssl/VPN_Server.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Web_Server.conf
/usr/local/OpenCA/etc/openssl/openssl/Web_Server.conf
make[10]: Leaving directory
`/usr/src/openca-0.9.0/src/conf/openssl/openssl'
make[9]: Leaving directory `/usr/src/openca-0.9.0/src/conf/openssl'
make[8]: Leaving directory `/usr/src/openca-0.9.0/src/conf/openssl'
cd rbac && make install-conf
make[8]: Entering directory `/usr/src/openca-0.9.0/src/conf/rbac'
make modules operations rights roles scripts SUBTARGET=install-conf
make[9]: Entering directory `/usr/src/openca-0.9.0/src/conf/rbac'
cd modules && make install-conf
make[10]: Entering directory `/usr/src/openca-0.9.0/src/conf/rbac/modules'
/usr/bin/install -c -c -g websrc -o httpd -m 644 UkEgMQ==
/usr/local/OpenCA/etc/rbac/modules/UkEgMQ==
make[10]: Leaving directory `/usr/src/openca-0.9.0/src/conf/rbac/modules'
cd operations && make install-conf
make[10]: Entering directory
`/usr/src/openca-0.9.0/src/conf/rbac/operations'
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JyIGFwcHJvdmU=
/usr/local/OpenCA/etc/rbac/operations/Y3JyIGFwcHJvdmU=
/usr/bin/install -c -c -g websrc -o httpd -m 644 YmFja3Vw
/usr/local/OpenCA/etc/rbac/operations/YmFja3Vw
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmVxdWVzdCBsaXN0
/usr/local/OpenCA/etc/rbac/operations/cmVxdWVzdCBsaXN0
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JyIGRlbGV0ZQ==
/usr/local/OpenCA/etc/rbac/operations/Y3JyIGRlbGV0ZQ==
/usr/bin/install -c -c -g websrc -o httpd -m 644
Y29uZmlndXJhdGlvbiBpbXBvcnQ=
/usr/local/OpenCA/etc/rbac/operations/Y29uZmlndXJhdGlvbiBpbXBvcnQ=
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JyIGV4cG9ydA==
/usr/local/OpenCA/etc/rbac/operations/Y3JyIGV4cG9ydA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y2VydGlmaWNhdGUgaW1wb3J0
/usr/local/OpenCA/etc/rbac/operations/Y2VydGlmaWNhdGUgaW1wb3J0
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JyIGVkaXQ=
/usr/local/OpenCA/etc/rbac/operations/Y3JyIGVkaXQ=
/usr/bin/install -c -c -g websrc -o httpd -m 644 bW9kdWxlIGluZm9ybWF0aW9u
/usr/local/OpenCA/etc/rbac/operations/bW9kdWxlIGluZm9ybWF0aW9u
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y2VydGlmaWNhdGUgbGlzdA==
/usr/local/OpenCA/etc/rbac/operations/Y2VydGlmaWNhdGUgbGlzdA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JyIHZpZXc=
/usr/local/OpenCA/etc/rbac/operations/Y3JyIHZpZXc=
/usr/bin/install -c -c -g websrc -o httpd -m 644
bW9kdWxlIGluaXRpYWxpemF0aW9u
/usr/local/OpenCA/etc/rbac/operations/bW9kdWxlIGluaXRpYWxpemF0aW9u
/usr/bin/install -c -c -g websrc -o httpd -m 644
Y2VydGlmaWNhdGUgdG8gbGRhcA==
/usr/local/OpenCA/etc/rbac/operations/Y2VydGlmaWNhdGUgdG8gbGRhcA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3NyIGFwcHJvdmU=
/usr/local/OpenCA/etc/rbac/operations/Y3NyIGFwcHJvdmU=
/usr/bin/install -c -c -g websrc -o httpd -m 644 bWFpbCBzZW5k
/usr/local/OpenCA/etc/rbac/operations/bWFpbCBzZW5k
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y2VydGlmaWNhdGUgdmlldw==
/usr/local/OpenCA/etc/rbac/operations/Y2VydGlmaWNhdGUgdmlldw==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3NyIGRlbGV0ZQ==
/usr/local/OpenCA/etc/rbac/operations/Y3NyIGRlbGV0ZQ==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JsIGltcG9ydA==
/usr/local/OpenCA/etc/rbac/operations/Y3JsIGltcG9ydA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3NyIGV4cG9ydA==
/usr/local/OpenCA/etc/rbac/operations/Y3NyIGV4cG9ydA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JsIGxpc3Q=
/usr/local/OpenCA/etc/rbac/operations/Y3JsIGxpc3Q=
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3NyIGVkaXQ=
/usr/local/OpenCA/etc/rbac/operations/Y3NyIGVkaXQ=
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JsIHRvIGxkYXA=
/usr/local/OpenCA/etc/rbac/operations/Y3JsIHRvIGxkYXA=
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3NyIHZpZXc=
/usr/local/OpenCA/etc/rbac/operations/Y3NyIHZpZXc=
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JsIHZpZXc=
/usr/local/OpenCA/etc/rbac/operations/Y3JsIHZpZXc=
/usr/bin/install -c -c -g websrc -o httpd -m 644 YWxsIGV4cG9ydA==
/usr/local/OpenCA/etc/rbac/operations/YWxsIGV4cG9ydA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JyIG5ldw==
/usr/local/OpenCA/etc/rbac/operations/Y3JyIG5ldw==
/usr/bin/install -c -c -g websrc -o httpd -m 644 YWxsIGltcG9ydA==
/usr/local/OpenCA/etc/rbac/operations/YWxsIGltcG9ydA==
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmVjb3Zlcnk=
/usr/local/OpenCA/etc/rbac/operations/cmVjb3Zlcnk=
make[10]: Leaving directory
`/usr/src/openca-0.9.0/src/conf/rbac/operations'
cd rights && make install-conf
make[10]: Entering directory `/usr/src/openca-0.9.0/src/conf/rbac/rights'
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y29uZmlndXJhdGlvbiBpbXBvcnQ=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgaW1wb3J0-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgbGlzdA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgbGlzdA==-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgdG8gbGRhcA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgdG8gbGRhcA==-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgdmlldw==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y2VydGlmaWNhdGUgdmlldw==-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIGltcG9ydA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIGxpc3Q=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIGxpc3Q=-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIHRvIGxkYXA=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIHRvIGxkYXA=-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIHZpZXc=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JsIHZpZXc=-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIG5ldw==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIG5ldw==-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGFwcHJvdmU=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-TWFpbCBTZXJ2ZXI=.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-V2ViIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-VXNlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-VlBOIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGRlbGV0ZQ==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-TWFpbCBTZXJ2ZXI=.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-V2ViIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-VXNlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-VlBOIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGV4cG9ydA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGVkaXQ=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGVkaXQ=-UkEgT3BlcmF0b3I=-TWFpbCBTZXJ2ZXI=.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGVkaXQ=-UkEgT3BlcmF0b3I=-V2ViIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGVkaXQ=-UkEgT3BlcmF0b3I=-VXNlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIGVkaXQ=-UkEgT3BlcmF0b3I=-VlBOIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIHZpZXc=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3JyIHZpZXc=-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGFwcHJvdmU=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-TWFpbCBTZXJ2ZXI=.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-V2ViIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-VXNlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGFwcHJvdmU=-UkEgT3BlcmF0b3I=-VlBOIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGRlbGV0ZQ==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-TWFpbCBTZXJ2ZXI=.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-V2ViIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-VXNlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGRlbGV0ZQ==-UkEgT3BlcmF0b3I=-VlBOIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGV4cG9ydA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGVkaXQ=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGVkaXQ=-UkEgT3BlcmF0b3I=-TWFpbCBTZXJ2ZXI=.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGVkaXQ=-UkEgT3BlcmF0b3I=-V2ViIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGVkaXQ=-UkEgT3BlcmF0b3I=-VXNlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIGVkaXQ=-UkEgT3BlcmF0b3I=-VlBOIFNlcnZlcg==.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIHZpZXc=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-Y3NyIHZpZXc=-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-YWxsIGV4cG9ydA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-YWxsIGltcG9ydA==-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-YmFja3Vw-Q0EgT3BlcmF0b3I=-.sig /usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-bW9kdWxlIGluZm9ybWF0aW9u-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-bW9kdWxlIGluZm9ybWF0aW9u-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-bW9kdWxlIGluaXRpYWxpemF0aW9u-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-bWFpbCBzZW5k-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-bWFpbCBzZW5k-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-cmVjb3Zlcnk=-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-cmVxdWVzdCBsaXN0-Q0EgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
/usr/bin/install -c -c -g websrc -o httpd -m 644
UkEgMQ==-cmVxdWVzdCBsaXN0-UkEgT3BlcmF0b3I=-.sig
/usr/local/OpenCA/etc/rbac/rights
make[10]: Leaving directory `/usr/src/openca-0.9.0/src/conf/rbac/rights'
cd roles && make install-conf
make[10]: Entering directory `/usr/src/openca-0.9.0/src/conf/rbac/roles'
/usr/bin/install -c -c -g websrc -o httpd -m 644 Q3Jvc3MgQ0E=
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 TWFpbCBTZXJ2ZXI=
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 VXNlcg==
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 U3ViLUNB
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 V2ViIFNlcnZlcg==
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 VlBOIFNlcnZlcg==
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 Q0EgT3BlcmF0b3I=
/usr/local/OpenCA/etc/rbac/roles
/usr/bin/install -c -c -g websrc -o httpd -m 644 UkEgT3BlcmF0b3I=
/usr/local/OpenCA/etc/rbac/roles
make[10]: Leaving directory `/usr/src/openca-0.9.0/src/conf/rbac/roles'
cd scripts && make install-conf
make[10]: Entering directory `/usr/src/openca-0.9.0/src/conf/rbac/scripts'
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZXhwb3J0Q1JS.conf
/usr/local/OpenCA/etc/rbac/scripts/ZXhwb3J0Q1JS.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 c2VuZE1haWw=.conf
/usr/local/OpenCA/etc/rbac/scripts/c2VuZE1haWw=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 dmlld0NTUg==.conf
/usr/local/OpenCA/etc/rbac/scripts/dmlld0NTUg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 IHJlYnVpbGRDaGFpbg==.conf
/usr/local/OpenCA/etc/rbac/scripts/IHJlYnVpbGRDaGFpbg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZXhwb3J0Q1NS.conf
/usr/local/OpenCA/etc/rbac/scripts/ZXhwb3J0Q1NS.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 c2VuZENSSU5NYWls.conf
/usr/local/OpenCA/etc/rbac/scripts/c2VuZENSSU5NYWls.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 dmlld0NlcnQ=.conf
/usr/local/OpenCA/etc/rbac/scripts/dmlld0NlcnQ=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZXhwb3J0QWxs.conf
/usr/local/OpenCA/etc/rbac/scripts/ZXhwb3J0QWxs.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y29uZmlybV9yZXZyZXE=.conf
/usr/local/OpenCA/etc/rbac/scripts/Y29uZmlybV9yZXZyZXE=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZXhwb3J0REI=.conf
/usr/local/OpenCA/etc/rbac/scripts/ZXhwb3J0REI=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y2hhbmdlQ1JS.conf
/usr/local/OpenCA/etc/rbac/scripts/Y2hhbmdlQ1JS.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 aW1wb3J0Q1JM.conf
/usr/local/OpenCA/etc/rbac/scripts/aW1wb3J0Q1JM.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmFMaXN0.conf
/usr/local/OpenCA/etc/rbac/scripts/cmFMaXN0.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y2hhbmdlQ1NS.conf
/usr/local/OpenCA/etc/rbac/scripts/Y2hhbmdlQ1NS.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 aW1wb3J0Q29uZmln.conf
/usr/local/OpenCA/etc/rbac/scripts/aW1wb3J0Q29uZmln.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmFTZXJ2ZXJJbmZv.conf
/usr/local/OpenCA/etc/rbac/scripts/cmFTZXJ2ZXJJbmZv.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Y3JsTGlzdA==.conf
/usr/local/OpenCA/etc/rbac/scripts/Y3JsTGlzdA==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 aW1wb3J0Q2VydHM=.conf
/usr/local/OpenCA/etc/rbac/scripts/aW1wb3J0Q2VydHM=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmV2b2tlX3JlcQ==.conf
/usr/local/OpenCA/etc/rbac/scripts/cmV2b2tlX3JlcQ==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 YWRkQ2VydHNMREFQ.conf
/usr/local/OpenCA/etc/rbac/scripts/YWRkQ2VydHNMREFQ.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 aW1wb3J0Q2VydHNMREFQ.conf
/usr/local/OpenCA/etc/rbac/scripts/aW1wb3J0Q2VydHNMREFQ.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmVtb3ZlRmlsZXM=.conf
/usr/local/OpenCA/etc/rbac/scripts/cmVtb3ZlRmlsZXM=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 YWRkQ3JsTERBUA==.conf
/usr/local/OpenCA/etc/rbac/scripts/YWRkQ3JsTERBUA==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 aW1wb3J0QWxs.conf
/usr/local/OpenCA/etc/rbac/scripts/aW1wb3J0QWxs.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 cmVwbGF5TG9n.conf
/usr/local/OpenCA/etc/rbac/scripts/cmVwbGF5TG9n.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 YXBwcm92ZUNSUg==.conf
/usr/local/OpenCA/etc/rbac/scripts/YXBwcm92ZUNSUg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 aW1wb3J0REI=.conf
/usr/local/OpenCA/etc/rbac/scripts/aW1wb3J0REI=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 YXBwcm92ZUNTUg==.conf
/usr/local/OpenCA/etc/rbac/scripts/YXBwcm92ZUNTUg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 Z2VuUkFTZXJ2ZXJEQg==.conf
/usr/local/OpenCA/etc/rbac/scripts/Z2VuUkFTZXJ2ZXJEQg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 dXBkYXRlTERBUA==.conf
/usr/local/OpenCA/etc/rbac/scripts/dXBkYXRlTERBUA==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZGVsZXRlQ1JS.conf
/usr/local/OpenCA/etc/rbac/scripts/ZGVsZXRlQ1JS.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZGVsZXRlQ1NS.conf
/usr/local/OpenCA/etc/rbac/scripts/ZGVsZXRlQ1NS.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZWRpdENSUg==.conf
/usr/local/OpenCA/etc/rbac/scripts/ZWRpdENSUg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 bGlzdENlcnRz.conf
/usr/local/OpenCA/etc/rbac/scripts/bGlzdENlcnRz.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 dmlld0NSTA==.conf
/usr/local/OpenCA/etc/rbac/scripts/dmlld0NSTA==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 ZWRpdENTUg==.conf
/usr/local/OpenCA/etc/rbac/scripts/ZWRpdENTUg==.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 bGlzdFJlcXM=.conf
/usr/local/OpenCA/etc/rbac/scripts/bGlzdFJlcXM=.conf
/usr/bin/install -c -c -g websrc -o httpd -m 644 dmlld0NSUg==.conf
/usr/local/OpenCA/etc/rbac/scripts/dmlld0NSUg==.conf
make[10]: Leaving directory `/usr/src/openca-0.9.0/src/conf/rbac/scripts'
make[9]: Leaving directory `/usr/src/openca-0.9.0/src/conf/rbac'
make[8]: Leaving directory `/usr/src/openca-0.9.0/src/conf/rbac'
make[7]: Leaving directory `/usr/src/openca-0.9.0/src/conf'
make[6]: Leaving directory `/usr/src/openca-0.9.0/src/conf'
make[5]: Leaving directory `/usr/src/openca-0.9.0/src/conf'
make[4]: Leaving directory `/usr/src/openca-0.9.0/src'
installing modules because it is not a package build
make[4]: Entering directory `/usr/src/openca-0.9.0/src'
cd modules && make install-common
make[5]: Entering directory `/usr/src/openca-0.9.0/src/modules'
make openca-sv openca-ocspd MIME-Base64-2.12 Convert-ASN1-0.15
Digest-MD5-2.20 IO-Socket-SSL-0.81 URI-1.19 perl-ldap-0.25
Parse-RecDescent-1.80 X500-DN-0.27 openca-configuration openca-crl
openca-db openca-dbi openca-openssl openca-pkcs7 openca-req openca-tools
openca-tristatecgi openca-x509  SUBTARGET=install
make[6]: Entering directory `/usr/src/openca-0.9.0/src/modules'
cd openca-sv && make install
make[7]: Entering directory `/usr/src/openca-0.9.0/src/modules/openca-sv'
Making install in src
make[8]: Entering directory
`/usr/src/openca-0.9.0/src/modules/openca-sv/src'
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c sv.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c tools.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c sign-crypto.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c verify-tools.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c sign-tools.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh ../libtool --mode=link gcc  -g -O2  -o openca-sv  sv.o tools.o
callback.o verify-crypto.o sign-crypto.o verify-tools.o sign-tools.o
sign2nd.o -lcrypto -L/usr/lib -L/usr -lfl -ldl
gcc -g -O2 -o openca-sv sv.o tools.o callback.o verify-crypto.o
sign-crypto.o verify-tools.o sign-tools.o sign2nd.o  -lcrypto -L/usr/lib
-L/usr -lfl -ldl
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c sign.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh ../libtool --mode=link gcc  -g -O2  -o openca-sign  sign.o
-lcrypto -L/usr/lib -L/usr -lfl -ldl
gcc -g -O2 -o openca-sign sign.o  -lcrypto -L/usr/lib -L/usr -lfl -ldl
gcc -DPACKAGE_VERSION=\"1.0.1\\x0\" -I../include  -I/usr/include    -g -O2
-c verify.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning:   as it has already been specified as a non-system directory
/bin/sh ../libtool --mode=link gcc  -g -O2  -o openca-verify  verify.o
verify-tools.o callback.o -lcrypto -L/usr/lib -L/usr -lfl -ldl
gcc -g -O2 -o openca-verify verify.o verify-tools.o callback.o  -lcrypto
-L/usr/lib -L/usr -lfl -ldl
verify.o: In function `main':
/usr/src/openca-0.9.0/src/modules/openca-sv/src/verify.c:322: undefined
reference to `X509_STORE_set_flags'
collect2: ld returned 1 exit status
make[8]: *** [openca-verify] Error 1
make[8]: Leaving directory
`/usr/src/openca-0.9.0/src/modules/openca-sv/src'
make[7]: *** [install-recursive] Error 1
make[7]: Leaving directory `/usr/src/openca-0.9.0/src/modules/openca-sv'
make[6]: *** [openca-sv] Error 2
make[6]: Leaving directory `/usr/src/openca-0.9.0/src/modules'
make[5]: *** [install] Error 2
make[5]: Leaving directory `/usr/src/openca-0.9.0/src/modules'
make[4]: *** [modules] Error 2
make[4]: Leaving directory `/usr/src/openca-0.9.0/src'
make[3]: *** [install-common] Error 2
make[3]: Leaving directory `/usr/src/openca-0.9.0/src'
make[2]: *** [src] Error 2
make[2]: Leaving directory `/usr/src/openca-0.9.0'
make[1]: *** [install-common] Error 2
make[1]: Leaving directory `/usr/src/openca-0.9.0'
make: *** [install-common-parts] Error 2
[root@localhost openca-0.9.0]#







-------------------------------------------------------
This sf.net email is sponsored by: Are you worried about 
your web server security? Click here for a FREE Thawte 
Apache SSL Guide and answer your Apache SSL security 
needs: http://www.gothawte.com/rd523.html
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to