Hi Everybody !

I am trying to remake the installation of OpenCa since the first time I had an openssl error I didn't manage to solve.

Now, after having installing and configuring everything, I get this error :
Error 690
Configuration Error. Error while Loading Configuration (/usr/local/openca.0.9.1.8/openca/etc/database/DBI.conf)!.


I know I should check my DBI.conf file, but that is my problem. I don't have the 'database' directory in /usr/local/openca.0.9.1.8/openca/etc/

Could someone help me please ?

This is my configuration parameters : (with openca-0.9.1.8 and postgrsql) :

#!/bin/sh
PREFIX=$1
VER=0.9.1.8
if [ -z "${PREFIX}" ]; then
       PREFIX=/usr/local/openca.${VER}
fi
./configure \
--prefix=${PREFIX} \
--disable-rbac \
--enable-ocspd \
--enable-dbi \
--with-module-prefix=/soft/openca-0.9.1.8/src/modules \
--with-openssl-prefix=/usr/local/ssl \
--with-openca-prefix=${PREFIX}/openca \
--with-openca-user=root \
--with-openca-group=root \
--with-web-host=fronte.cmima.csic.es \
--with-httpd-host=fronte.cmima.csic.es \
--with-httpd-user=apache \
--with-httpd-group=apache \
--with-httpd-fs-prefix=${PREFIX}/www \
--with-engine=no \
--with-ca-organization=CMIMA \
--with-ca-country=ES \
--with-ca-locality=Barcelona \
--with-etc-prefix=${PREFIX}/openca/etc \
--with-db-type=Pg \
--with-db-name=pkicmima \
--with-db-host=localhost \
--with-db-port=5432 \
--with-db-user=pkicmima \
--with-db-passwd=pkicmima \
--with-hierarchy-level=ra

Thank very much.

_________________________________________________________________
Hotmail : bient�t 250 Mo de stockage ! http://www.imagine-msn.com/hotmail/fr-fr/




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to