Hi,
I have same problem on redhat enterprise 3 ES. perl-DBI-1.32-5 and perl-DBD-MySQL-2.1021-3 packages are already installed. config.xml dbmodule part is as below:
<option> <name>dbmodule</name> <!-- you can use DB or DBI --> <value>DBI</value> </option> <option> <name>db_type</name> <value>MySQL</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>3306</value> </option> <option> <name>db_user</name> <value>openca</value> </option> <option> <name>db_passwd</name> <value>password</value> </option> ...
openca_start command produce "Configuration error: Cannot initialize OpenCA::DBI class! The database returns errorcode 10009. (DB_TYPE_UNKNOWN (error 11111: Do not commit if the database or the module itself fails.))" error.
How can I do to solve this problem?
Regards.
On 21-12-2004 14:25, Oliver Welter wrote:
Hi Andre,
So, in config.xml I set BD:
<!-- database configuration --> <!-- ====================== --> <option> <name>dbmodule</name> <!-- you can use DB or DBI --> <value>DB</value> </option>
Must be "DBI" here..... Rest should fit
Oli
-- +-----------------+ | Osman Demirhan | +-----------------+
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users
