Hi Peter,

Peter Van Biesen wrote:

on hpux test does not allow the "==" operator, it has to be '='. There's one occurence in relative_ln_s.sh at line 52.

Fixed in CVS. Thanks.

I found the xml_cache.log, the last entries are :
OpenCA::XML::Cache> Thu Aug  4 10:14:16 2005 UTC message:
OpenCA::XML::Cache> startDaemon successfull at Thu Aug 4 10:14:16 2005 UTC PID: 29862

OpenCA::XML::Cache> Thu Aug  4 11:09:08 2005 UTC message:
OpenCA::XML::Cache> startDaemon successfull at Thu Aug 4 11:09:08 2005 UTC PID: 590

I already set the DEBUG to 1 in the initServer, globally ( line 67 ), but apparently this is not passed on ... I've added the DEBUG line and I now get debugging output. The output ends with :

OpenCA::XML::Cache->IPCLOOP: answer: /opt/openca-0.9.2.2/OpenCA/var/log/stderr.log
OpenCA::XML::Cache->IPCLOOP: write answer to socket
OpenCA::XML::Cache->IPCLOOP: request completed
OpenCA::XML::Cache->IPCLOOP: wait for clients

So the cache itself works.

I searched for the XML::Cache but can't find it. During compilation there was a warning that sax was not installed, but the warning stated that if I don't use xml export, the package was optional so I didn't install it. Do I need it ? Could this be the problem ?

No, the cache is in the source code at src/modules/openca-xml-cache/. You must search for Cache.pm in the filesystem. You can add some statements like this after each initFunction():

print STDERR "passed initXYZ\n";

STDERR is redirected to OPENCADIR/var/log/stderr.log

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to