In message <[EMAIL PROTECTED]>, `Michael Bell <[EMAIL PROTECTED]>' wrote: > GOTOU Yuuzou wrote: > >>>> > CALinux wrote: > >>>> > > a blank page as output. > > > The same problem on my machine is cleared by the following > > patch. Even if it could not be a certain fix, the returned > > value of 1 from $db->seq() doesn't seem an critical error. > > The returned 1 means that the key which is used with $db->seq() is not > in the database. You patch the functions getNextItem and getPrevItem but > these functions are not used during the intialization. Does you really > fix an initialization problem with this fix?
The initialization of DB and issueing the CA cert were completed without a problem. However, a blabk page is out put from listCert with VALID_CA_CERTIFICATE. Then I thought that it is was a problem same as report by CALinux guys. While tracing the CGI, I noticed that getPrevItem always returns undef in libDBGetLastItem. Is this correct behavior (or my environment may have a problem) ? Sorry, the last patch was only a thing of being makeshift to aboid undef from getPrevItem. -- gotoyuzo ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
