Massimiliano Pala wrote:
> 
> [EMAIL PROTECTED] wrote:
> >
> > Hello
> 
> Hi,
> 
> > I have installed the latest openCA DBI.pm, and I am using oracle as the DBMS
> > when Igo to initialize the database I get the fallowing error
> >
> > Can't locate loadable object for module DBD::DB2::Constants in @INC (@INC
> [...]
> > /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.6.0/OpenCA/DBI.pm
> > line 62
> >
> > but I am not using the DB2. I even commeted out evey thing that has to do
> > with the DB2 but I still get the following error inthe apache error log
> 
> Please check the following:
> 
>         o Have you installed the PERL DBD support for Oracle ?
>         o Have you edited the DBI.conf (all of them) ?
> 
> any other idea Michael ?

I found a line in the actual module OpenCA::DBI with the following
statement:

use DBD::DB2::Constants;

Simply remove it. I don't get an error with this line becaue I use DB2
as my testdatabase. The other DB2-stuff you must not remove. The Oracle
code is not tested until you try it because I have no running Oracle but
the error-log looks like a general problem.

Did you test the module via "perl DBI.pm" before you install it?

If you want to get more output from the module (which can send to the
list :-D) please set the DEBUG switch in conf/DBI.conf to 1 or another
value which perl interprets as true. This activates the debug-code of
the module.

Michael
-- 
-------------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email (work):
[EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.(work): +49 (0)30-2093 2482
Unter den Linden 6             Fax.(work): +49 (0)30-2093 2959
10099 Berlin
Germany                                           [OpenCA Core
Developer]

http://openca.sourceforge.net

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to