Julio D'Angelo wrote:
Hi all:

The command "Issue new CRL" fails after initialization because the file "...\openca\var\crypto\index.txt" is missing. We solve the problem correcting "...\src\common\var\crypto\Makefile"

cvs diff src\common\var\crypto\Makefile (in directory
O:\openca_cvs\openca-0.9\)
Index: src/common/var/crypto/Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/common/var/crypto/Makefile,v
retrieving revision 1.15
diff -r1.15 Makefile
61c61
< @if [ -e $@ ]; then \
---

 > @if [ -e $(DEST_VAROPENSSLDIR)/$@ ]; then \

***** CVS exited normally with code 1 *****

Patch commited.

Thanks 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
_______________________________________________________________


------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to