Hello,

I'm testing openca-0.9.2-RC6, but after clicking on
Initialize Database, I'm receiving this error message:

Error 700
Can't call method "commit" on an undefined value at
/usr/lib/perl5/site_perl/5.8.3/OpenCA/DBI.pm line
2670.
.

What's going on?

These are the steps I followed as a installation
process:

First I created my PostgreSQL database: openca
user=openca

My ./configure:

./configure --with-openssl-prefix=/usr
--with-hierarchy-level=CA --with-node-prefix=node
--with-httpd-user=apache --with-httpd-group=apache
--with-htdocs-fs-prefix=/var/www/html
--with-cgi-fs-prefix=/var/www/cgi-bin --disable-db
--enable-dbi

make; make install-offline

vi /usr/loca/OpenCA/configure_etc.sh
#to insert these values:

for DIRECTORY in /usr/local/OpenCA/etc
/usr/local/OpenCA/lib/servers/node
/usr/local/OpenCA/lib/servers/ca
/usr/local/OpenCA/lib/servers/batch /var/www/html/node
/var/www/html/ca /var/www/html/batch
do

#then I run the script:
/usr/loca/OpenCA/configure_etc.sh

#Then I edit config.xml to set my values, here I set
dbmodule to DBI, and I used:
<option>
            <name>db_type</name>
            <value>Pg</value>
        </option>
        <option>
            <name>db_name</name>
            <value>openca</value>
        </option>
        <option>
            <name>db_host</name>
            <value>localhost</value>
        </option>
        <option>
            <name>db_port</name>
            <value>5432</value>
        </option>
        <option>
            <name>db_user</name>
            <value>openca</value>
        </option>
then:

/usr/local/OpenCA/etc/openca_start


Is there something wrong? I'm using Fedora Core 2,
Mozilla 1.7
Package modules installed:

rpm -qa | grep perl
mod_perl-1.99_12-2.1
perl-Parse-Yapp-1.05-31
perl-XML-Dumper-0.71-1
perl-5.8.3-18
perl-URI-1.30-1
perl-DateManip-5.42a-1
perl-HTML-Parser-3.35-5
perl-libwww-perl-5.79-1
perl-libxml-perl-0.07-29
perl-XML-Encoding-1.01-25
perl-DBD-Pg-1.31-5
perl-Filter-1.30-5
perl-DBI-1.40-4
perl-HTML-Tagset-3.03-29
perl-XML-Parser-2.34-2
perl-libxml-enno-1.02-30

pm -qa | grep openssl
openssl-0.9.7a-35
openssl-devel-0.9.7a-35

rpm -qa | grep postgres
postgresql-libs-7.4.2-1
postgresql-7.4.2-1
postgresql-server-7.4.2-1

rpm -qa | grep httpd
httpd-2.0.49-4
system-config-httpd-1.2.0-3
httpd-manual-2.0.49-4

rpm -qa | grep mod_ssl
mod_ssl-2.0.49-4


Thanks a lot,
Johnny


                
______________________________________________
Renovamos el Correo Yahoo!: �100 MB GRATIS!
Nuevos servicios, m�s seguridad
http://correo.yahoo.es


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to