Christopher Crowley schrieb:
> 
> > But I get this error message in the public-error_log :
> >
> > Compilation failed in require at /usr/local/apache/cgi-public/pki line
> 148.
> > [Thu Jan 10 11:02:21 2002] [error] [client 129.81.119.25] Premature end of
> > script headers: /usr/local/apache/cgi-public/pki
> 
> I have not turned up much else.  I stuck an eval() call on the require line
> 148. And this is the error message:
> 
> (Note: line number 157 is the same as line 148 above, I made some
> modifications to RAServer for testing purposes.)
> 
> Unknown error Compilation failed in require at
> /usr/local/apache/cgi-ra/RAServer line 157. (in cleanup) Can't call method
> "rollback" on an undefined value at
> /usr/local/OpenCA/Test/test1/modules/perl5/OpenCA/DBI.pm line 3138

Thanks, you are really good. The message helps a lot. There is something
wrong with your database. rollback is a function of OpenCA::DBI which is
called when the instance of the object will be destroyed. If this will
happen during the initialization of the object then there is a problem
with your configuration.

You can set the debug-flag to "1" in conf/DBI.conf this will generate
some debugging-output.

Questions and hints:

1. mysql must run (trivial)
2. you have to create the database (you use "openca" if your configure
is right)
3. check that the port is open
4. try "mysql -u openca_mysql_user -p openca_db" and enter the
passphrase
5. Is DBD::mysql installed?

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

http://www.openca.org

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

Reply via email to