Michael,
I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2.
I was having errors of this nature until I upgraded my perl.
It is nice that one core developer knows this but I don't know it ;-D
Do you have any errors or ideas what did we do to create this
dependancy? It was not m
Chris Covell wrote:
I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2.
I was having errors of this nature until I upgraded my perl.
It is nice that one core developer knows this but I don't know it ;-D
Do you have any errors or ideas what did we do to create this
dependancy? It
Thank you. It really was perl. I updated to 5.8.6 and now everything
runs fine.
Georg
Chris Covell wrote:
> I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2.
>
> I was having errors of this nature until I upgraded my perl.
>
> Chris...
>
> Oliver Welter wrote:
>
>> Hi Geo
I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2.
I was having errors of this nature until I upgraded my perl.
Chris...
Oliver Welter wrote:
Hi Georg,
are there any known issues with perl 5.6.1? I have a strange feeling,
that it might be the perl installation...
More than one
smime.p7m
Description: S/MIME encrypted message
Hi Georg,
are there any known issues with perl 5.6.1? I have a strange feeling,
that it might be the perl installation...
More than one strange error on a standrad installation...I think there
is something gone..
I dont know general issues with this perl version so it should work.
For your pr
Hi,
are there any known issues with perl 5.6.1? I have a strange feeling,
that it might be the perl installation...
Georg
---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year s
Hi,
fact is that OpenCA (0.9.2) will ONLY throw the DB_TYPE_UNKNOWN error if
the db_type setting in your database config is not one of the following
strings [1]:
Pg
mysql
DB2
Oracle
So if you are getting this error and you have the correct db_type
specification in your config, there is something
yes
Martin Bartosch schrieb am Thu, Apr 28, 2005 at 06:03:34PM +0200:
> Hi,
>
> > my config.xml looks like this:
>
> your config looks OK. Did you run configure_etc.sh?
>
> Please verify that etc/database/DBI.conf looks somehow like this:
>
>
>
> 1
> mysql
> openc
Hi,
> my config.xml looks like this:
your config looks OK. Did you run configure_etc.sh?
Please verify that etc/database/DBI.conf looks somehow like this:
1
mysql
openca
localhost
3306
openca
...
cheers
Martin
Hi,
my config.xml looks like this:
dbmodule
DBI
db_type
mysql
db_name
openca
db_host
localhost
d
Hi,
> Configuration error: Cannot initialize OpenCA::DBI class! The database
> returns errorcode 10009. (DB_TYPE_UNKNOWN (error 1: Do not commit if
^^^
you misconfigured the database type. Check spelling and case of the
DB type specification.
cheers
M
Hi Oliver,
the error is:
Configuration error: Cannot initialize OpenCA::DBI class! The database returns
errorcode 10009. (DB_TYPE_UNKNOWN (error 1: Do not commit if the
database or the module itself fails.))
Compilation failed in require at
/usr/local/openra/OpenCA/lib/functions/initServer
Hi Georg,
I made a little perl-script that demonstrates the error:
I think this is not working - the modules depend on some global condfigs
and will not work standalone
> DEBUG: OpenCA::DBI->set_error: gettext is not defined
> DEBUG: OpenCA::DBI->set_error: errno and errval set
Can you take a loo
Hi,
I have a problem with the MySQL backend from OpenCA::DBI.
I currently use OpenCA 0.9.2.2 and have no compile errors or anything. I
installed all missing modules using cpan.
I made a little perl-script that demonstrates the error:
- cut here -
#!/usr/bin/perl -w
use strict;
use CGI;
15 matches
Mail list logo